What's new:
Download here.
What's new:
What's new:
Note:
There was a bugs to the updater after installing the 2.5.2, the update links has double admin/
, example:
https://www.example.com/admin/admin/update/now/4dec0fa3e77a3b7490d85cea9560c40dfd4d0764
So just right click, copy the link and remove the double admin/
becomes:
https://www.example.com/admin/update/now/4dec0fa3e77a3b7490d85cea9560c40dfd4d0764
Visit those link to update it automatically.
What has changed:
$p->feature
to $p->image
.Release Version 2.4 contains many improvements and bug fixes.
What's new:
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"
Contains many improvements and bugs fixes. Credit to @Kanti and @fahmi182
What's new:
Another HTMLy release that contains many new features and bug fixes. Credit to @Kanti and @BlackCodec.
See the changes here.
This release contains many improvements, feature additions, and bugs fixes by @Kanti.
See his contributions here.
Download HTMLy.
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. Download here.
Previously any foreign char always removed from URL, and now this has been fixed. Improve multitags support and fixing the is_front
function. Download HTMLy here.