-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opencast PHP Library upgrade to v1.5.0 #218
Conversation
de98d79
to
b6f58fa
Compare
@ferishili: Thank you for this PR. Does it need testing of (any) functionalities? |
No problem, a normal plain test of just refreshing the event lists and or updating metdata would be very helpful and enough |
I just encountered an error during upload with ingest! let me look into it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot!
I did the recommended plain test of refreshing the event list and updated some metadata. Both work as expected. Therefore and @Amstutz: Can you please review this PR and comment it if needed or merge it. Thx! |
Plugin-version should be increased after merging this PR |
Merged using #230 |
* main: (92 commits) using LocaleTrait everywhere needed + docs fix: Processing stdClass/null error Increased Plugin version [FIX] 212: The status of "Publish Series on VIDEOPORTAL" does not get saved New Plugin Version and Changelog Rebuilt JS after merge Merged PR opencast-ilias#208: New Publication Usages (Sub-usage & groups) Merged PR opencast-ilias#218 squashing dependabot bumps Restored JS for chat Removed Old Node Modules Updated Node-Modules and removed legacy paella player Bump engine.io and socket.io Bump socket.io-parser from 4.2.1 to 4.2.3 Bump semver from 7.3.5 to 7.5.4 [FIX] Interface of VoidContainer Updated Changelog [FIX] added check for APCu installed in form Added Readme for Cache [FIX] implemented new caching service and removed non working legacy service ... # Conflicts: # js/paella_player/config.json # js/paella_player/config_live.json # src/Chat/GUI/open_chat.php # src/Model/Event/EventAPIRepository.php
This PR only upgrades the Opencast PHP Library to the latest version (v.1.5.0) which contains PHP 8.2 compatibility improvement: deprecated dynamic property declaration