Releases: PrestaShop/autoupgrade
v6.3.0
Global improvements:
- Localization: Fixes an issue happening on a multi-language store. After an update, the entries of the side menu were displayed in the wrong lang after an update.
- UX: Fixes an issue preventing the selection on the channel
Local directory
. Note this channel is deprecated and will be removed on v7.
New Contributors:
- @fer-av made their first contribution, thank you!
Full Changelog: v6.2.0...v6.3.0
v6.3.0-beta.1
What's Changed
- Update sanity for 8.2.0 by @M0rgan01 in #1010
- Adapt to recent PRs by @Hlavtox in #1009
- Autoupgrade PR for 37261 by @Hlavtox in #1035
- [FIX] Fixed unintentional language update by @M0rgan01 in #1066
- Update upgrade.js by @fer-av in #906
New Contributors
Full Changelog: v6.2.0...v6.3.0-beta.1
v7.0.0-dev.2
This release is a snapshot of the dev branch at the current time. It contains some of the improvement incoming on the v7.
v7.0.0-dev.1
This release is a snapshot of the dev branch at the current time. It contains some of the improvement incoming on the v7.
v6.2.0
Global improvements:
- Version comparison - Fix an issue on the PHP version check before starting an upgrade, which was reporting some valid versions as incompatible.
Full Changelog: v6.1.0...v6.2.0
v6.1.0
Global improvements:
- Version comparison - Fix an issue where the number of altered or deleted core files is always zero.
- UX optimization - Improve user experience during update & restore processes with newer to-do lists & simplification of UI.
- Improved module updates - Revamping of module migration methods and integration of new dedicated logs.
- CLI enrichment - Homogenize CLI and module UI configuration system to deliver a consistent experience.
For developers:
- New translation in Crowdin - New module translations added to Crowdin, in different languages.
- Translation availability in Storybook - New feature to translate the module interface in Storybook.
- Multiple tech improvements - JS format standardization, JS error handler, local archive check, new logs exception… Many corrections and tech optimizations have been added in this version.
- Contributors - @tblivet and @diezsiete made their first contribution
Full Changelog: v6.0.0...v6.1.0
v6.0.0
Global improvements:
- ⬆️ Ensure update path - Optimization of the upgrade path to the latest versions of PrestaShop 8 when using the minor channel.
- 🔎 Enable usage & error analytics - Introduce anonymous analytics with Segment and voluntary error reporting based on Sentry.
- 🌍 Better display of RTL languages - Fix Right To Left languages display in the BO by better RTL files management during updates.
- ✅ New PS/PHP compatibility check - Adding a check to make sure the PHP version is compatible with the target PrestaShop before allowing the update to start.
- 🔐 Improved data security - Sanitize generated update logs from sensible data, such as the admin folder name.
- 🚀 Smoother update process - Allow the whole update process to continue even when a module triggers an exception during the run of its migration files.
- 📄 Reliability of local updates - When using a local archive, automatic detection of the PrestaShop version and check for PrestaShop matching in the ZIP and XML.
For developers:
- 💻 Crowdin translation management - Rework the management and distribution of translations of the first native & open-source module with Crowdin and PrestaShop module translation tool.
- 🌐 Update translation format - Switch to translations in XLIFF format.
- 🖌️ Storybook front preview - Introduce Storybook on the project to easy the incoming UI rework.
- 🧪 Deploying automated tests - Introduce UI tests running nightly.
- ⚙️ Improving code quality - Increase number of checks made by PHPStan.
Full Changelog: v5.0.3...v6.0.0
v6.0.0-beta.1
Global improvements:
- ⬆️ Ensure update path - Optimization of the upgrade path to the latest versions of PrestaShop 8 when using the minor channel.
- 🔎 Enable usage & error analytics - Introduce anonymous analytics with Segment and voluntary error reporting based on Sentry.
- 🌍 Better display of RTL languages - Fix Right To Left languages display in the BO by better RTL files management during updates.
- ✅ New PS/PHP compatibility check - Adding a check to make sure the PHP version is compatible with the target PrestaShop before allowing the update to start.
- 🔐 Improved data security - Sanitize generated update logs from sensible data, such as the admin folder name.
- 🚀 Smoother update process - Allow the whole update process to continue even when a module triggers an exception during the run of its migration files.
- 📄 Reliability of local updates - When using a local archive, automatic detection of the PrestaShop version and check for PrestaShop matching in the ZIP and XML.
For developers:
- 💻 Crowdin translation management - Rework the management and distribution of translations of the first native & open-source module with Crowdin and PrestaShop module translation tool.
- 🌐 Update translation format - Switch to translations in XLIFF format.
- 🖌️ Storybook front preview - Introduce Storybook on the project to easy the incoming UI rework.
- 🧪 Deploying automated tests - Introduce UI tests running nightly.
- ⚙️ Improving code quality - Increase number of checks made by PHPStan.
Full Changelog: v5.0.3...v6.0.0-beta.1
v5.0.3
This release fixes an issue preventing users to reach the configuration page, happening when the module has been upgraded on the shop to v5.0.2.
Full Changelog: v5.0.2...v5.0.3
v5.0.2
Changes
- #705: Prepare release of v5.0.2 by @Quetzacoalt91
- #713: Various SQL fix by @M0rgan01
- #695: Unify calls to list directory contents by @Quetzacoalt91
- #636: Added SQL commands related to doctrine and remove Doctrine usage by @M0rgan01
- #701: Rename 8.1.6.sql to 8.1.7.sql by @matks
- #704: Bump version 5.0.2 by @M0rgan01
- #689: Update missing SQL compare to a fresh install by @M0rgan01
- #670: feat(configuration): added default configuration value for category b… by @Dreimus
- #694: Remove confusing and unused upgrade.php by @Quetzacoalt91
- #688: Add a failsafe require and add first working version of 1.7 in automatic tests by @ga-devfront
- #672: Add actionValidateCartRule hook by @Hlavtox
- #682: Unify text field database limits by @Hlavtox
- #680: Update the ean13 field by @tleon
- #684: Delete the obsolete PS_SSL_ENABLED_EVERYWHERE config by @M0rgan01
- #677: Bump follow-redirects from 1.15.4 to 1.15.6 in /tests/e2e by @dependabot
- #678: Add category redirect columns by @M0rgan01
- #675: Set authorization_server feature flag true by default by @M0rgan01
- #685: Fix nightly by @M0rgan01
- #676: Move controller in proper folder to make it accessible on PS v9 by @Quetzacoalt91
🚀 Improvements
- #702: Add updated PHPStan in project as composer dependency by @Quetzacoalt91
- #696: Add a check about PS_VERSION_DB by @Quetzacoalt91
- #693: improvement: upgrade deprecated actions on github workflows by @ga-devfront
🐛 Bug Fixes
- #709: Fix base controller the module is extending by @Quetzacoalt91
- #699: Align ignoring rules between copy and deletion of files + ignore native module only if they have they vendor/ folder by @Quetzacoalt91
- #698: Remove orphan tabs following deletion of old controllers by @Quetzacoalt91
- #690: Fix path to autoloader after moving controller by @Quetzacoalt91
- #687: Fix tab visibility on PrestaShop 9 by @ga-devfront
- #681: Add and update feature flags by @ga-devfront
- #679: Instantiate AdminKernel by @ga-devfront