Skip to content

Releases: PrestaShop/autoupgrade

v4.6.0

19 Feb 17:00
bc38995
Compare
Choose a tag to compare

Changelog

Improvements

#274: Make upgrades possible from PS 1.7.5.0
#275: Avoid upgrading PrestaShop when already on the latest version
#278: Update module logo

Coding standards

#235, #249, #248, #236, #262, #260, #254, #253, #247, #246, #263, #261, #245, #243, #238, #239, #265, #268, #252

v4.5.1

06 Dec 14:51
33b71ca
Compare
Choose a tag to compare

Changes

Improvement:

  • #195 : Clear cache earlier in the upgrade process (fixes upgrade to PrestaShop 1.7.5.0)

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.