Home » Updates
HTMLy 2.8.5: Improvements and Bug fixes
Posted in Updates by dan on 05 December 2023
What's new:
Fix character encoding
Fix popular posts views reset problem due to changing a post tag, category, date, or slug
Improve online and offline installer
Translation improvements. Credit @bttrx @eagleman
HTMLy 2.8.4: PHP 8.x Compatibility and Improvements
Posted in Updates by dan on 29 November 2023
What's new:
Remove any deprecated warning for PHP 8.x
Using PHP Intl instead of strftime to localize the date format
New feature: simple scheduled posts
After updating, please choose your blog time format and your local timezone in admin/config
HTMLy 2.8.3: PHP 8.x Compatibility
Posted in Updates by dan on 26 November 2023
What's new:
Remove any deprecated warning for PHP 8.x
Using PHP Intl instead of strftime to localize the date format
Language improvements. Credit @mieszkou @lotfihamid @kshman @bartokopec @Eliastik @StefanosSfaellos @eagleman
A few improvements. Credit @MCUmbrella @dolibarr95 @bttrx
HTMLy 2.8.2: Maintenance release and Improvements
Posted in Updates by dan on 12 February 2022
What's new:
Language updates. Credit @dirmanhana @vallyol @sb0001 @Eliastik
Using category for the related posts widget instead of tag for better performance and consistency
Limit tagcloud widget
Security improvement. Credit @ProjectPatatoe
HTMLy 2.8.1: Privacy, Security and Theming Improvements
Posted in Updates by dan on 22 April 2021
No PHPSESSID cookie set for casual readers (not accesssing the login page/backend). Credit @ProjectPatatoe
Using samesite cookie attribute strict for CSRF reasons. Credit @ProjectPatatoe
New variable $p->readTime
, $p->authorName
, $p->authorAbout
for better theming
HTMLy 2.8.0: Maintenance release and bugs fixes
Posted in Updates by dan on 01 April 2021
The image upload no longer use jQuery.AjaxFileUpload.js but using Bootstrap file upload. Credit @ProjectPatatoe
Translation improvements. Credit @fabianosantosnet
The $p->video
now return the video link only, to get the video ID we can use get_video_id($p->video);
and call it from the theme.
For Upgrade Only
If you are not using theme shipped with HTMLy source code, please download the updated version. If you already modify the theme and don't want your changes to be lost, simply update the <?php echo $p->video;?>
to <?php echo get_video_id($p->video); ?>
in main.html.php
and post.html.php
.
HTMLy 2.7.8: Maintenance release and improvements
Posted in Updates by dan on 07 March 2021
We shipped install.php
in the source code. Easy to install HTMLy anywhere.
Post and tags creation improvements (allowing tag like C++
, C#
, {Cool}
, you name it).
Improving the editor toolbar.
Security improvements.
And more.
HTMLy 2.7.7: Menu builder, Admin panel revamp, and bugs fixes
Posted in Updates by dan on 21 February 2021
What's new:
Simple menu builder
Admin panel revamp
Reorganize the config pages
Renaming the config time.format
to date.format
Universal Analytics (gtag.js)
And many more.
For old users
If you can't save the date format, please rename the time.format
to date.format
in your config.ini
. Or create new custom settings with key: date.format
and value: %d %b %Y
To use gtag.js. Create new key: google.gtag.id
with value: your.gtag.id