Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shippingscanner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dolibarr extension
shippingscanner
Commits
57e83b86
Commit
57e83b86
authored
1 year ago
by
Thomas Negre
Browse files
Options
Downloads
Patches
Plain Diff
v1.0.0
parent
d9926d39
No related branches found
Branches containing commit
Tags
v1.0.0
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog.md
+2
-20
2 additions, 20 deletions
ChangeLog.md
VERSION
+1
-0
1 addition, 0 deletions
VERSION
core/modules/modShippingScanner.class.php
+1
-1
1 addition, 1 deletion
core/modules/modShippingScanner.class.php
with
4 additions
and
21 deletions
ChangeLog.md
+
2
−
20
View file @
57e83b86
...
...
@@ -3,23 +3,5 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [Non Distribué]
## [4.0.3] - 27-09-2020
### Fix
-
Corrections cosmétiques et comptabilité v12
## [4.0.2] - 04-03-2020
### Fix
-
Fix le nom du repertoire des fichiers remplacées.
## [4.0.1] - 09-11-2017
### Fix
-
Substitution de la page après s'être connecté.
## [4.0.0] - 06-09-2017
-
Version initial.
[
Non Distribué
]:
http://git.open-dsi.fr/dolibarr-extension/shippingscanner/compare/v4.0.3...HEAD
[
4.0.3
]:
http://git.open-dsi.fr/dolibarr-extension/shippingscanner/compare/v4.0.3
[
4.0.2
]:
http://git.open-dsi.fr/dolibarr-extension/shippingscanner/compare/v4.0.2
[
4.0.1
]:
http://git.open-dsi.fr/dolibarr-extension/shippingscanner/compare/v4.0.1
[
4.0.0
]:
http://git.open-dsi.fr/dolibarr-extension/shippingscanner/commits/v4.0.0
## [1.0.0] - 24-10-2023
-
Version initiale
This diff is collapsed.
Click to expand it.
VERSION
0 → 100644
+
1
−
0
View file @
57e83b86
1.0.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
core/modules/modShippingScanner.class.php
+
1
−
1
View file @
57e83b86
...
...
@@ -72,7 +72,7 @@ class modShippingScanner extends DolibarrModules
$this
->
editor_url
=
'http://www.open-dsi.fr'
;
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this
->
version
=
'4.0.2'
;
$this
->
version
=
file_get_contents
(
__DIR__
.
'/../../VERSION'
);
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this
->
const_name
=
'MAIN_MODULE_'
.
strtoupper
(
$this
->
name
);
// Name of image file used for this module.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment