Skip to content

Commit

Permalink
Seperate version for polyporphic extension
Browse files Browse the repository at this point in the history
  • Loading branch information
purplespider committed Jul 16, 2021
1 parent 73de145 commit e55d558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ HomePage:
- PurpleSpider\BasicGalleries\PhotoGalleryExtension
gallery-title: Image Gallery
gallery-cms-tab: Main
````
````

## Version Details

* 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.)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"silverstripe/framework": "^4.4",
"silverstripe/cms": "^4.4",
"purplespider/silverstripe-basic-gallery-extension": "^1"
"purplespider/silverstripe-basic-gallery-extension": "^3"
},
"extra": {
"expose": [
Expand Down

0 comments on commit e55d558

Please sign in to comment.