Skip to content

Commit

Permalink
Merge branch 'develop' into 7.0_fix_invoicelist
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 9, 2018
2 parents 164ca68 + 6ff3ac8 commit d8d13a7
Show file tree
Hide file tree
Showing 609 changed files with 20,750 additions and 10,554 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -327,6 +327,9 @@ script:
php upgrade.php 6.0.0 7.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade600700.log
php upgrade2.php 6.0.0 7.0.0 MAIN_MODULE_WEBSITE,MAIN_MODULE_SUPPLIERPROPOSAL > $TRAVIS_BUILD_DIR/upgrade600700-2.log
php step5.php 6.0.0 7.0.0 > $TRAVIS_BUILD_DIR/upgrade600700-3.log
php upgrade.php 7.0.0 8.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade700800.log
php upgrade2.php 7.0.0 8.0.0 > $TRAVIS_BUILD_DIR/upgrade700800-2.log
php step5.php 7.0.0 8.0.0 > $TRAVIS_BUILD_DIR/upgrade700800-3.log
cd -
set +e
echo
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,20 @@
English Dolibarr ChangeLog
--------------------------------------------------------------


***** ChangeLog for 8.0.0 compared to 7.0.0 *****

WARNING:

Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
* Hook 'maildao' was renamed into 'mail' into the method sendfile that send emails, and method was renamed from
'doaction' into 'sendMail'.
* Rename trigger CONTRACT_SERVICE_ACTIVATE into LINECONTRACT_ACTIVATE and
CONTRACT_SERVICE_CLOSE into LINECONTRACT_CLOSE
* Remove triggers *_CLONE. The trigger CREATE with context 'createfromclone' is already called so this is
a duplicated feature. Cloning is not a business event, the business event is CREATE, so no trigger required.


***** ChangeLog for 7.0.0 compared to 6.0.5 *****
For users:
NEW: Add a preview icon after files that can be previewed (pdf + images)
Expand Down

0 comments on commit d8d13a7

Please sign in to comment.