Releases: danpros/htmly
Releases · danpros/htmly
Maintenance Release
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
- add dark + light mode option #809 by @Joduai in #826
- update dark admin theme by @Joduai in #827
- Update it_IT.ini by @eagleman in #828
- Update it_IT.ini by @eagleman in #830
- Update tr_TR.ini by @slaweallx in #836
- Update it_IT.ini by @eagleman in #837
- Added Bluesky to social accounts by @pftnhr in #838
- Update id_ID.ini by @dirmanhana in #839
- Update id_ID.ini by @dirmanhana in #840
New Contributors
- @slaweallx made their first contribution in #836
- @pftnhr made their first contribution in #838
Full Changelog: v3.0.1...v3.0.2
Bug fixes and Maintenance release
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
- move hardcoded error messages from htmly.php to translation files by @Joduai in #813
- RSS Description config option added by @KuJoe in #814
- Update it_IT.ini by @eagleman in #817
- Update http URLs to https in Markdown.Editor.js by @danielethanme in #819
- Update zh_TW.ini by @XD9527 in #820
- Update it_IT.ini by @eagleman in #823
New Contributors
- @Joduai made their first contribution in #813
- @danielethanme made their first contribution in #819
Full Changelog: v3.0.0...v3.0.1
Improvement and maintenance release
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
- Update it_IT.ini by @eagleman in #778
- Update zh_TW.ini by @XD9527 in #781
- Translation update (German) by @sb0001 in #787
- Add favicon.png to .updateignore by @bttrx in #788
- Add the ability to call the author's avatar using the $next and $prev arrays. by @KuJoe in #799
Full Changelog: v2.9.9...v3.0.0
New features and Security improvements
What's new in v2.9.9:
- The minimum PHP requirement increased to 7.2
- Composer updates
- Multi-factor authentication (MFA) feature by @KuJoe
- Autosave feature by @KuJoe
- Cloudflare Turnstile by @KuJoe
- Focus mode feature by @KuJoe
- Hide HTMLy version by @KuJoe
- Language update by @vdbhb59 @XD9527 @eagleman
- New Ukrainian language by @mrRomanko
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
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
- Create hi_HI.ini transaltion file by @vdbhb59 in #733
- Update french translation by @Eliastik in #734
New Contributors
Full Changelog: v2.9.7...v2.9.8
Security and Maintenance Release
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. Thegetimagesize
added WebP support in PHP 7.1
What's Changed
- Update German language files by @sb0001 in #712
- Update it_IT.ini by @eagleman in #713
- Update zh_TW.ini to v2.9.6 by @XD9527 in #719
- Security Fix by @jinhaochan in #728
New Contributors
- @jinhaochan made their first contribution in #728
Full Changelog: v2.9.6...v2.9.7
User Management Improvements
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
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 inlayout.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
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
What's new
- Table of Contents. Add TOC using shortcode
<!--toc-->
, can be added manually using the editor or automatically. Change it behavior inadmin/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
- Update zh_TW.ini by @XD9527 in #674
- Update french translation by @Eliastik in #676
- Add enclosure image on RSS field by @Eliastik in #677
- Adding Danish translation by @MortenJuhl-Johansen in #678
- Update zh_TW.ini by @XD9527 in #680
- Update tag style , Let tag list look like tag/label by @XD9527 in #689
New Contributors
- @XD9527 made their first contribution in #674
- @MortenJuhl-Johansen made their first contribution in #678
Full Changelog: v2.9.2...v2.9.3