Releases: extiverse/helper
Releases · extiverse/helper
0.3.2
Fixes
- Issue with check command with the new
flarum-version
option.
Removed
- Removed the ability to use the
flarum-version
option in the upgrade command, default to the latest always.
0.3.1
Update from https://github.com/extiverse/flarum-updater/commit/062cf3…
0.3.0
Added
- Assists with the upgrade to Flarum stable. Added a flag
--flarum-version
to the Upgrade
command which defaults to 1.0
. This then allows a guided upgrade to a stable release.
0.2.3
Fixed
- Backup file could not be stored on windows, using timestamp now #1
- Now able to work with abandoned extensions, proposing replacements
0.2.2
Fixed
upgrade
command now correctly runs composer update
with the -W
flag to all update dependencies, thanks @uamv for you patience.
0.2.1
Fixed
- Upgrade command the
Argument 4 passed to App\Cli\ComposerProcess::__construct() must be of the type int
error.
0.2
Added
- Published to packagist.org so that it can be installed using
composer global require extiverse/helper
.
- Added
self-update
command to update the binary.
0.1.2
Changed
- Added
--timeout
option to upgrade
command to override the composer process timeout.
0.1.1
Changed
- Refactored upgrade command to use custom ComposerProcess
- Added 6 minute time out to upgrade command
0.1
Retaggint he latest beta version.