New: iframe anchor support! if you enable auto height you can now also specify an anchor in the iframe! ther parent does then scroll automatically to this location! Does work on the same domain even in the free version. In the pro version this is also supported external doomains by the external workaround. See http://www.tinywebgallery.com/blog/...ro-demo/external-workaround-with-post-message Example 51
New: Full Gutenberg support. An advanced iframe block is now available. parent_content_css is now rendered a little bit later because of the Gutenberg preview.
New: You can now change also the href of links and not only the target! change_iframe_links_href does work for the same or in the external workaround. It can also be used to add a string to the existing href. It also does work for links which are later on added to the webpage by ajax. Delegated event handlers are used here. See http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/change-links-targets
New: Targets can now also be changed for links which are added later to the website. Delegated event handlers are used here now.
New: The calc support was improved. px is now automatically added when needed. 100%-100 -> 100% - 100px. Because without px is does not work!
New: You can set a custom loader icon by saving a loader.gif in the advanced-iframe-custom folder in a size of 66x66
New: “ ” ‘ ’ are now remove from shortcodes. This fixes mistakes from users which used the wrong single or double quotes.
New: You can now also delete all data from the database when uninstalling. By default this is off. This can be now enabled on the options page.
New: An uninstall.php does exist now. So if you set the settings in the administration the database can also be cleaned up when you delete the plugin.
Fix: the src is now always encoded to be sure that url_forward_parameter cannout be use for xxs attacks.
Fix: height and width do now get px added in the style attribute if not entered.
Fix: header('P3P:.... is now added in the action send_headers and NOT in the init anymore at it was interfering at a user with one on his plugins.
Fix: Some changes to css and js where made to be more compatible to the new codecanyon plugin coding rules.
Fix: Editor button was not working in new posts. It was only working when editing existing ones.
Fix: $fixChrome65 was not working for next view ports properly. now it does .
Fix: set_time_limit can be disabled. Now this is checked and also @set_time_limit is used now.