Skip to content

Releases: danpros/htmly

bugfix upgrade prozess

23 Feb 07:29
Compare
Choose a tag to compare
Merge pull request #144 from Kanti/master

bugifx version 2.5.1

Embedded Youtube videos and Featured Images.

10 Feb 08:10
Compare
Choose a tag to compare

Contains many improvements.

What's new:

form 2.4.1:

  • Config Tab on admin bar @Kanti

Added config tab

15 Jan 17:04
Compare
Choose a tag to compare
Added config tab Pre-release
Pre-release

small release:

  • new: config tab on admin bar.
  • bugfix: blog.menu = "name->LinkOnSiteButNotStaticPage"
  • security: import fix

if you want this release: put this line in your config.ini:
prerelease = true

Securing HTMLy by using reCaptcha

28 Dec 15:12
Compare
Choose a tag to compare

Now HTMLy has the ability to secure the backend with Googles reCaptcha service.
Simply go to there Webseite:
https://www.google.com/recaptcha/admin
Get the public and private keys and put them like this into your config.ini:

google.reCaptcha = true
google.reCaptcha.public = "6LfcP_8SAAAAAIPSQldEbInMMMeuVeXRD7lfFe_c"
google.reCaptcha.private = "6LfcP_8SAAAAAPz1Be_4zBMMMujRdKVS6t79RSgY"

v2.3

28 Sep 02:32
Compare
Choose a tag to compare

Contains many improvements and bugs fixes. Credit to @Kanti and @fahmi182

What's new:

  • Recent posts widget.
  • Webmaster tool verification.
  • See this page for complete list.

New features

21 Aug 00:13
Compare
Choose a tag to compare

This release contains many new features and improvements. Credit for @Kanti and @BlackCodec.

New features & Bugs Fixes

25 Jul 11:38
Compare
Choose a tag to compare

This release contains many improvements, feature additions, and bugs fixes by @Kanti.

  • Auto-update
  • Bugs fixes
  • And much more

See his contributions here.

File cache support

27 Jun 00:27
Compare
Choose a tag to compare

Now HTMLy support File cache. Any visited pages by anonymous user will generating .cache file inside cache/page folder. Cache related to specific page will deleted if we edit or add new post, eg. archive page, or tag page related to those post.

We can clear all cache by visiting admin area and click `Clear cache' link. Useful, let say when we change the layout, add new menus etc.

Foreign Char Support

14 Jun 05:41
Compare
Choose a tag to compare

Previously any foreign char always removed from URL, and now this has been fixed. Improve multitags support and fixing the is_front function.

HTTPS Support

25 Feb 12:57
Compare
Choose a tag to compare

HTMLy fully supports the HTTPS protocol.