8000 Releases · PrestaShop/autoupgrade · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: PrestaShop/autoupgrade

v7.2.0-beta.1

27 Jun 12:45
5972717
Compare
Choose a tag to compare
v7.2.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: 7.1.1-beta.1...v7.2.0-beta.1

v7.1.1

16 Jun 13:32
85b8ba7
Compare
Choose a tag to compare

What's Changed

This release fixes important issues found during updates to PrestaShop with Update Assistant 7.1.0:

  • Fix loading of PrestaShop archive contents on Distribution API
  • Assert PHP function symlink exists in pre-requirements

Full Changelog: v7.1.0...v7.1.1

7.1.1-beta.1

16 Jun 09:21
85b8ba7
Compare
Choose a tag to compare
7.1.1-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v7.1.0...7.1.1-beta.1

v7.1.0

10 Jun 11:49
1779488
Compare
Choose a tag to compare

What's New?

✅ Upgrade to PrestaShop 9

This version introduces full compatibility with PrestaShop 9. Merchants using PrestaShop 1.7 or 8 can now upgrade their stores seamlessly to PrestaShop 9 using the Update Assistant.

📦 Distribution API Support

Update Assistant now integrates with the updated Distribution API.

🔔 Update Availability Notification

A new modal now alerts merchants directly in the Back Office when an update is available for their store:

  • Quick access to Update Assistant.
  • Option to dismiss or schedule the reminder.
  • A new shortcut to release notes is also available from the BO profile menu.

📋 Post-Update Module Information

After the update, the Post-Update page now includes:

  • Direct links to the Module Manager.
  • Visibility into which modules were copied or impacted during the upgrade.

🌍 Expanded Interface Translations

The module interface now includes improved multilingual support with many new translations:

  • Languages include French, Italian, Czech, Polish, Russian, Spanish, German, and more.

🔧 Reliability Enhancements

Several backend improvements increase the stability and resilience of update processes:

  • Improved handling of OPCache, symbolic links, OpenSSL, SQL scripts specific to PrestaShop 9, and more.
  • Enhanced robustness across update, backup, and restore workflows.

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.1.0-beta.1

02 Jun 09:43
84af2ce
Compare
Choose a tag to compare
v7.1.0-beta.1 Pre-release
Pre-release

What's Changed

Read more

v4.14.4

12 May 09:24
4785552
Compare
Choose a tag to compare

This version introduces support for a hard-coded data source to replace the existing API that the module currently relies on. With this update, the module will continue to function seamlessly even after the original API is officially shut down.

Important

As upgrades from PrestaShop 1.6 to 1.7 are not actively supported anymore, this release is provided "as is" without warranty of any kind, express or implied. It was simply published in order to help solve the above confusing situation.

What's Changed

Full Changelog: v4.14.3...v4.14.4

v7.0.0

31 Mar 09:41
949629f
Compare
Choose a tag to compare

A Major Step Forward for PrestaShop Updates

The Update Assistant module (formerly 1-Click Upgrade) reaches a new milestone with version 7.0.0! This release, the result of months of development and over 350 merged Pull Requests, introduces significant improvements to streamline PrestaShop store updates.

What's New?

🚀 A Brand-New User Interface

  • Fully redesigned for a smoother and more intuitive experience.
  • Simplified navigation with dedicated steps for update, backup, and restore.
  • Context-aware update tailored to your store’s environment (PHP version, PrestaShop version, etc.).
  • Improved monitoring of process progression thanks to real-time visualizations.
  • Clearance of unnecessary information, processes and options .

🖥️ A New Command-Line Interface (CLI)

  • Rewritten CLI commands for better 10000 usability.
  • Consistent experience between CLI and web UI.
  • Interactive mode for step-by-step guidance.
  • Optimized arguments and options for enhanced reliability.

⚡ Faster Update, Backup & Restore

  • Separation of update, backup, and restore processes for better performance.
  • Optimized database queries to handle large data volumes efficiently.
  • Improved update file manager for increased reliability.

🔍 Better Pre-Update Checks & Error Reports

  • Enhanced system requirement validation for smoother updates.
  • Contextualized logs for update, backup, and restore processes.
  • Unified error tracking between CLI and web UI.
  • Improved ZIP analysis for easier debugging.

🛠️ Technical Enhancements for Stability & Security

  • Refactored and modernized codebase (TypeScript, Symfony Filesystem, improved class instantiation, etc.).
  • Updated dependencies (Symfony, Twig, etc.).
  • Improved test coverage with new automated UI tests.
  • Optimized CI/CD operations with PHPStan, SonarQube, and more.

New Contributors

Full Changelog: v6.3.0...v7.0.0

v7.0.0-beta.3

28 Mar 16:32
adc0553
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release

What's Changed

All the changes from v7.0.0-beta.2, plus:

Full Changelog: v7.0.0-beta.2...v7.0.0-beta.3

v7.0.0-beta.2

26 Mar 10:15
5d99dd6
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

What's Changed

All the changes from v7.0.0-beta.1, plus:

UI / CLI

  • Fix the conditions to display the message "Unknown configuration key". by @M0rgan01 in #1240
  • Fix wording, case and one missing link. by @tblivet in #1246
  • Update module description and name. by @tblivet in #1250
  • Improve reliability of error reporting by making sure the allowed size of data sent is in range. by @M0rgan01 in #1252
  • Fix an issue where the stepper remained stuck while moving in a workflow. by @Quetzacoalt91 in #1256
  • Update translations

Updates

  • Remove some of the database warnings during updates. by @M0rgan01 in #1241
  • Fix the update of modules on some Unix environments caused by an undefined constant GLOB_BRACE. by @Quetzacoalt91 in #1248
  • Improve module stability when updating from an unstable version of PrestaShop. by @M0rgan01 in #1249

Backups

Restores

  • Improve reliability of restores by moving the deletion of files BEFORE unzipping the backup. by @Quetzacoalt91 in #1253
  • Improve reliability of restores by removing a call to the core to retrieve the store timezone. by @M0rgan01 in #1257
  • Fix an issue during restores where some tables were unexpectedly deleted. by @ga-devfront in #1255
  • Fix an issue where images were deleted during a restore. by @Quetzacoalt91 in #1258

Other

Full Changelog: v7.0.0-beta.1...v7.0.0-beta.2

v7.0.0-beta.1

12 Mar 17:20
a4b43e9
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

image

Hello from Update Assistant! This release contains all the changes introducing improvements and the new interfaces (CLI & web) of the module.

What's Changed

Read more
0