Overview
Artifact ID: | 440e47322cbc473384be1027d83b7dc6e7d6644e |
---|---|
Page Name: | 7.3 |
Date: | 2019-12-19 11:40:13 |
Original User: | bohwaz |
Mimetype: | text/x-markdown |
Parent: | 085271b56dc06860c2e0b9bf2b98d0f11502349d (diff) |
Next | 9e5d4861bacc001f03019b260c15f3b0c6925d11 |
Content
7.3 release version notes
Removed libraries
These libraries are still available in the 5.6 branch but will not receive any updates.
- Beacon
- BubbleBabble
- Updater
- XML_RPC_Server
- Karto (all features are now in Karto\Point and Karto\Set)
Deprecated libraries
These libraries might be removed in version 7.4:
- SkrivLite (migrate to MarkDown)
Renamed libraries
- Karto_Point -> Karto\Point
- Karto_Point_Set -> Karto\Set
- Image -> Graphics\Image
- Image_Blob -> Graphics\Blob
- Image_EXIF -> Graphics\EXIF
- QRCode -> Graphics\QRCode
- SVGPlot -> Graphics\SVG\Plot
- SVGPie -> Graphics\SVG\Pie
- DB -> DB\DB
- DB_SQLite3 -> DB\SQLite3
- ODSWriter -> Office\Calc\Writer
API changes
DB
delete
,count
andtest
methods don't accept the second argument to be empty anymore
DBSQLite3
__construct
is no longer specific to the class, use the same arguments asDB::__construct