浏览代码

Version 0.9

theshka 10 年之前
父节点
当前提交
cc47d7676b
共有 1 个文件被更改,包括 12 次插入1 次删除
  1. 12 1
      changelog.txt

+ 12 - 1
changelog.txt

@@ -1,5 +1,16 @@
 *** Pico Changelog ***
 
+2015.04.28 - version 0.9
+ * [New] Default theme is now mobile-friendly
+ * [New] Description meta now available in content areas
+ * [Changed] content folder is now content-sample
+ * [Changed] Updated documentation & wiki
+ * [Changed] Removed Composer, Twig files in /vendor, you must run composer install now
+ * [Changed] Localized date format; strftime() instead of date()
+ * [Changed] Added ignore for tmp file extensions in the get_files() method
+ * [Fixed] Pico now only removes the 1st comment block in .md file 
+ * [Fixed] Issue wherein the alphabetical sorting of pages did not happen
+
 2013.10.23 - version 0.8
  * [New] Added ability to set template in content meta
  * [New] Added before_parse_content and after_parse_content hooks
@@ -56,4 +67,4 @@
  * [Fixed] Case sensitive folder bug
 
 2012.04.04 - version 0.1
- * Initial release
+ * Initial release