Skip to content

Commit

Permalink
Added v1 Upgrade Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
purplespider authored Jul 21, 2021
1 parent 84a4143 commit 61fcb00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ HomePage:
* 0.* = Silverstripe 3
* 1.* = Silverstripe 4
* 2.* = Silverstripe 4 (Uses newer version of `PhotoGalleryExtension` with a polymorphic relation, so upgrading from 1 to 2 will break existing galleries.)

## Upgrade Notes
### To v1 (extension moved to seperate module)
* Change any references to the extension, e.g. if applied to the Homepage type, from `PurpleSpider\BasicGalleries\PhotoGalleryExtension` to `PurpleSpider\BasicGalleryExtension\PhotoGalleryExtension`
* `PurpleSpider\BasicGalleries\PhotoGalleryImage` is now `PurpleSpider\BasicGalleryExtension\PhotoGalleryImage` (in case you applied your own extension to it)
* Running dev/build will update table names automatically (via legacy.yml)

0 comments on commit 61fcb00

Please sign in to comment.