Releases: danpros/htmly
Releases · danpros/htmly
Page management improvement and new theme
What's new:
- Now we can rearrange the page and subpage order easily. Simply drag and drop it
- New theme added to the package. Based on Doks theme by Hyas
- Automatically include the
functions.php
if this file exist in theme folder - And many more small improvements
Note:
- For Doks theme. The top menu, generated from menu editor. And the sidebar menu automatically generated using
get_menu
function - When naming the function in theme
functions.php
, usethemeName_functionName()
, to make sure not conflicted with existing function
Full Changelog: v2.9.0...v2.9.1
New feature and improvements
What's new:
- Draft for pages and subpages
- Added
/feed
suffix in the post collection url (category, tag, type, search, archive, author) will generate RSS feed - Rename function:
get_static_post
tofind_page
andget_static_sub_post
tofind_subpage
- Page navigation for page/subpage
- Allow multi site URLs. See #549
- Allow underscore in username
- Added new variable
post
used inpost.html.php
andstatic
used instatic.html.php
- Easier to manage your content locally. See README.md
New feature and bug fixes
So what's new in this version? not much but quite crucial.
- Simple Image Gallery. Now we can reuse previously uploaded images.
- Bug fix: Number tags can only be applied to one post (eg. 2023, 2024)
- Bug fix: Too long cache filename because
$_SERVER['REQUEST_URI']
always url-encoded (eg. URL with Chinese char) - A few improvements
Happy holiday!
HTMLy 2.8.8: Improvements and Maintenance Release
Highlight from 2.8.3
-> 2.8.8
:
- Fully support PHP 8.x
- Scheduled post feature added
- Translation improvements
- Improve online and offline installer
- Using PHP Intl instead of
strftime
to localize the date format - Fix popular posts views reset problem due to changing a post tag, category, date, or slug
- Add
$post->lastMod
andtheme_path()
Template improvements
Bug fixes and Improvements
What's new:
- Fix character encoding
- Fix rename category folder
- 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 @MCUmbrella
Improvements and Bug fixes
PHP 8.x Compatibility and Improvements
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
Maintenance release: PHP 8.x Compatibility
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
After updating, please choose your blog time format in admin/config
Maintenance release and Improvements
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