diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-29 13:07:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-29 13:07:06 +0200 |
commit | c4a7368d043f26ad1ca510b13c112fa2ccdba74f (patch) | |
tree | 5af17a5dc3799e5ae7a7db319f22cecd00fc2e4a /zend-mvc-plugin-prg-8c7ccb9f0004e92ff258b483447d914f42cb7448/CHANGELOG.md |
php-zendframework-zend-mvc-plugin-prg: 1.0.0 (New Package)
Diffstat (limited to 'zend-mvc-plugin-prg-8c7ccb9f0004e92ff258b483447d914f42cb7448/CHANGELOG.md')
-rw-r--r-- | zend-mvc-plugin-prg-8c7ccb9f0004e92ff258b483447d914f42cb7448/CHANGELOG.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/zend-mvc-plugin-prg-8c7ccb9f0004e92ff258b483447d914f42cb7448/CHANGELOG.md b/zend-mvc-plugin-prg-8c7ccb9f0004e92ff258b483447d914f42cb7448/CHANGELOG.md new file mode 100644 index 0000000..81bef3e --- /dev/null +++ b/zend-mvc-plugin-prg-8c7ccb9f0004e92ff258b483447d914f42cb7448/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 1.0.0 - 2016-05-31 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#3](https://github.com/zendframework/zend-mvc-plugin-prg/pull/3) updates the + minimum PHP version to 5.6. +- [#3](https://github.com/zendframework/zend-mvc-plugin-prg/pull/3) pins the + component to zend-mvc 3.0 stable, and marks v2 releases as conflicts. + +## 0.1.0 - 2016-03-24 + +First (stable) release. + +This component replaces the `PostRedirectGet` (aka `prg()`) plugin from +zend-mvc, for use with upcoming v3 of that component. Once that stable release +is made, we will issue a 1.0.0 release removing the `dev-develop as 3.0.0` +zend-mvc constraint. + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. |