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.
1.2 KiB
UPGRADE
Upgrading from 0.3 to 0.4
- The
XApi\Repository\Doctrine\Mapping\Objectclass was renamed toXApi\Repository\Doctrine\Mapping\StatementObjectfor compatibility with PHP 7.2.
Upgrading from 0.2 to 0.3
-
The
MappedStatementandMappedVerbclasses have been removed from thephp-xapi/modelpackage. They have been replaced with the newStatementandVerbclasses in theXApi\Repository\Doctrine\Mappingnamespace of this package. Consequently, theMappedStatementRepositoryclass has been removed. It was replaced with a newStatementRepositoryclass in theXApi\Repository\Doctrine\Repository\Mappingnamespace. -
The requirements for
php-xapi/modelandphp-xapi/test-fixtureshave been bumped to^1.0to make use of their stable releases. -
The required version of the
php-xapi/repository-apipackage has been raised to^0.3.
Upgrading from 0.1 to 0.2
-
Moved base functional
StatementRepositoryTesttest case class to theXApi\Repository\Doctrine\Test\Functionalnamespace. -
The base namespace was changed from
Xabbuh\XApi\Storage\DoctrinetoXApi\Repository\Doctrine.