Skip to content

Releases: danpros/htmly

Maintenance release

20 Aug 15:32
Compare
Choose a tag to compare

What's new:

  • Previously the URL is case sensitive and now htmly threat /tag/Github or /tag/github as the same URL.
  • Improvements and bugs fixes.

Performance Boost

17 Aug 15:33
Compare
Choose a tag to compare

For performance reason than the recent post, popular post, archive list, or tag cloud widget are cached even for login user (not the resulting output but the array). Tested in a test blog with 6K posts with hundreds of tags and the load for login user decrease dramatically. The page generation time from 1 - 2 seconds decreased to 0.05 - 0.3 seconds (depending on hardware).

Cache will deleted when we edited any content, added new content, or change any config related to those widget. For popular posts widget, by visiting admin/popular is enough to delete the cache.

To display the page generation time add the following option to admin/config:

generation.time = "true"

To display the cache generation timestamp simply add:

cache.timestamp = "true"

Both options will print out, example:

<!-- Dynamic page generated in 0.076 seconds. -->
<!-- Cached page generated on 2015-08-17 22:31:56 -->

URL without Year and Month

14 Aug 02:37
Compare
Choose a tag to compare

What's new:

  • You can change the default URL from /year/month/title to /post/title by adding: permalink.type = "post" into your config.
  • Fix description for non Latin char
  • New logo and favicon for HTMLy (branding)

Note: When changing the permalink type, the old URL will redirected to new URL with redirect header 301.

Maintenance release

07 Aug 07:08
Compare
Choose a tag to compare

What's new:

  • Non Latin char for tags
  • Maintenance
  • Bugs fixes

Add Blog Homepage

01 Aug 03:33
Compare
Choose a tag to compare

This release includes a few additions, especially if you want to make the front-page as the landing page and require example.com/blog as your blog home-page. To enable this URL, simply add below line in your config.ini

blog.enable = "true"

After enabling this option than the breadcrumb for any blog posts will become as follows

Home » Blog » Tags » Title

The Blog will linked to example.com/blog.

You can see the demo at HTMLy homepage: https://www.htmly.com

Quick Update: Popular Posts and Bugs Fixes

30 Jul 07:54
Compare
Choose a tag to compare

Many requests for popular posts feature.

What's new:

  • Popular Posts Widget.
  • Many improvements and bugs fixes.

Content Type & New Theme

26 Jul 14:44
Compare
Choose a tag to compare

What's new:

  • Added new content type: video post (YouTube), audio post (SoundCloud), link post, quote post, and image post.
  • Added new theme: Blog theme.
  • Various improvements and bugs fixes.

Post Draft

14 Jul 12:39
Compare
Choose a tag to compare

What's new:

  • Post draft for blog post
  • Better templating
  • Various improvements

Image Upload

10 Jul 08:33
Compare
Choose a tag to compare

What's new:

  • The markdown editor can upload images
  • Update the jQuery to 2.1.4
  • A few improvements

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.

Maintenance release

05 Jul 15:49
Compare
Choose a tag to compare

What has changed:

  • Check the latest version only when visiting the Update page for performance reason.
  • Change the $p->feature to $p->image.
  • Styling the featured Youtube video (becomes responsive).
  • Updating the composer.
  • Bugs fixes for tag (if there is a comma at the end of the tag list).