From c2e8955ca8fe33554416e9ed913af957376bbdcc Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sat, 7 Apr 2018 21:47:21 +0200 Subject: [PATCH] Version 2.0.0-beta.3 ``` * [Changed] Add `README.md`, `CONTRIBUTING.md` and `CHANGELOG.md` of main repo to pre-bundled releases, keep `.gitignore` * [Changed] Deny access to a possibly existing `composer.phar` in `.htaccess` * [Changed] Disallow the use of the `callback` filter for the `url_param` and `form_param` Twig functions * [Changed] Improve documentation * [Fixed] Fix page tree when sorting pages by arbitrary values * [Fixed] Fix sorting of `Pico::$nativePlugins` ```