- New: Open iframe in layer after page is loaded. This can be useful to e.g. display something special as a kind of popup. See:
Auto open layer/popup
- New: Open a iframe directly by adding the id of the links as hash to your url e.g. #id-to-open: See
Auto open layer/popup
- New: Delay the auto popup by a given time. See
Auto open layer/popup
- New: Open the auto popup only once for a given time! A cookie is set if the iframe was shown already! See:
Auto open layer/popup
- New: Add iframe params to parent -> this is another version of the "Add iframe url to parent". The difference to the existing solutions is that only the parameters are added to the parent url. To make it work you also have to use placeholders in the url or the "Forward params to iframe" features. The advantage of this solution is that the parent url and the iframe url look basically the same. In the existing solutions you either have the full iframe url + params, a short iframe url + params, a hash or a url rewrite with the hash. See
Add iframe params to parent: Same domain and
Add iframe params to parent: Same domain how this looks like.
- New: "Change parent links target" can now also make the clicked links as bold. You can also add a specific style class if you like. See
Change links targets/href
- New: SameSite Fix for Wordpress. Please see
How to use the SameSite Cookie Fix for details.
- New: When you change the link target to _blank then automatically rel="noopener" is added because of security. Ask google if you like to get more details here. See:
Change links targets/href
- New: Better wrong config detection. Some parameters only work fine if you define both. Some more checks where added to tell you this right away.
- Fix: If an url does contain a # it is normally treated as a anchor. Internally a split was done to add additional parameters - but only the first element was added again. Now all elements are added again.
- Fix: & = & and " = ? are preserved in the src.
- Fix: Open iframe in a layer with Add the iframe to all pages was only working when the ai.js was loaded on the header. Now it also works when included in the footer which is default.
- Fix: input fields changed ' into " in the administration - exactly the other was around was needed! This is needed for more enhanced jquery selectors!
- Fix: Many links in the administration where broken because of a replace issue. They are now all fixed again.
- Fix: Using // as start the url (to support http and https) was causing the "add url to param" feature to already add the url even if not needed.