Update CHANGELOG.md
This commit is contained in:
parent
b47a806efd
commit
268c41e7fa
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,18 +1,18 @@
|
|||||||
Pico Changelog
|
Pico Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.0.0-beta.2
|
||||||
Released: -
|
Released: 2015-11-30
|
||||||
|
|
||||||
```
|
```
|
||||||
* [New] This is Picos first stable release! The Pico Community wants to thank
|
|
||||||
all contributors and users which made this possible!
|
|
||||||
* [New] Introducing the `PicoTwigExtension` Twig extension
|
* [New] Introducing the `PicoTwigExtension` Twig extension
|
||||||
* [New] New `markdown` filter for Twig to parse markdown strings; Note: If you
|
* [New] New `markdown` filter for Twig to parse markdown strings; Note: If you
|
||||||
want to parse the contents of a page, use the `content` filter instead
|
want to parse the contents of a page, use the `content` filter instead
|
||||||
* [New] New `sort_by` filter to sort a array by a specified key or key path
|
* [New] New `sort_by` filter to sort an array by a specified key or key path
|
||||||
* [New] New `map` filter to get the values of the given key or key path
|
* [New] New `map` filter to get the values of the given key or key path
|
||||||
* [New] New PHP version check in `index.php`
|
* [New] Introducing `index.php.dist` (used for pre-bundled releases)
|
||||||
|
* [New] Use PHP_CodeSniffer to auto-check source code (see `.phpcs.xml`)
|
||||||
|
* [New] Use Travis CI to generate phpDocs class docs automatically
|
||||||
* [Changed] Improve documentation
|
* [Changed] Improve documentation
|
||||||
* [Changed] Improve table styling in default theme
|
* [Changed] Improve table styling in default theme
|
||||||
* [Changed] Update composer version constraints; almost all dependencies will
|
* [Changed] Update composer version constraints; almost all dependencies will
|
||||||
@ -21,6 +21,7 @@ Released: -
|
|||||||
* [Changed] Reuse `ParsedownExtra` object; new `onParsedownRegistration` event
|
* [Changed] Reuse `ParsedownExtra` object; new `onParsedownRegistration` event
|
||||||
* [Changed] `$config['rewrite_url']` is now always available
|
* [Changed] `$config['rewrite_url']` is now always available
|
||||||
* [Changed] `DummyPlugin` class is now final
|
* [Changed] `DummyPlugin` class is now final
|
||||||
|
* [Changed] Remove `.git` dirs from `vendor/` when deploying
|
||||||
* [Changed] Various small improvements and changes...
|
* [Changed] Various small improvements and changes...
|
||||||
* [Fixed] `PicoDeprecated`: Sanitize `content_dir` and `base_url` options when
|
* [Fixed] `PicoDeprecated`: Sanitize `content_dir` and `base_url` options when
|
||||||
reading `config.php` in Picos root dir
|
reading `config.php` in Picos root dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user