New: Compatible with WordPress 6.2 - The editor block was broken as WordPress changed an internal structure.
New: The fullscreen button was enhanced. You can now hide additional elements which are still over the iframe. See the documentation of fullscreen_button_hide_elements
New: Improved documentation. Added "How to find the id and the attributes". where needed.
New: Missing purchase code message is now shown as general message
Fix: The Javascript minimizer changed their URL. Now the new one is used.
Fix: During search the help page is fully available now. This enables, that the links to the help section works properly.
Fix: auto_update_plugin filter was improved to not show a warning if "$item->slug" is not set.
Fix: Deprecated message in printReferrerpolicy fixed.
- New: hide_part_of_iframe does now support position:fixed. This enables this feature also to work together with fullscreen iframes. Adding an f (position:fixed) in front of the zIndex has to be used to enable this.
- New: The CSP header detection is now checking next to SELF and NONE also for the domain itself at the frame-ancestors.
- New: The url/hash cache for rewrite urls can now be deleted in the administration if needed. Please note that this cannot be reverted.
- New: Improved documentation of "Prefix/id/urlrewrite for iframe URL". Contact the support for individual solutions.
- Fix: The disabling of the auto updater in the pro version was rewritten to the examples WordPress provided.
- Fix: aiModifyParent was loaded directly and on jQuery.ready. When loaded directly some elements are maybe not ready yet and an error was shown in the browser in console the .css is not a query function. Now this error is catched
New: Tested with WordPress 6.1.1
Fix: "Undefined array key" warnings when updating to php 8.x. If the database does not contain the required values now defaults are stored always during activation. Before it was only saved if no values where present.