Skip to content

v2.3.0

Choose a tag to compare

@ryanmitchell ryanmitchell released this 27 Jun 06:09
· 210 commits to master since this release
679be6b

This release includes schema updates. After updating, please backup your database and run php artisan migrate.

What's Changed

  • Allow 'hidden' blueprints to be un-hidden by @ryanmitchell in #166
  • Replaced foreign keys with simple indexes by @FrittenKeeZ in #100
  • Fix offset being specified without limit and without pagination on EntryQueryBuilder by @ryanmitchell in #176
  • Fix to hyphenated taxonomies from uri by @Alt-Ben in #156
  • Restructure global variables to use its own table by @ryanmitchell in #168
  • The default blueprint in core has changed, so update seeder to replicate by @ryanmitchell in #170
  • Ensure computed values are stored in the database so they can be queried by @ryanmitchell in #167
  • Add export console commands to support moving back to stache by @ryanmitchell in #157

New Contributors

Full Changelog: v2.2.0...v2.3.0