KD2 Framework  Update of "7.3"

Overview

Artifact ID: 71d3e69f45871d9484e740ad9a181e6c2a24ef16
Page Name:7.3
Date: 2020-01-06 14:05:50
Original User: bohwaz
Mimetype:text/x-markdown
Parent: 9e5d4861bacc001f03019b260c15f3b0c6925d11 (diff)
Next 5ee7d80b6c333c91c741998094a3dc196a5524cd
Content

7.3 release version notes

New libraries

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 and test methods don't accept the second argument to be empty anymore

DBSQLite3

  • __construct is no longer specific to the class, use the same arguments as DB::__construct