Releases: silverstripe/silverstripe-upgrader
Releases · silverstripe/silverstripe-upgrader
Release 1.4.3
upgrade
command would fail when trying to upgrade a class that doesn't extend any other class #180
Release 1.4.2
Release 1.4.1
- Emergency patch to fix broken
recompose
command (#167)
Release 1.4.0
1.3.0
Improvements and new features
- Update recompose command to work better with CWP #145
- Add visibility updating to
inspect
command #146 - Add
roave/security-advisories
to the dev dependencies to minimise the risk of shipping vulnerable dependencies #140 - Add ability for upgrader to display warnings for ambiguous class renames #149
Bug fixes
Minor fixes
Recipe version fix and PHAR executable
1.2.0 New `all` command and `--psr4` flag to `add-namespace`
New features
- New
all
command that runs all commands necessary to fully upgrade your site in the recommended order. (#83) - The
add-namespace
command now supports a--psr4
flag. When use in conjunction with the--recusrive
flag, the upgrader will assume your are folder structure follows the PSR-4 standard and add sub-namespaces to your files based on the directory they are in. (#94)
Bug Fixes
1.1.0 New recompose, reorganise, webroot, and environment commands
- Added a
environment
command to generate a.env
file from a_ss_environment.php
file. - Added a
reorganise
command to update your project structure. - Added a
recompose
command to update yourcomposer.json
file. - Added a
webroot
command to update your project to use the public webroot feature introduce in SilverStripe 4.1.0 - Now requires PHP 7.1 or greater.
1.0.0
Merge pull request #48 from christopherdarling/patch-1 DOCS composer path for Windows