Releases: danpros/htmly
bugfix upgrade prozess
Merge pull request #144 from Kanti/master bugifx version 2.5.1
Embedded Youtube videos and Featured Images.
Added config tab
small release:
- new: config tab on admin bar.
- bugfix:
blog.menu = "name->LinkOnSiteButNotStaticPage"
- security: import fix
if you want this release: put this line in your config.ini
:
prerelease = true
Securing HTMLy by using reCaptcha
Now HTMLy has the ability to secure the backend with Googles reCaptcha service.
Simply go to there Webseite:
https://www.google.com/recaptcha/admin
Get the public and private keys and put them like this into your config.ini:
google.reCaptcha = true
google.reCaptcha.public = "6LfcP_8SAAAAAIPSQldEbInMMMeuVeXRD7lfFe_c"
google.reCaptcha.private = "6LfcP_8SAAAAAPz1Be_4zBMMMujRdKVS6t79RSgY"
v2.3
New features
This release contains many new features and improvements. Credit for @Kanti and @BlackCodec.
New features & Bugs Fixes
File cache support
Now HTMLy support File cache. Any visited pages by anonymous user will generating .cache file inside cache/page folder. Cache related to specific page will deleted if we edit or add new post, eg. archive page, or tag page related to those post.
We can clear all cache by visiting admin area and click `Clear cache' link. Useful, let say when we change the layout, add new menus etc.
Foreign Char Support
Previously any foreign char always removed from URL, and now this has been fixed. Improve multitags support and fixing the is_front
function.
HTTPS Support
HTMLy fully supports the HTTPS protocol.