Release 7.2-3#382
Merged
Merged
Conversation
null as an array offset is deprecated in php 8.5 "Using null as an array offset or when calling array_key_exists() is now deprecated. Instead an empty string should be used."
Using null as an array offset or when calling array_key_exists() is now deprecated. Instead an empty string should be used. https://www.php.net/manual/en/migration85.deprecated.php#migration85.deprecated.core.using-null-as-an-array-offset
The following JavaScript dependencies are updated jQuery to 4.0.0 jQuery-UI to 1.14.2 jQuery plugins to their latest available versions (although they have been abandoned for years). jquery.jec-1.4.0 jquery.scrollTo-2.1.3 jquery.tipped-2.2b
Implement changes suggested by the migration script jquery-migrate-4.0.2.js Mostly replacing blur, click, dblclick, focus, key*, mouse* shorthand functions with on() and trigger() calls appropriately. Replaced jQuery.trim() with String.trim().
The buttons in the dialogs were changed at some point from input with span to plain button elements with no parent input. But the JavaScript code updating the dialog still used the span element in the find calls, and the buttons were not updated as the result. This issue should now be fixed, the buttons Guided / Expert mode, Back, Next in the dialogs should update based on the current step.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.