Files
dolibarr/dev/setup
MDW 991706e731 FIX: Fix version extraction in setup_conf.sh (#36281)
# FIX: Fix version extraction in setup_conf.sh

The version extraction regex was updated to handle both DOL_VERSION and DOL_MAJOR_VERSION constants in version.inc.php.
The version is now available as DOL_MAJOR_VERSION since 29b1e75

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-17 22:05:33 +01:00
..
2025-09-02 22:30:29 +02:00
2025-09-18 15:41:47 +02:00
2025-01-16 12:09:13 +01:00
2025-04-09 15:04:57 +02:00
2025-08-17 01:29:01 +02:00
2016-09-27 19:43:34 +02:00
2021-01-18 16:03:27 +01:00
Doc
2023-08-02 00:27:53 +02:00
2023-08-02 03:03:26 +02:00
2016-09-27 19:43:34 +02:00

Setting up for Dolibarr development

Check out the online documentation for recommendations (to be updated).

If anything, install pre-commit - it will help run the tools to format and make some basic verifications on your submission before committing and pushing to github for a PR. See a quick start guide in this Dolibarr repository.