Merge pull request #6362 from fappels/5.0_changelog
Update changelog for developer
This commit is contained in:
commit
374bff5a5f
@ -150,6 +150,7 @@ Dolibarr better:
|
|||||||
- A new paramater sqlfilters was introduced to allow filter on any fields int the REST API. Few old parameters,
|
- A new paramater sqlfilters was introduced to allow filter on any fields int the REST API. Few old parameters,
|
||||||
no more required, were also removed. Use this new one if you were using one of them.
|
no more required, were also removed. Use this new one if you were using one of them.
|
||||||
- The trigger that activate or close a contract line is run on a contract line, not on contract.
|
- The trigger that activate or close a contract line is run on a contract line, not on contract.
|
||||||
|
- Method commande->set_availability(user, availability_id) removed from commande class, use method commande->availability(availability_id, notrigger).
|
||||||
|
|
||||||
Dolibarr 5.0 was frozen before PHP 7.1 was released. Unit tests are successful on PHP 7.1 but we don't have enough
|
Dolibarr 5.0 was frozen before PHP 7.1 was released. Unit tests are successful on PHP 7.1 but we don't have enough
|
||||||
feedback to confirm all application is compatible. Current officiel supported PHP versions are PHP 5.3 to 7.0.
|
feedback to confirm all application is compatible. Current officiel supported PHP versions are PHP 5.3 to 7.0.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user