Changelog History
Page 1
-
v2.7.5 Changes
May 06, 2020What'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.
-
v2.7.4 Changes
January 24, 2016What's new:
- โก๏ธ Updating the composer vendor.
- ๐ Improvements. Eg. The meta generator will displaying the installed version.
- ๐ Bugs fixes.
-
v2.7.3 Changes
January 11, 2016My mistakes, small changes but make the edit static frontpage and profile not usable.
-
v2.7.2 Changes
January 09, 2016What's new:
- ๐ Improve performance. The category index created to speed up the page load across many pages.
- Template improvements.
- ๐ Bugs fixes. See #236
-
v2.7.1 Changes
January 04, 2016What's new:
- ๐ Fix the footnote link on teaser. Use absolute URL.
- ๐ Fix theme for the new read more. Make sure to use the updated theme.
-
v2.7.0 Changes
January 01, 2016What's new:
- ๐ฆ The ported WP theme (Twenty Fifteen and Twenty Sixteen) include with the package since its a GPL theme
- You can use
<!--more-->
tag to cut the teaser when using teaser type full - ๐ New widget
category_list()
- List post based on content type
www.example.com/type/image
-
v2.6.9 Changes
December 24, 2015What's new?
๐ Like the release title. Now HTMLy support non latin char for any URLs (eg. slug for post, tag, category). Well simple changes/fixes from previous version actually but very important since it can make HTMLy usable in many cases.
HTMLy try to convert to latin and if it can't than HTMLy will use the URL as is.
๐ Previous Release
HTMLy v2.6.8
What's new:
- Improving template engine.
- Cache expiration.
- ๐ Bugs fixes.
Template improvements
Sometimes we need custom layout for all of things. New available template files.
Front page
layout--front.html.php // only layout for front page static--front.html.php // main content if we use static frontpage main--front.html.php // main content if we use dynamic frontpage
Blog
This is for
/blog
url.layout--blog.html.php main--blog.html.php
Static page
Example is for
/about
pagelayout--static--about.html.php // only layout for `/about` page layout--static.html.php // layout for all static page static--about.html.php // main content for `/about' page
Sub static page
Example this is
/about/me
pagelayout--static--about--me.html.php // only layout for `/about/me` page layout--static--about.html.php // parent template static--about--me.html.php // main content for `/about/me' page static--about.html.php // main content for parent template
Blog post
The blog post only available styling based on category.
layout--post--uncategorized.html.php // layout for all blog post with uncategorized category layout--post.html.php // layout for all blog post post--uncategorized.html.php // main content for individual post with uncategorized category.
Category
Example is uncategorized category.
layout--category--uncategorized.html.php layout--category.html.php main--category--uncategorized.html.php main--category.html.php
๐ท Tags
Example is post tagged: github.
layout--tag--github.html.php layout--tag.html.php main--tag--github.html.php main--tag.html.php
Archive
layout--archive.html.php main--archive.html.php
Search
layout--search.html.php main--search.html.php
Cache expiration
0๏ธโฃ For new installation this options already available inside config.ini but for existing installation you need to add it manually if you want to override the value. The default value is 6 hours.
cache.expiration = "6"
-
v2.6.8 Changes
December 21, 2015What's new:
- Improving template engine.
- Cache expiration.
- ๐ Bugs fixes.
Template improvements
Sometimes we need custom layout for all of things. New available template files.
Front page
layout--front.html.php // only layout for front page static--front.html.php // main content if we use static frontpage main--front.html.php // main content if we use dynamic frontpage
Blog
This is for
/blog
url.layout--blog.html.php main--blog.html.php
Static page
Example is for
/about
pagelayout--static--about.html.php // only layout for `/about` page layout--static.html.php // layout for all static page static--about.html.php // main content for `/about' page
Sub static page
Example this is
/about/me
pagelayout--static--about--me.html.php // only layout for `/about/me` page layout--static--about.html.php // parent template static--about--me.html.php // main content for `/about/me' page static--about.html.php // main content for parent template
Blog post
The blog post only available styling based on category.
layout--post--uncategorized.html.php // layout for all blog post with uncategorized category layout--post.html.php // layout for all blog post post--uncategorized.html.php // main content for individual post with uncategorized category.
Category
Example is uncategorized category.
layout--category--uncategorized.html.php layout--category.html.php main--category--uncategorized.html.php main--category.html.php
๐ท Tags
Example is post tagged: github.
layout--tag--github.html.php layout--tag.html.php main--tag--github.html.php main--tag.html.php
Archive
layout--archive.html.php main--archive.html.php
Search
layout--search.html.php main--search.html.php
Cache expiration
0๏ธโฃ For new installation this options already available inside config.ini but for existing installation you need to add it manually if you want to override the value. The default value is 6 hours.
cache.expiration = "6"
-
v2.6.7 Changes
December 01, 2015What's new:
- ๐ Simplify the admin panel codes for better future developments.
- โก๏ธ Update the themes.
- ๐ Bugs fixes.
-
v2.6.6 Changes
November 23, 2015What's new:
- Using URLify. A PHP port of URLify.js from the Django project for multi language improvements.
- ๐ New Pager Algorithm e.g.
Page 1 of 10
and/or more advanced pagination. - ๐ New variable for better theming.