Files
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

61 lines
1.5 KiB
Markdown

CHANGELOG
=========
2.0.0
-----
* Attachment fixtures are now objects containing up to two keys. `metadata`
contains the JSON encoded attachment while `content`, if present, denotes
the raw attachment content.
1.0.0
-----
This first stable release contains all the official conformance test fixtures
provided by the maintainers of the xAPI spec as JSON encoded files and provides
ways to access them through a PHP API.
This release is equivalent to the 0.2 release series and is considered to
be stable.
0.2.3
-----
* Added a `Statement` fixture defining all properties of a statement.
* Added fixtures for statement attachments.
* Added fixtures for activity definition extensions.
* Added fixtures for activity interaction definitions and interaction components.
* Added missing fixtures for `Account`, `Activity`, `Actor`, `Context`,
`ContextActivities`, `Extensions`, `Result`, `SubStatement`, `StatementReference`
and `Verb`.
* Removed dependency on the `php-xapi/model` package. The classes from that
package are never used.
0.2.2
-----
Synchronized the list of statement fixtures with the test cases of the
`php-xapi/test-fixtures` package.
0.2.1
-----
Do not block the installation of release `0.4` of the `php-xapi/model` package.
0.2.0
-----
Switched to make use of the official conformance test fixtures that are provided
by the maintainers of the xAPI spec.
0.1.0
-----
This is the first release containing JSON test fixtures for actors (agents and
groups), verbs, documents, activities,statements, and statement results.