Skip to content

Releases: danpros/htmly

Page management improvement and new theme

28 Jan 02:27
Compare
Choose a tag to compare

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, use themeName_functionName(), to make sure not conflicted with existing function

Full Changelog: v2.9.0...v2.9.1

New feature and improvements

11 Jan 01:47
Compare
Choose a tag to compare

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 to find_page and get_static_sub_post to find_subpage
  • Page navigation for page/subpage
  • Allow multi site URLs. See #549
  • Allow underscore in username
  • Added new variable post used in post.html.php and static used in static.html.php
  • Easier to manage your content locally. See README.md

New feature and bug fixes

17 Dec 14:01
Compare
Choose a tag to compare

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

13 Dec 10:35
Compare
Choose a tag to compare

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 and theme_path()

Template improvements

11 Dec 07:22
Compare
Choose a tag to compare

What's new:

  • Add $post->lastMod and theme_path().
  • Various template translation fix by @bttrx
  • Language update by @bttrx and @eagleman

Bug fixes and Improvements

06 Dec 10:33
Compare
Choose a tag to compare

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

05 Dec 02:49
Compare
Choose a tag to compare

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

PHP 8.x Compatibility and Improvements

29 Nov 13:38
Compare
Choose a tag to compare

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

27 Nov 11:26
Compare
Choose a tag to compare

What's new:

After updating, please choose your blog time format in admin/config

Maintenance release and Improvements

12 Feb 07:51
Compare
Choose a tag to compare

What's new: