Skip to content

Releases: isobar-nz/silverstripe-singlepageadmin

6.2.1

24 Nov 02:01
Compare
Choose a tag to compare

6.2.0

20 Aug 05:09
Compare
Choose a tag to compare
Add missing autoload (#26)

6.1.0

27 Jul 01:17
Compare
Choose a tag to compare
Fix issue with tab state restoration when returning from GridField (#24)

6.0.1: Revert SinglePageAdmin to concrete class (#23)

28 Jun 03:05
Compare
Choose a tag to compare
PermissionProviders are instantiated when loading admin sections that 
allow users to change user/group permissions.

6.0.0: Only override page title if there is no default value (#22)

27 Jun 04:09
Compare
Choose a tag to compare
* Add silverstripe/cms to composer requirements
* Make SinglePageAdmin class abstract
* Fix reference to now namespaced interface
* Use Versioned constants for set_stage
* Use publishRecursive instead of deprecated doPublish
* Populate defaults when new page is created
* Only override page title if empty
* Remove auto-publish when single-page-admin creates a page
* Fix docblock placement

5.0.1: Merge pull request #21 from littlegiant/bugfix/abstract

14 Feb 03:16
ad76d6b
Compare
Choose a tag to compare

5.0.0: Merge pull request #20 from Rhym/dev-silverstripe-4-upgrade

09 Feb 02:05
6e0752e
Compare
Choose a tag to compare

4.2.0: Merge pull request #18 from deracs/master

14 Mar 02:22
Compare
Choose a tag to compare
Update save name to use the singular name

4.1.1: Merge pull request #17 from deracs/feature/validation-fix

15 Dec 02:05
Compare
Choose a tag to compare

4.1.0: Merge pull request #16 from deracs/feature/validation

15 Dec 01:49
Compare
Choose a tag to compare
Allow validators to be used within a SinglePageAdmin instance