Skip to content

Releases: danpros/htmly

Maintenance Release

21 Nov 13:11
Compare
Choose a tag to compare

What's New

  • New theme based on Tailwind
  • Dark and light admin theme by @Joduai
  • Italian language update by @eagleman, Turkish language update by @slaweallx, Indonesian language update
    by @dirmanhana
  • Bluesky social account by @pftnhr
  • Bugs fixes found in core and theme
  • See below for more details

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Bug fixes and Maintenance release

13 Oct 22:03
Compare
Choose a tag to compare

What's New

  • Fix duplicate draft generated by the auto save feature
  • Fix the category links on admin page
  • Error message translation by @Joduai
  • Allow to choose the RSS description type by @KuJoe
  • Font awesome update and update http URLs to https in editor by @danielethanme
  • Language update by @XD9527 and @eagleman
  • See below for more details

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

Improvement and maintenance release

10 Sep 06:25
Compare
Choose a tag to compare

What's New:

  • New create_thumb($imgFile, $width, $height). Resize the image to desired width and desired height
  • Can specify the output image size from get_image($string, $width, $height)
  • Improve the recent_type function. Get latest posts by content type, category, author
  • New recent_tag. Get recent post by tag
  • Improving index page canonical link
  • Allow to change the /blog path, example to /articles
  • Allow to change the post permalink prefix. Previously only support /year/month/post-slug and /post/post-slug
  • Read below for more changes.

What's Changed

Full Changelog: v2.9.9...v3.0.0

New features and Security improvements

03 Jun 11:01
Compare
Choose a tag to compare

What's new in v2.9.9:

Note for MFA: The QR Code during MFA setup automatically enabled if the PHP version is at least 8.1

What's Changed

  • Update zh_TW.ini by @XD9527 in #751
  • Added TOTP MFA support per user. by @KuJoe in #756
  • Add autosave to drafts feature by @KuJoe in #757
  • Translation & language corrections by @vdbhb59 in #759
  • Update it_IT.ini by @eagleman in #762
  • Added Cloudflare Turnstile as alternative to Google reCAPTCHA by @KuJoe in #763
  • Added config option to disable MFA globally by @KuJoe in #764
  • Created Bug Report and Feature Request templates for GitHub Issues by @KuJoe in #765
  • Added option to hide HTMLy version publicly and added version to admin layout by @KuJoe in #767
  • Update it_IT.ini by @eagleman in #771
  • Added a focus mode to the Add/Edit for Posts/Pages by @KuJoe in #773
  • Update it_IT.ini by @eagleman in #775

New Contributors

Full Changelog: v2.9.8...v2.9.9

Bug fixes and Maintenance release

03 May 01:03
Compare
Choose a tag to compare

What's new:

  • Bug fixes can't delete post/page/category in v2.9.7
  • Can't reorder page/subpage in v2.9.7
  • Fix styling in Doks theme
  • French language update by @Eliastik
  • New Hindi language (hi_HI) by @vdbhb59

What's Changed

New Contributors

Full Changelog: v2.9.7...v2.9.8

Security and Maintenance Release

29 Apr 04:20
Compare
Choose a tag to compare

What's new:

  • Directory traversal vulnerabilities fix by @jinhaochan.
  • Avatar for users.
  • Allow to upload WebP image.
  • Text editor improvement. More info: #725
  • Language updates.
  • Fix inverted question mark in BBEdit (Mac). More info: #715

Note for Directory traversal vulnerabilities

  • These vulnerabilities can only be triggered if a user has a valid account, and is logged in.

Note for WebP image

  • HTMLy use getimagesize to check whether the image is valid or not. The getimagesize added WebP support in PHP 7.1

What's Changed

New Contributors

Full Changelog: v2.9.6...v2.9.7

User Management Improvements

31 Mar 13:51
Compare
Choose a tag to compare

What's new:

  • Admin can add, edit, and delete users using the dashboard
  • Improve the role management, available role: admin, editor, author
  • And a few improvements, read below

Note for roles:

  • admin: has access to all the administration features
  • editor: can publish and manage static pages/posts including the posts of other users
  • author: can publish and manage their own posts

What's Changed

Full Changelog: v2.9.5...v2.9.6

v2.9.5: Metatags Improvements

15 Mar 08:03
Compare
Choose a tag to compare

What's new:

  • Open Graph and simplified Twitter card
  • Allow to change the meta title formats using shortcode. Visit admin/config/metatags
  • Favicon and default image options
  • New language added: Croatian (hr_HR)

Note:

  • For metatags. There is new variable $metatags and this must be added to HTML head tag to generate the Open Graph and Twitter card metatag. If you are using a theme that has not been updated or a custom theme, add below code in layout.html.php
<?php echo $metatags; ?>

What's Changed

  • Translation options for the summary options introduced in the last update by @sb0001 in #697
  • Update it_IT.ini by @eagleman in #698
  • Update it_IT.ini by @eagleman in #700
  • Croatian language (hr_HR) by @m4rcus8 in #699

Full Changelog: v2.9.4...v2.9.5

v2.9.4: Improvements

03 Mar 15:46
Compare
Choose a tag to compare

What's new:

  • Pager in image gallery. Very useful when we have hundreds of images
  • Minor performance tweak
  • Update some of the themes style
  • German translation update, read below

What's Changed

  • Updated German translation by @thopanX in #691
  • German language files (Standard/gendergerecht Duden-konform/gendergerecht mit Doppelpunkt) by @sb0001 in #692
  • Minor translation improvements (de_DE*) by @sb0001 in #695

New Contributors

Full Changelog: v2.9.3...v2.9.4

TOC and Social Media Links

27 Feb 12:22
Compare
Choose a tag to compare

What's new

  • Table of Contents. Add TOC using shortcode <!--toc-->, can be added manually using the editor or automatically. Change it behavior in admin/config/widget
  • New social media logo and links. All theme has been updated to use the social() function. Added Instagram, Linkedin, Github, Mastodon, TikTok, and Youtube.
  • And a few improvements, read below

What's Changed

New Contributors

Full Changelog: v2.9.2...v2.9.3