updated changelog

This commit is contained in:
Andy Miller
2016-01-05 12:08:44 -07:00
parent ac23ab21b8
commit 2d00203a1f
3 changed files with 37 additions and 23 deletions

View File

@@ -1,11 +1,34 @@
# Unreleased
## (TBA)
# v1.0.7
## 01/04/2016
1. [](#new)
* Added `composer create-project` as an additional installation method
* Added languages: Greek, Finnish, Norwegian, Polish, Portuguese, Romanian
1. [](#improved)
* Added `composer create-project` as an additional installation method #585
* New optional system config setting to strip home from page routs and urls #561
* Added Greek, Finnish, Norwegian, Polish, Portuguese, and Romanian languages
* Added new `Page->topParent()` method to return top most parent of a page
* Added plugins configuration tab to debugger
* Added support for APCu and PHP7.0 via new Doctrine Cache release
* Added global setting for `twig_first` processing (false by default)
* New configuration options for Session settings #553
1. [](#improved)
* Use `URI->host()` for session domain
* Optimized core thumbnails saving 38% in file size
* Added new `bin/gpm index --installed-only` option
* Improved GPM errors to provider more helpful diagnostic of issues
* Removed old hardcoded PHP version references
* Moved `onPageContentProcessed()` event so it's fired more reliably
* Maintain md5 keys during sorting of Assets #566
* Update to Caddyfile for Caddy web server
1. [](#bugfix)
* Fixed an issue with cache/config checksum not being set on cache load
* Fix for page blueprint and theme inheritance issue #534
* Set `ZipBackup` timeout to 10 minutes if possible
* Fix case where we only have inline data for CSS or JS #565
* Fix `bin/grav sandbox` command to work with new `webserver-config` folder
* Fix for markdown attributes on external URLs
* Fixed issue where `data:` page header was acting as `publish_date:`
* Fix for special characters in URL parameters (e.g. /tag:c++) #541
>>>>>>> Stashed changes
# v1.0.6
## 12/22/2015

View File

@@ -8,7 +8,6 @@
"require": {
"php": ">=5.5.9",
"twig/twig": "~1.23",
"erusev/parsedown": "dev-master as 1.6.0",
"erusev/parsedown-extra": "~0.7",
"symfony/yaml": "~2.8",
"symfony/console": "~2.8",

26
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "94131c9b1e1bafa572e1022ca6093544",
"content-hash": "fd3f9839960586cb8d7c841eb3a51610",
"hash": "85173a1bfa9ece106f687d69402d99d8",
"content-hash": "410b016e6cd8af6cd8ee9cdb6d5fd7a4",
"packages": [
{
"name": "doctrine/cache",
@@ -130,16 +130,16 @@
},
{
"name": "erusev/parsedown",
"version": "dev-master",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/getgrav/parsedown.git",
"reference": "e7443a2bd868e78946ae6a01a1b07d477ce6f4cc"
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getgrav/parsedown/zipball/e7443a2bd868e78946ae6a01a1b07d477ce6f4cc",
"reference": "e7443a2bd868e78946ae6a01a1b07d477ce6f4cc",
"url": "https://api.github.com/repos/getgrav/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
"shasum": ""
},
"type": "library",
@@ -165,9 +165,9 @@
"parser"
],
"support": {
"source": "https://github.com/getgrav/parsedown/tree/master"
"source": "https://github.com/getgrav/parsedown/tree/1.6.0"
},
"time": "2015-12-19 03:45:14"
"time": "2015-10-04 16:44:32"
},
{
"name": "erusev/parsedown-extra",
@@ -1137,17 +1137,9 @@
}
],
"packages-dev": [],
"aliases": [
{
"alias": "1.6.0",
"alias_normalized": "1.6.0.0",
"version": "9999999-dev",
"package": "erusev/parsedown"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"erusev/parsedown": 20,
"filp/whoops": 15
},
"prefer-stable": false,