Files
Chamilo/vendor/szymach/c-pchart/CHANGELOG.md
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

49 lines
1.6 KiB
Markdown

# Changelog
## 1.x
1.0 Stable version with basic functionality.
1.1 Added factory service.
1.1.1 Changed chart loading via factory a bit (see class annotations).
1.1.2 Updated service class with Exception handling regarding missing / wrong class name.
1.1.3 The file with classes' constants is now loaded via Composer (thanks to ThaDafinser).
1.1.4 Fixed code-breaking typ (thanks to subtronic).
1.1.5 Added an option to hide the X axis or only it's values (thanks to julien-gm).
1.1.6 Added support for closures in formatting scale (thanks to funkjedi)
## 2.x
2.0 Updated all classes to PSR-2 standard, added typehinting where possible, updated
annotations in methods to be as accurate as possible. Added Behat testing and
restructed the namespaces into more sensible structure.
2.0.1 Documentation updates.
2.0.2 Changed license to GPL-3.0.
2.0.3 Bubble chart fix (thanks to rage28).
2.0.4 PHP 7.1 initial support, lowered minimal PHP version to 5.4.
2.0.5 CS fixes, removed old MIT license file.
2.0.6 A fix for PHP 7.1 (thanks to dehrk).
2.0.7 A fix for computing color alpha (thanks to dehrk).
2.0.8 Covered most basic functionality with tests, added a lot of documentation
and a PHP 7.1 fix. Deprecated the `\CpChart\Factory\Factory` class.
## 3.x
3.0 Deleted the `\CpChart\Factory\Factory` class and everything related to it.
Moved drawing and cache classes outside of `Chart` namespace.
Moved barcode to a `Barcode` namespace.
Moved `cache` and `resources` directories to library root.
Renamed `resources\data` to `resources\barcode`.