Skip to content

Releases: PrestaShop/autoupgrade

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.

v4.1.0-beta.1

17 Aug 12:29
beab278
Compare
Choose a tag to compare
v4.1.0-beta.1 Pre-release
Pre-release

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)

v4.0.0

02 Aug 09:52
78a26a0
Compare
Choose a tag to compare

Bug fixes

#113: Store hidden files in backups
#119: Fix cookie

v4.0.0-beta.5

25 Jul 13:48
87785e3
Compare
Choose a tag to compare
v4.0.0-beta.5 Pre-release
Pre-release

⚠️ Upgrades from 1.6 to 1.7.4.0 or 1.7.4.1 are failing. Wait for PrestaShop 1.7.4.2 to be released before upgrading from 1.6.

Bug fixes

#103: Do not clean empty values in configuration table
#108: Show properly the selected archive for upgrade

Improvements

#105: Remove use of PrestaShop core during restoration
#109: Set NULL in backup when value is NULL in database
#110: Add check of PrestaShop release before starting upgrades

v4.0.0-beta.4

19 Jul 07:56
b351606
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

⚠️ Known issues

The 1-click upgrade module has currently issues to run an upgrade from PrestaShop 1.6 to PrestaShop 1.7.4.0 / 1.7.4.1. Others upgrades (1.6 to 1.6, or 1.7 to 1.7) end properly.

Improvements

#99: Syntax change for concatenated string.
#101: Add placeholders in configuration form.

Bug fixes

#96: Handle key generation with OpenSSL (Compat PHP 7.2 with PS 1.6).
#98: Check a prestashop folder exists in zip before unzipping it.
#103: Fix for localized configuration data being erased.

v4.0.0-beta.3

29 Jun 14:11
8162c3d
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

Improvements

  • #88: Add RIJNDAEL key genetation in 1.6 upgrades
  • #89: Add PrestaShop requirements in Upgrade checklist

Bug Fixes

  • #91: Log errors messages in autoupgrade/tmp/log.txt file.
  • #93: Improve issue detection in Travis builds
  • #94: Fixes an issue in the new settings.inc.php file generation.

v1.6.8

29 Jun 14:19
Compare
Choose a tag to compare

Include the pull-request #92 specific to PrestaShop 1.6.1.20, which requires the RIJNDAEL key to be declared in config/settings.inc.php from now.

v4.0.0-beta.2

22 Jun 16:04
0b084bd
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

Follows feedback from v4.0.0-beta.1.

Includes the following PRs:

  • #78: Update of displayed content
  • #83:
    • Fix in Readme content
    • Add EOL in logs
    • Make sure content is always generated in the autoupgrade subfolder of your admin context
  • #84: Fixes an issue preventing the releases to be downloaded. Configuration data is properly initiated.
  • #85: Add a check on backup step, where a full storage space wasn't properly detected.
  • #86: Use only 1.6 method to disable non-native module. Using the core require the modules to be loaded, throwing errors when incompatible.