Skip to content

v1.1.0

Compare
Choose a tag to compare
@james2doyle james2doyle released this 13 Jun 14:49

There has been quite a few changes since the 1.0.0-RC. Here is the changelog.

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