Skip to content

Commit

Permalink
Merge branch 'release/1.0.0' of https://github.com/PhileCMS/Phile int…
Browse files Browse the repository at this point in the history
…o release/1.0.0
  • Loading branch information
james2doyle committed Jun 13, 2014
2 parents 0d73697 + 1b02a2d commit e9367db
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Release v1.1.0

- [x] [67e07b5]("https://github.com/PhileCMS/Phile/commit/67e07b546bca5b274ea413101f04b08545dda94c") by Frank Nägler - Merge pull request #93 from PhileCMS/1.0.0/dir-organize
- [x] [f2a5cdb]("https://github.com/PhileCMS/Phile/commit/f2a5cdb8f23547b2a002b1d5dba9e0f0b400d37e") by james2doyle - update generator for new vendor path
- [x] [73b5670]("https://github.com/PhileCMS/Phile/commit/73b5670cc1602084b2cf61eba8cab1245fb5a130") by james2doyle - move vendor directory to lib/vendor
- [x] [51f9d76]("https://github.com/PhileCMS/Phile/commit/51f9d76f372c77af2767e10d1f8c106686fc7830") by james2doyle - update phpFastCache config to use CACHE_DIR
- [x] [a3f7414]("https://github.com/PhileCMS/Phile/commit/a3f7414376615ace0d780b5c265cd1f1cef668c5") by james2doyle - move datastorage and update plugin
- [x] [67a93b8]("https://github.com/PhileCMS/Phile/commit/67a93b8e4e92640605091f1ddae8f0ed9efd3701") by James Doyle - update error handler references
- [x] [b9f8d68]("https://github.com/PhileCMS/Phile/commit/b9f8d68bec8498c5fd14d3180a8014c5dc5de26b") by James Doyle - update error stylesheet
- [x] [68f63a5]("https://github.com/PhileCMS/Phile/commit/68f63a5dfc2efc6cec426ecd2591d3a6ef8001e9") by Frank Nägler - Merge branch 'release/1.0.0' of github.com:PhileCMS/Phile into release/1.0.0
- [x] [7c178df]("https://github.com/PhileCMS/Phile/commit/7c178df0ca4cea57dc7d612460f84525baf0fbb8") by Frank Nägler - added getPreviousPage and getNextPage to page model
- [x] [5a66571]("https://github.com/PhileCMS/Phile/commit/5a6657125f2721a3556c786c341a848bca89efdc") by Frank Nägler - Merge pull request #87 from PhileCMS/bugfix/special-chars-meta
- [x] [3f09421]("https://github.com/PhileCMS/Phile/commit/3f094215fa8bd994f63046edcac72e7460366d0a") by Frank Nägler - added development error handler
- [x] [f2b5d15]("https://github.com/PhileCMS/Phile/commit/f2b5d157753a7f5babbabed1daff9aa1151de55a") by Frank Nägler - update documentation
- [x] [9a65b32]("https://github.com/PhileCMS/Phile/commit/9a65b32dbca9e4942d8905b7974e7cd680f4e825") by Frank Nägler - collect plugin loading error and throw PluginException after all other plugins (incl. errorHandler plugin) has initialize
- [x] [a7cd7f2]("https://github.com/PhileCMS/Phile/commit/a7cd7f24f30b357a25810b41c99a10a8491d5d00") by Frank Nägler - added output buffering to make it possible to show a custom error page by error handlers
- [x] [ae518e6]("https://github.com/PhileCMS/Phile/commit/ae518e6f12c21c86b374f0c7360916fd5dfd412a") by Frank Nägler - [FEATURE] added some new types of exceptions and added a unique code for each thrown exception
- [x] [851c328]("https://github.com/PhileCMS/Phile/commit/851c328163661d8977fd98926e4ce5d659c4e6f5") by Frank Nägler - [FEATURE] ErrorHandling
- [x] [7b3a862]("https://github.com/PhileCMS/Phile/commit/7b3a862e0ce371b47173b7c559bc30bb45faddf8") by Frank Nägler - added utility method to check if a plugin is loaded
- [x] [e5478be]("https://github.com/PhileCMS/Phile/commit/e5478bec46ba71a05154e11b564362dc10aedc97") by james2doyle - replace special chars in meta with underscores
- [x] [beb8b90]("https://github.com/PhileCMS/Phile/commit/beb8b90500f113362d396c4e30d247569b4919b1") by Frank Nägler - [BUGFIX] fix configuration overwrite.

## Release v1.0.0

**important notice: new plugin structure**
Expand Down

0 comments on commit e9367db

Please sign in to comment.