Pico v0.9 Release Notes

  • 🚀 Released: 2015-04-28

    * [New] Default theme is now mobile-friendly
    * [New] Description meta now available in content areas
    * [New] Add description to composer.json
    * [Changed] content folder is now content-sample
    * [Changed] config.php moved to config.php.template
    * [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
    * [Changed] michelf/php-markdown is replaced with erusev/parsedown-extra
    * [Changed] $config is no global variable anymore
    * [Fixed] Pico now only removes the 1st comment block in .md files
    * [Fixed] Issue wherein the alphabetical sorting of pages did not happen