Skip to content

5.2.0

Compare
Choose a tag to compare
@JoshuaCarter JoshuaCarter released this 12 Feb 23:33
· 15 commits to master since this release
9ee6cd1
  • 1d080da Fix for silverstripe-recipe >= 4.3.0 (i.e. silverstripe-admin >= 1.3.0)
    • See #96
    • This allows a project to use multisites with silverstripe-recipe 4.3.0
    • silverstripe-admin 1.3.1 introduced breaking changes for multisites code relating to the MultiSitesAware extension.
    • This will be fixed in silverstripe-admin 1.3.1 (with no other changes required in this module, assuming no other breaking changes are introduced).
    • Until then, when using silverstripe-admin 1.3.0:
      • An exception will be thrown if you use the MultisitesAware extension.
      • Else MultisitesAware will be bypassed.
  • 6679360 Fix silverstripe/admin requirement and redo 5.2.0 release 🤦‍♂️