From 7aa199d77aae8ca3f02a2ef043f722e18c24d4f1 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 5 Oct 2015 01:58:11 +0200 Subject: [PATCH] Update changelog.txt for 7537159 --- changelog.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1292835..ecda215 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,8 +12,8 @@ `%base_url%?sub/page` in markdown files and `{{ "sub/page"|link }}` in Twig templates to declare internal links * [New] Brand new plugin system with dependencies (see `PicoPluginInterface` - and `AbstractPicoPlugin`); if you're plugin developer, you really - should take a look at the UPGRADE section of the docs! + and `AbstractPicoPlugin`); if you're plugin dev, you really should + take a look at the UPGRADE section of the docs! * [New] Introducing the `PicoDeprecated` plugin to maintain full backward compatibility with Pico 0.9 and older * [New] Support YAML-style meta header comments (`---`) @@ -34,6 +34,9 @@ * [Changed] Renaming all plugin events; adding some new events * [Changed] `Pico_Plugin` is now the fully documented `DummyPlugin` * [Changed] Meta data must start on the first line of the file now + * [Changed] Dropping the need to register meta headers for the convenience of + users and pure (!) theme devs; plugin devs are still REQUIRED to + register their meta headers during `onMetaHeaders` * [Changed] Exclude inaccessible files from pages list * [Changed] With alphabetical order, index files (e.g. `sub/index.md`) are now always placed before their sub pages (e.g. `sub/foo.md`)