Skip to content

Releases: danpros/htmly

Maintenance release and Improvements

12 Feb 07:51
Compare
Choose a tag to compare

What's new:

Privacy, Security and Theming Improvements

22 Apr 14:06
Compare
Choose a tag to compare
  • No PHPSESSID cookie set for casual readers (not accesssing the login page/backend). Credit @ProjectPatatoe
  • Using samesite cookie attribute strict for CSRF reasons. Credit @ProjectPatatoe
  • New variable $p->readTime, $p->authorName, $p->authorAbout for better theming

Maintenance release and bugs fixes

01 Apr 12:09
Compare
Choose a tag to compare
  • The image upload no longer use jQuery.AjaxFileUpload.js but using Bootstrap file upload. Credit @ProjectPatatoe
  • Translation improvements. Credit @fabianosantosnet
  • The $p->video now return the video link only, to get the video ID we can use get_video_id($p->video); and call it from the theme.

For Upgrade Only

If you are not using theme shipped with HTMLy source code, please download the updated version. If you already modify the theme and don't want your changes to be lost, simply update the <?php echo $p->video;?> to <?php echo get_video_id($p->video); ?> in main.html.php and post.html.php.

Bugs fixes and improvements

12 Mar 12:57
Compare
Choose a tag to compare
  • Fixing bugs for newly created blog unable to creating post
  • Adding Hungarian and Indonesian language
  • Fully support bootstrap pagination for index and profile page.

Maintenance release and improvements

06 Mar 16:44
Compare
Choose a tag to compare
  • We shipped install.php in the source code. Easy to install HTMLy anywhere.
  • Post and tags creation improvements (allowing tag like C++, C#, {Cool}, you name it).
  • Improving the editor toolbar.
  • Security improvements.
  • And more.

Menu builder, Admin panel revamp, and bugs fixes

22 Feb 05:01
Compare
Choose a tag to compare

What's new:

  • Simple menu builder
  • Admin panel revamp
  • Reorganize the config pages
  • Renaming the config time.format to date.format
  • Universal Analytics (gtag.js)
  • And many more.

For Upgrade Only

If you can't save the date format, please rename the time.format to date.format in your config.ini. Or create new custom settings with key: date.format and value: %d %b %Y

To use gtag.js. Create new key: google.gtag.id with value: your.gtag.id

PHP 8 Support and Improvements

22 Jan 11:36
Compare
Choose a tag to compare

What's new:

  • PHP 8 support (JIT ready)
  • Autocomplete tag
  • Security fixes
  • And more

XSS vulnerabilities fix, Composer update, i18n feature

06 May 10:23
b1611d8
Compare
Choose a tag to compare

What's new:

  • XSS vulnerabilities fix (ec1cf1d). Report: CVE-2019-8349
  • Composer update (e526552)
  • i18n feature (4fde479)
  • Using schema.org for breadcrumb
  • Format date
  • Various themes fix
  • And more.

Composer Vendor Update and Improvements

24 Jan 14:46
Compare
Choose a tag to compare

What's new:

  • Updating the composer vendor.
  • Improvements. Eg. The meta generator will displaying the installed version.
  • Bugs fixes.

Quick fixes: Frontpage and Profile

11 Jan 06:34
Compare
Choose a tag to compare

My mistakes, small changes but make the edit static frontpage and profile not usable.