Changes

m
Embed video in wiki page
Line 3: Line 3:  
version=9.0|  
 
version=9.0|  
 
date=February 2019|
 
date=February 2019|
mainfocus=
+
mainfocus=Module DAV, Module social network rework, Module Website }}
 +
 
 +
 
 +
'''Watch the Video - What's new in Dolibarr v9'''
 +
 
 +
{{#evt:
 +
service=youtube
 +
|id=https://www.youtube.com/watch?v=g74O0wdnNp4
 +
}}
 +
 
 +
 
    
'''Detailed Changelog''':
 
'''Detailed Changelog''':
 +
 
<pre>
 
<pre>
***** ChangeLog for 9.0.0 compared to 8.0.0 *****
   
For Users:
 
For Users:
 +
 
NEW: Stable module: DAV (WebDAV only for the moment)
 
NEW: Stable module: DAV (WebDAV only for the moment)
 
NEW: Stable module "Skype" has been replaced with module "Social Networks" to support more services.
 
NEW: Stable module "Skype" has been replaced with module "Social Networks" to support more services.
Line 17: Line 28:  
NEW: Experimental module "Data Privacy"
 
NEW: Experimental module "Data Privacy"
 
NEW: Experimental module "Email Collector"
 
NEW: Experimental module "Email Collector"
NEW: Dolibarr can provide information in page title when multicompany is enabled of not, making
+
NEW: Dolibarr can provide information in page title when multicompany is enabled of not, making Android application like DoliDroid able to provide native features for multicompany module.
    Android application like DoliDroid able to provide native features for multicompany module.
   
NEW: Compatibility with PHP 7.3 =>  
 
NEW: Compatibility with PHP 7.3 =>  
 
NEW: Add admin page for modulebuilder
 
NEW: Add admin page for modulebuilder
Line 86: Line 96:     
For developers:
 
For developers:
 +
 
NEW: Add lib for multiselect with checkboxes
 
NEW: Add lib for multiselect with checkboxes
 
NEW: Add function isValidMXRecord
 
NEW: Add function isValidMXRecord
Line 118: Line 129:     
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
 
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
* If you use some links like viewimages.php?modulepart=mycompany&file=... in your external modules, you must
+
 
  replace them with links like viewimages.php?modulepart=mycompany&file=logos/... (note that link change only for
+
* If you use some links like viewimages.php?modulepart=mycompany&file=... in your external modules, you must replace them with links like viewimages.php?modulepart=mycompany&file=logos/... (note that link change only for modulepart=mycompany that now works like others).
  modulepart=mycompany that now works like others).
   
* Hidden option MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT has been renamed into SHIPPING_PDF_DISPLAY_AMOUNT_HT
 
* Hidden option MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT has been renamed into SHIPPING_PDF_DISPLAY_AMOUNT_HT
 
* Remove the no more used and deprecated dol_print_graph function
 
* Remove the no more used and deprecated dol_print_graph function
 
</pre>
 
</pre>