Use Markdown for CHANGELOG.md

This commit is contained in:
Daniel Rudolf 2015-11-03 17:34:41 +01:00
parent 48264fce3d
commit 8164038ff7

View File

@ -1,9 +1,14 @@
*** Pico Changelog *** Pico Changelog
==============
2015.11.XX - version 1.0.0-beta.1 ### Version 1.0.0-beta.1
* NOTE: This changelog only provides basic information about the enormous Released: 2015-11-06
**Note:** This changelog only provides basic information about the enormous
changes introduced with Pico 1.0.0-beta.1. Please refer to the changes introduced with Pico 1.0.0-beta.1. Please refer to the
UGPRADE section of the docs for details. UGPRADE section of the docs for details.
```
* [Security] (9e2604a) Prevent content_dir breakouts using malicious URLs * [Security] (9e2604a) Prevent content_dir breakouts using malicious URLs
* [New] Pico is on its way to its first stable release! * [New] Pico is on its way to its first stable release!
* [New] Provide pre-bundled releases * [New] Provide pre-bundled releases
@ -66,23 +71,32 @@
* [Removed] Removing the default Twig cache dir * [Removed] Removing the default Twig cache dir
* [Removed] Removing various empty `index.html` files * [Removed] Removing various empty `index.html` files
* [Removed] Moving Picos excerpt feature to `PicoExcerpt` plugin * [Removed] Moving Picos excerpt feature to `PicoExcerpt` plugin
```
2015.04.28 - version 0.9 ### Version 0.9
Released: 2015-04-28
```
* [New] Default theme is now mobile-friendly * [New] Default theme is now mobile-friendly
* [New] Description meta now available in content areas * [New] Description meta now available in content areas
* [New] Add description to composer.json * [New] Add description to composer.json
* [Changed] content folder is now content-sample * [Changed] content folder is now content-sample
* [Changed] config.php moved to config.php.template * [Changed] config.php moved to config.php.template
* [Changed] Updated documentation & wiki * [Changed] Updated documentation & wiki
* [Changed] Removed Composer, Twig files in /vendor, you must run composer install now * [Changed] Removed Composer, Twig files in /vendor, you must run composer
install now
* [Changed] Localized date format; strftime() instead of date() * [Changed] Localized date format; strftime() instead of date()
* [Changed] Added ignore for tmp file extensions in the get_files() method * [Changed] Added ignore for tmp file extensions in the get_files() method
* [Changed] michelf/php-markdown is replaced with erusev/parsedown-extra * [Changed] michelf/php-markdown is replaced with erusev/parsedown-extra
* [Changed] $config is no global variable anymore * [Changed] $config is no global variable anymore
* [Fixed] Pico now only removes the 1st comment block in .md files * [Fixed] Pico now only removes the 1st comment block in .md files
* [Fixed] Issue wherein the alphabetical sorting of pages did not happen * [Fixed] Issue wherein the alphabetical sorting of pages did not happen
```
2013.10.23 - version 0.8 ### Version 0.8
Released: 2013-10-23
```
* [New] Added ability to set template in content meta * [New] Added ability to set template in content meta
* [New] Added before_parse_content and after_parse_content hooks * [New] Added before_parse_content and after_parse_content hooks
* [Changed] content_parsed hook is now deprecated * [Changed] content_parsed hook is now deprecated
@ -90,52 +104,94 @@
* [Changed] Only append ellipsis in limit_words() when word count exceeds max * [Changed] Only append ellipsis in limit_words() when word count exceeds max
* [Changed] Made private methods protected for better inheritance * [Changed] Made private methods protected for better inheritance
* [Fixed] Fixed get_protocol() method to work in more situations * [Fixed] Fixed get_protocol() method to work in more situations
```
2013.09.04 - version 0.7 ### Version 0.7
* [New] Added before_read_file_meta and get_page_data plugin hooks to customize page meta data Released: 2013-09-04
```
* [New] Added before_read_file_meta and get_page_data plugin hooks to customize
page meta data
* [Changed] Make get_files() ignore dotfiles * [Changed] Make get_files() ignore dotfiles
* [Changed] Make get_pages() ignore Emacs and temp files * [Changed] Make get_pages() ignore Emacs and temp files
* [Changed] Use composer version of Markdown * [Changed] Use composer version of Markdown
* [Changed] Other small tweaks * [Changed] Other small tweaks
* [Fixed] Date warnings and other small bugs * [Fixed] Date warnings and other small bugs
```
2013.05.07 - version 0.6.2 ### Version 0.6.2
Released: 2013-05-07
```
* [Changed] Replaced glob_recursive with get_files * [Changed] Replaced glob_recursive with get_files
```
2013.05.07 - version 0.6.1 ### Version 0.6.1
Released: 2013-05-07
```
* [New] Added "content" and "excerpt" fields to pages * [New] Added "content" and "excerpt" fields to pages
* [New] Added excerpt_length config setting * [New] Added excerpt_length config setting
```
2013.05.06 - version 0.6 ### Version 0.6
Released: 2013-05-06
```
* [New] Added plugin functionality * [New] Added plugin functionality
* [Changed] Other small cleanup * [Changed] Other small cleanup
```
2013.05.03 - version 0.5 ### Version 0.5
Released: 2013-05-03
```
* [New] Added ability to order pages by "alpha" or "date" (asc or desc) * [New] Added ability to order pages by "alpha" or "date" (asc or desc)
* [New] Added prev_page, current_page, next_page and is_front_page template vars * [New] Added prev_page, current_page, next_page and is_front_page template vars
* [New] Added "Author" and "Date" title meta fields * [New] Added "Author" and "Date" title meta fields
* [Changed] Added "twig_config" to settings * [Changed] Added "twig_config" to settings
* [Changed] Updated documentation * [Changed] Updated documentation
* [Fixed] Query string 404 bug * [Fixed] Query string 404 bug
```
2013.05.01 - version 0.4.1 ### Version 0.4.1
Released: 2013-05-01
```
* [New] Added CONTENT_EXT global * [New] Added CONTENT_EXT global
* [Changed] Use .md files instead of .txt * [Changed] Use .md files instead of .txt
```
2013.05.01 - version 0.4 ### Version 0.4
Released: 2013-05-01
```
* [New] Add get_pages() function for listing content * [New] Add get_pages() function for listing content
* [New] Added changelog.txt * [New] Added changelog.txt
* [Changed] Updated default theme * [Changed] Updated default theme
* [Changed] Updated documentation * [Changed] Updated documentation
```
2013.04.27 - version 0.3 ### Version 0.3
Released: 2013-04-27
```
* [Fixed] get_config() function * [Fixed] get_config() function
```
2013.04.26 - version 0.2 ### Version 0.2
Released: 2013-04-26
```
* [Changed] Updated Twig * [Changed] Updated Twig
* [Changed] Better checking for HTTPS * [Changed] Better checking for HTTPS
* [Fixed] Add 404 header to 404 page * [Fixed] Add 404 header to 404 page
* [Fixed] Case sensitive folder bug * [Fixed] Case sensitive folder bug
```
2012.04.04 - version 0.1 ### Version 0.1
Released: 2012-04-04
```
* Initial release * Initial release
```