Releases: silverstripe/silverstripe-subsites
Releases · silverstripe/silverstripe-subsites
1.3.2
- Update translations (Franco Springveldt) - 428a5f9
- Use dist:precise for Travis builds to ensure PHP 5.3 works (Robbie Averill) - 9b97f8a
- adjusting query used in getSubsiteIDForDomain to prevent new DB fields being added to the SQL call if they are not yet added to the DB (Tim Kung) - 24ebd1c
- Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 5be5f1c
- Update SQL to remove ambiguity (Darren Inwood) - 0fc3490
- Set sudo:false to use new containerised structure (Damian Mooyman) - 6e91600
- moved user content into userhelp folder, removed old user manual pdf, added index file, updated readme links (Mike Andrewartha) - 280562f
- Remove alias from 1.1 branch (Damian Mooyman) - 145b8e6
1.3.1
1.3.0
- Fix error when dataQuery is a null object (madmatt) - 3962df5
- NEW: Add IncludeChildren option for copying pages between subsites. (Will Rossiter) - c8f6f4a
- BUG Fix copy to subsite breaking on sub-pages (Damian Mooyman) - ff28ac1
- BUG Prevent SubsiteXHRController failing if there are no subsites available (Damian Mooyman) - 98636f8
1.2.3
- BUG Fix issue with urlsegment being renamed in subsites
1.2.2
- Update translations.
- Added attributes to menu link
1.2.1
- BUG: The move to subsite folder dropdown in files is gone
- Update templates for 3.3 compatibility
- Update userhelp documentation
- Fix Subsite module does not picks up themes
- Update translations
1.2.0
- API Add option to specify http / https on subsite domains
1.1.0
- Changelog added.
- Fixes #135: LeftAndMain switching between subsites
- BUG Fix incompatibility with framework 3.2
- Adjusted tests to new SiteTree->canCreate() logic in 3.1.11+
- Fix subsites to use correct permissions
- Wrong edit link in SubsitesVirtualPage
- Added missing route to
SubsiteXHRController
for SilverStripe 3.2 compatibility. - Add sticky nav toggle button
- BUG Subsites selection on SubsitesVirtualPage (fixes #45 and #47)
- Update translations
1.0.8
Update translations
1.0.7
Merge pull request #183 from tractorcow/pulls/1.0/update-test-permiss…