-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from symbiote/ss5
Silverstripe 5 updates
- Loading branch information
Showing
14 changed files
with
133 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
For more information on changes and releases, please visit [Releases](https://github.com/symbiote/silverstripe-dynamiclists/releases). | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/) as of version 2.0.0 | ||
|
||
## [2.0.0] | ||
|
||
* Now compatible with SilverStripe4 | ||
* Namespaced under Symbiote\DynamicLists | ||
* DataListUpdgradeTask and DynamicListUserFormsUpgradeTask removed. Users needing to these upgrade paths should install version 1.0.0 initially and run these tasks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
{ | ||
"name": "symbiote/silverstripe-dynamiclists", | ||
"description": "A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.", | ||
"type": "silverstripe-vendormodule", | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Shea Dawson", | ||
"email": "shea@symbiote.com.au" | ||
} | ||
"name": "symbiote/silverstripe-dynamiclists", | ||
"description": "A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.", | ||
"type": "silverstripe-vendormodule", | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Shea Dawson", | ||
"email": "shea@symbiote.com.au" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.6.0", | ||
"silverstripe/cms": "~4.0", | ||
"silverstripe/framework": "~4.0", | ||
"symbiote/silverstripe-gridfieldextensions": "~3.0" | ||
}, | ||
"extra": { | ||
"require": { | ||
"php": "^8.1", | ||
"silverstripe/cms": "^4.12 || ^5", | ||
"symbiote/silverstripe-gridfieldextensions": "^3 || ^4" | ||
}, | ||
"extra": { | ||
"expose": [ | ||
"javascript" | ||
], | ||
"installer-name": "dynamiclists", | ||
"branch-alias": { | ||
"dev-master": "2.0.x-dev" | ||
} | ||
], | ||
"branch-alias": { | ||
"dev-master": "2.1.x-dev" | ||
} | ||
}, | ||
"replace": { | ||
"sheadawson/silverstripe-dynamiclists": "self.version" | ||
}, | ||
"replace": { | ||
"sheadawson/silverstripe-dynamiclists": "self.version" | ||
}, | ||
"minimum-stability": "dev" | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.