Total 26/04/2024 : We HAVE 9403 Items and more than 3109 happy members.
Log Update Item Advanced iFrame Pro
This page only show history update item Advanced iFrame Pro.

- New: The HTML attribute refererpolicy is now available in the administration and as shortcode attribute.

- New: Custom attributes can be added on the basic attributes page and in the shortcode. The shortcode attribute for this is custom="". e.g. custom="data-custom='data1' data-custom-2='data2'" if you like to add 2 custom attributes. See https://www.tinywebgallery.com/blog/advanced-iframe/demo-advanced-iframe-2-0 for an example.

- New: Check all iframes is now also checking Gutenberg pages and display the page type in the tool-tip. Also normal HTML iframes are detected. So you can replaced them with advanced iframes.  

- New: src which are only numbers are now marked as invalid in the "check all iframes" feature.

- New: Some themes like Twenty Twenty-Two required an additional p around the iframe to be placed properly. To render this element you can set now add_surrounding_p="true". 

- New: Enhanced the documentation of the HTML property "allow". 

- New: Enhanced registration message. The message cannot be removed permanently anymore as not all features are available anymore if have not entered it.

- New: Invalid purchase codes are removed and not only a message is shown. 

- New: Enhanced sub domain documentation for the upcoming change in chrome 109 - see: https://www.tinywebgallery.com/blog/sub-domain-workaround-with-chrome

- New: Tested with Wordpress 6.0.2

- Fix: replace_query_data which is used in the placeholder replacement like param={query-param} was using a non static method in a static context. This is not supported since php 8.0 anymore. This was causing a "Fatal error: Uncaught Error: Non-static method ... cannot be called statically" error. 

- Fix: The standalone version file was missing a "," in the settings section that made the whole version failing.

- Fix: check_iframe_batch_size new default is now 20 as the 100 before was not reliable enough. 

- Fix: The link in the registration message was linked to the wrong part of the options tab. Now it goes directly where you can enter the purchase code.

- Fix: When saving a post the url was not checked even it was not enabled. Now ai_checkUrlStatus is called properly when the classic editor is used. 

- Fix: The WordPress theme Twenty Twenty-Two evaluates shortcodes before the body only. The advanced iframe pro optimization to prevent this leads to the issue that the iframes are not shown there! The optimization is now disabled by default and can be enabled on the options tab at "Technical options" -> "Prevent early shortcode execution". At the description you find the instructions how to check if the optimization will improve your site.

- Fix: When the setting loading (default HTML lazy loading) to false the loading HTML attribute was still rendered. Now it is not rendered anymore like described in the documentation. 

- Fix: In 2022.3 the optimization for the timeout was containing a bug for the resize. This is now fixed. 

- Fix: aiRemoveFile does now also have a nonce and the check for it. This is no security issue as deleting an already deleted file causes no problems.

- New: Fullscreen button on the iframe. Enabling this will add a button on the iframe where you can switch between a normal and a fullscreen iframe like youtube videos. It does support top, bottom and also if a scrollbar is in the iframe: top_scroll and bottom_scroll. See: http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/full-screen-demo

- New: All features that modifies the iframe content (hide, modify css, onload_show_element_only, change targets/links ...) can now also be delayed with onload_resize_delay on the same domain. For the external workaround this was already implemented.

- New: If enable_lazy_load is enabled the html lazy loading is disabled as it does not make sense to have both.

- Fix: When you enter the URL directly in the administration WordPress replaces & with & This now replaced again by & internally again.

- Fix: "Support WP multisite" was not working in all situations when the iframe communication solution was used. It is now only supported when using postMessage and removed for the iframe communication. As this feature is part of the pro version where postMessage is the recommended solution anyway, only users should be affected who forgot to switch to postMessage.

- Fix: Resize on element resize was bound to one variable name for all iframes. Now every iframe on the page gets its own one. This prevents that 2 iframe overwrite the resize method of the other one.  

- Fix: Resize on element resize and lazy load could lead to an error as a variable was not reintialized when the iframe code is added to the page.

 Fix: The title was set to a space on all pages if use_iframe_title_for_parent was activated. And only on iframe pages it was set properly. This part of the feature was now removed again.