Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed Feb 26, 2024
1 parent ab36089 commit 5f05f94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DolibarrPickup

## ??? (Not Released Yet)
## 2.6.0

* Fix de quelques "warnings" PHP.
* La saisie d'un prix de vente implique en vente.
Expand Down
Binary file added build/module_pickup-2.6.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion core/modules/modPickup.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1';
$this->version = '2.6.0';
// 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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolibarrpickup",
"version": "2.5.1",
"version": "2.6.0",
"description": "## This is the javascript for the DolibarrPickup mobile application...",
"scripts": {
"lint:tsc": "eslint --ext .ts ./src",
Expand Down

0 comments on commit 5f05f94

Please sign in to comment.