Skip to content

v4.1.0

Compare
Choose a tag to compare
@Quetzacoalt91 Quetzacoalt91 released this 23 Aug 10:17
· 1702 commits to master since this release
ed7a1c2

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.