Skip to content

Releases: PrestaShop/autoupgrade

v4.5.0

27 Nov 17:34
f874fb6
Compare
Choose a tag to compare

Changes

Improvement:

  • #192: Reduce memory consumption on download step.

v4.4.2

19 Nov 16:47
d95d936
Compare
Choose a tag to compare

Bug fixes

  • #190: Fixes an issue when disabling the BO notifications

v4.4.1

05 Nov 17:26
900017b
Compare
Choose a tag to compare

Bug fixes

  • #185: Fix the auto reload triggered at config save.

v4.4.0

18 Oct 15:52
4db3726
Compare
Choose a tag to compare

Changes

Improvements

  • #180: Suggest minor upgrades by default
  • Update translated strings and only rely on module translations

v4.3.0

24 Sep 08:54
184904b
Compare
Choose a tag to compare

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

12 Sep 12:56
0e679ea
Compare
Choose a tag to compare

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

10 Sep 08:56
07414d7
Compare
Choose a tag to compare
v4.2.0-beta.1 Pre-release
Pre-release

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

03 Sep 10:56
b12ab56
Compare
Choose a tag to compare

Bug fix

  • #152: Fix an undefined method trans() when folders aren't writable.

v4.1.0

23 Aug 10:17
ed7a1c2
Compare
Choose a tag to compare

New minor version following feedback with autoupgrade v4.0 and PrestaShop 1.7.4.2

Improvements

Automatic checks

  • #124: Rollback are now tested after an upgrade
  • #128: Shop health is now checked after an upgrade

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.

v4.1.0-beta.2

21 Aug 14:05
7260ef5
Compare
Choose a tag to compare
v4.1.0-beta.2 Pre-release
Pre-release

Bug fixes

  • #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.