Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.9.4"
".": "4.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [4.0.0](https://github.com/lengow/plugin-prestashop/compare/v3.9.4...v4.0.0) (2026-04-02)


### ⚠ BREAKING CHANGES

* upgrade to prestashop 9 ([#76](https://github.com/lengow/plugin-prestashop/issues/76))

### Features

* upgrade to prestashop 9 ([#76](https://github.com/lengow/plugin-prestashop/issues/76)) ([08dd4da](https://github.com/lengow/plugin-prestashop/commit/08dd4dafdfde85abc41ddf248e0f1143430ac612))

## [3.9.4](https://github.com/lengow/plugin-prestashop/compare/v3.9.3...v3.9.4) (2025-12-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **Requires at least:** 8.0.0
- **Tested up to:** 9.0.0
- **Requires PHP:** 8.1
- **Stable tag:** 3.9.4 <!-- x-release-please-version -->
- **Stable tag:** 4.0.0 <!-- x-release-please-version -->
- **License:** Apache-2.0
- **License URI:** http://www.apache.org/licenses/LICENSE-2.0

Expand Down
2 changes: 1 addition & 1 deletion classes/controllers/LengowOrderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ private static function getOrderAdminLink(int $idOrder): string
'sf-params' => $sfParams,
]
);
} catch (PrestaShopException $e) {
} catch (Throwable $e) {
$href = '#';
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prestashop/lengow",
"description": "Lengow",
"version": "3.9.4",
"version": "4.0.0",
"require": {
"php": ">=8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions config/checkmd5.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/fr.php|e33982ba5b5cff100bd3f7ea7e8c104b
/index.php|be8b25f88c14bddd7711e4585ebae316
/it.php|f7bf9029ec3739108a185666561c2d86
/lengow.php|9cb9064a1b9bc18cde5df26212969938
/lengow.php|bcddd149ff8cb4c6892b7e1d207ac3fa
/loader.php|b3d94d65d0a074088758bc1e50736a01
/config/index.php|be8b25f88c14bddd7711e4585ebae316
/translations/en.csv|81b2e2ef964f1081ff0f455b22a99d42
/translations/es.csv|213e98bd91d287476e23a155844ed0ae
/translations/fr.csv|a58e1647eaa7fdc493c171860eca27e2
/translations/index.php|be8b25f88c14bddd7711e4585ebae316
/translations/it.csv|8f3106c2c9c88c6b7f40ccb24aec629b
/classes/controllers/LengowOrderController.php|1e4c0b35f3334e69406d9e16c7c70b29
/classes/controllers/LengowOrderController.php|1b6b5b8a2fc59948489fda8c321befde
/classes/controllers/LengowDashboardController.php|ebe6a9d71e4a9be250061d96ec23b9ca
/classes/controllers/LengowLegalsController.php|14effece7503b9524c83f628d255d146
/classes/controllers/LengowController.php|e4d8bbb3a4d2212e138f8d67dbd1dcd7
Expand Down
2 changes: 1 addition & 1 deletion lengow.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct()
{
$this->name = 'lengow';
$this->tab = 'export';
$this->version = '3.9.4'; // x-release-please-version
$this->version = '4.0.0'; // x-release-please-version
$this->author = 'Lengow';
$this->module_key = '__LENGOW_PRESTASHOP_PRODUCT_KEY__';
$this->ps_versions_compliancy = [
Expand Down
Binary file modified tools/vars.enc
Binary file not shown.
Loading