Release notes for the PHP libraries

Hi.

I was wondering if there exists any documentation/release notes regarding the changes in the different versions of the PHP libraries(Core and Editor)? New functions, deprecated functions etc.

My company is currently using version 1.11 but want's to update to 1.12(from packagist.org).

-Thomas

tim's picture

Hi Tim.

Thank you for your respond.

I was thinking of a more technical release note.
The thing is that we implement our own version of the FrameworkInterface and use some of the public functions in H5PCore. But in version 1.12 at least one function is removed. I was interessted in knowing if there are more functions that has been removed or marked as deprecated. Not only in this version but also in future releases as well.

-Thomas

tim's picture

Hi Thomas, the next releases will have much more detailed explanations of the functions that have been removed and/or deprecated. If you are familiar with git, all the commits in the previous release (1.11 to 1.12) lie between this commit:

https://github.com/h5p/h5p-php-library/commit/a4d6f3aaabd87c40b3d18ba1d82ff3f745353fb0

and this one:

https://github.com/h5p/h5p-php-library/commit/32d06356b19a584c20dced4fc7eedbc583ed9974

There shouldn't be any more functions that have been added or deprecated than what is found in the table, but feel free to check the commits as well. The Core Team will also be much more detailed in future write ups of releases between versions.