Releases: PrestaShop/autoupgrade
Releases · PrestaShop/autoupgrade
v4.5.0
v4.4.2
v4.4.1
Bug fixes
- #185: Fix the auto reload triggered at config save.
v4.4.0
v4.3.0
Changes
#170: Old versions of PHP cannot run 1-click upgrade with the current libraries. We prevent syntax errors to be triggered, but we now reduce the compatibility range (PHP 5.6 minimum)
v4.2.0
Bug fixes
- #157: Do not use a method checking curl from the core, as it exists only from PS 1.7.
- #163: In some case, a undefined class error may occur on the database step.
- #165: Fix an issue with the option "Do not update theme files" not taken in account.
Improvements
#167: Although not recommended, PrestaShop requirements can now be ignored. Until all error messages are displayed, we cannot block the process without giving all the details.
v4.2.0-beta.1
Bug fixes
- #157: Do not use a method checking curl from the core, as it exists only from PS 1.7.
- #163: In some case, a undefined class error may occur on the database step.
- #165: Fix an issue with the option "Do not update theme files" not taken in account.
Improvements
#167: Although not recommended, PrestaShop requirements can now be ignored. Until all error messages are displayed, we cannot block the process without giving all the details.
v4.1.1
v4.1.0
New minor version following feedback with autoupgrade v4.0 and PrestaShop 1.7.4.2
Improvements
Automatic checks
Other
- #126: Remove a specific file only used for PrestaShop 1.7 upgrades
Bug fixes
- #127: Reset archive name when switching back on channel minor / major
- #136: Set the composer autoloader after the core
- #137: Fix a duplicated string (files to be removed)
- #141: Fix an issue with undefined class
Tools
, reported in #140 - #144: Reverting #136 as it makes the module failing on early versions of PS 1.6
- #145: Check a file
config/boostrap.php
exists before requiring it.