Release notes for the PHP libraries
Submitted by tsivert on Thu, 02/02/2017 - 10:27
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
Thu, 02/02/2017 - 16:50
Permalink
Hi, I hope this helps: https:
Hi,
I hope this helps:
https://h5p.org/h5p-release-history
tsivert
Fri, 02/03/2017 - 12:47
Permalink
Hi Tim.Thank you for your
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
Sun, 02/05/2017 - 17:09
Permalink
Hi Thomas, the next releases
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.