Releases: silverstripe/silverstripe-installer
Releases · silverstripe/silverstripe-installer
4.11.2
4.11.0
What's Changed
- DEP 4.10 requirements by @emteknetnz in #312
- ENH Explicitly allow SilverStripe composer plugins by @GuySartorelli in #313
- DOCS Change "SilverStripe" to "Silverstripe" in readme by @GuySartorelli in #314
- DEP Set PHP 7.4 as the minimum version by @emteknetnz in #315
- MNT Ignore .graphql-generated in source control by @maxime-rainville in #318
- MNT Add composer/installers to allow-plugins by default. by @GuySartorelli in #319
- MNT Do not allow failures on php 8.1 by @emteknetnz in #320
- MNT Only use mysql in matrix by @emteknetnz in #321
Full Changelog: 4.10.0...4.11.0
4.11.1
What's Changed
- DEP 4.11 dev requirements by @emteknetnz in #322
- ENH Add
.graphql-generated
directory by default by @GuySartorelli in #323 - ENH Add and ignore public/_graphql by @GuySartorelli in #324
Full Changelog: 4.11.0...4.11.1
3.6.1
3.6.0
3.6.0-beta1
Release 3.6.0-beta1
3.5.2
3.2.0-beta1
Major Changes
- Minimum PHP version raised to 5.3.3
- Introduction of new parameterised ORM
- Default support for PDO
- Moved SS_Report and ReportAdmin out to a separate module. If you're using
composer or downloading a release, this module should be included for you.
Otherwise, you'll need to include the module yourself
(https://github.com/silverstripe-labs/silverstripe-reports) - Moved SiteConfig also out to its own module. This will be included by
default if you include the CMS module.
(https://github.com/silverstripe/silverstripe-siteconfig) - Implementation of new "Archive" concept for page removal, which supercedes
"delete from draft". Where deletion removed pages only from draft, archiving
removes from both draft and live simultaneously. - Most of the
Image
manipulation methods have been renamed