Previously, the backup filename was content_timestamp.zip and now become blogname_timestamp.zip, quite helpful if we have multiple blogs so we do not get confused.
Tidy up the recent comments rss, repair automatic url (when making post). And now HTMLy fully support HTTPS protocol.
Data backup is very important so we strive to provide backup feature on HTMLy as soon as possible.
In this release the backup feature is already available so that your website will be safe, you do not need to worry to lose your posts.
In addition to backup feature, there is development in the custom menu, now you do not need to write a menu using html but fairly ordinary text, for example if we want to create a menu that links to Google and Wikipedia:
Google->http://www.google.com|Wikipedia->http://www.wikipedia.org
For dynamic class on the menu will only appear if we link to a static page.
If we leave the custom menu empty, then HTMLy trying to make a menu automatically from existing static pages.
This release contains several improvements to the core eg for search, as well as bugs fixes, eg when the post does not exist, then an error will occur on a particular Linux distribution.
So what's new in this version? only a few additional functions, thus allowing the use of dynamic headings, for example:
<?php if(is_index()) {?>
<h1 class="blog-title"><a rel="home" href="<?php echo site_url() ?>"><?php echo blog_title() ?></a></h1>
<?php } else {?>
<h2 class="blog-title"><a rel="home" href="<?php echo site_url() ?>"><?php echo blog_title() ?></a></h2>
<?php } ?>
With the use of such code then the name of the blog will only use H1 on the index page, eg frontpage, tag, archive, and search result pages.
Looks like this is enough for any HTMLy users who want to create their own themes.
Slightly strange indeed since version directly skip to v1.5. The v1.2, v1.3, and v1.4 is just a pre-release, and for the stable release is v1.5. So what is new in this release:
Because everything is stable and has met the standards then it looks like this version will last long enough, hopefully.
Difference in one week with its 1.0 version now HTMLy has released version 1.1 with a few improvements and developments.
In this release a lot of development being done in terms of user experience eg in the admin panel, form validation too.
Filling the URL now optional and if left blank then automatically use the title as the URL.
There is also a feed importer, so we can import content via RSS feeds from Blogger, WordPress, Tumblr, or Ghost as long its RSS feed 2.0.
In addition, there is now an admin role, for example in the blog there is more than one author then we can determine who's the admin. Admin can delete and edit all posts.
Finally, after nearly two months actively developed, today HTMLy v1.0 has been released. Here are some of the features of this initial release: