HTMLy 2.8.0: Maintenance release and bugs fixes

  • 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.


HTMLy 2.7.9: Bugs fixes and improvements

  • Fixing bugs for newly created blog unable to creating post
  • Adding Hungarian and Indonesian language
  • Fully support bootstrap pagination for index and profile page.

HTMLy 2.7.8: Maintenance release and improvements

  • 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.

HTMLy 2.7.7: Menu builder, Admin panel revamp, and bugs fixes

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 old users

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


HTMLy v2.7.6: PHP 8 Support and Improvements

What's new:

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

Download.


HTMLy v2.7.5

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.

Download.


Softaculous have added HTMLy

HTMLy now available at Softaculous.

Softaculous is a commercial script library that automates the installation of commercial and open source web applications to a website. Softaculous scripts are executed from the administration area of a website control panel, typically via an interface tool such as cPanel, Plesk, H-Sphere, DirectAdmin and InterWorx. Softaculous applications typically create tables in a database, install software, adjust permissions, and modify web server configuration files.

Review, Rate and View Demo of HTMLy here: http://www.softaculous.com/apps/blogs/HTMLy


Composer Vendor Update and Improvements

What's new:

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

Download.


Quick fixes: Frontpage and Profile

Small changes but make the edit static frontpage and profile not usable.

Download.


Performance tweak and bugs fixes

What's new:

  • Improve performance. The category index created to speed up the page load across many pages.
  • Template improvements.
  • Bugs fixes. See #236

Download.