diff --git a/ChangeLog.md b/ChangeLog.md index 102d9756..25ff234f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # DolibarrPickup +## 2.2.2 + +* Fix dolibarr >= 17: sélection des produits pour les collectes et les pbatch. + ## 2.2.1 * Fix création de produits depuis l'application mobile. diff --git a/build/module_pickup-2.2.2.zip b/build/module_pickup-2.2.2.zip new file mode 100644 index 00000000..0892f066 Binary files /dev/null and b/build/module_pickup-2.2.2.zip differ diff --git a/core/modules/modPickup.class.php b/core/modules/modPickup.class.php index 4afa007e..9ef53601 100644 --- a/core/modules/modPickup.class.php +++ b/core/modules/modPickup.class.php @@ -65,7 +65,7 @@ public function __construct($db) $this->editor_name = 'John Livingston'; $this->editor_url = 'https://johnxlivingston.github.io/DolibarrPickup/'; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' - $this->version = '2.2.1'; + $this->version = '2.2.2'; // Url to the file with your last numberversion of this module // Note: this file is auto-generated by Github actions, based on $this->version in this file. // See .github/workflows/gh-pages.yml. diff --git a/package-lock.json b/package-lock.json index eed740ea..b52fd9a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dolibarrpickup", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dolibarrpickup", - "version": "2.2.1", + "version": "2.2.2", "license": "AGPL-3.0-or-later", "devDependencies": { "@types/jquery": "^3.5.13", diff --git a/package.json b/package.json index 675e43ae..1691af7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dolibarrpickup", - "version": "2.2.1", + "version": "2.2.2", "description": "## This is the javascript for the DolibarrPickup mobile application...", "scripts": { "lint:tsc": "eslint --ext .ts ./src",