From dc725c973eefe83205220dbd85b757b548dc3c00 Mon Sep 17 00:00:00 2001 From: "David J. Bradshaw" Date: Fri, 16 Dec 2016 14:59:22 +0000 Subject: [PATCH] Release v3.5.6 --- README.md | 2 +- bower.json | 2 +- iframeResizer.jquery.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 947d3cc6a..bc56359dd 100644 --- a/README.md +++ b/README.md @@ -525,7 +525,7 @@ The parentIFrame methods object in the iFrame is now always available and the `e ## Version History -* v3.5.6 [#438](https://github.com/davidjbradshaw/iframe-resizer/issues/438) Check jQuery wrapper not already loaded. [#423](https://github.com/davidjbradshaw/iframe-resizer/issues/423) Properly remove event listeners [[Aaron Hardy](Aaronius)]. [#401](https://github.com/davidjbradshaw/iframe-resizer/issues/401) Make tagged element fall back to all elements if tag not found. Added warnings for missing iFrame and deprecated options. +* v3.5.6 [#438](https://github.com/davidjbradshaw/iframe-resizer/issues/438) Check jQuery pluging wrapper not already loaded. [#423](https://github.com/davidjbradshaw/iframe-resizer/issues/423) Properly remove event listeners [[Aaron Hardy](Aaronius)]. [#401](https://github.com/davidjbradshaw/iframe-resizer/issues/401) Make tagged element fall back to all elements if tag not found. [#381](https://github.com/davidjbradshaw/iframe-resizer/issues/381) Fixing disconnect when iframe is missing temporarly [[Jeff Hicken](jhicken)]. Added warnings for missing iFrame and deprecated options. * v3.5.5 [#373](https://github.com/davidjbradshaw/iframe-resizer/issues/373) Add option for custom size calculation methods in iFrame. [#374](https://github.com/davidjbradshaw/iframe-resizer/issues/374) Fix bug with in page links called from parent page. * v3.5.4 [#362](https://github.com/davidjbradshaw/iframe-resizer/issues/362) Handle jQuery being loaded in odd ways. [#297](https://github.com/davidjbradshaw/iframe-resizer/issues/297) Ensure document ready before resizing * v3.5.3 [#283](https://github.com/davidjbradshaw/iframe-resizer/issues/283) Added *readystatechange* event listener. diff --git a/bower.json b/bower.json index 374949598..329758951 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "iframe-resizer", - "version": "3.5.5", + "version": "3.5.6", "homepage": "https://github.com/davidjbradshaw/iframe-resizer", "authors": [ "David J. Bradshaw " diff --git a/iframeResizer.jquery.json b/iframeResizer.jquery.json index 2911b4d2d..b35310e30 100644 --- a/iframeResizer.jquery.json +++ b/iframeResizer.jquery.json @@ -17,7 +17,7 @@ "RWD", "responsive" ], - "version": "3.5.5", + "version": "3.5.6", "author": { "name": "David J. Bradshaw", "email": "davidjbradshaw+github@gmail.com" diff --git a/package.json b/package.json index 3bd6c9e29..f8affe567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iframe-resizer", - "version": "3.5.5", + "version": "3.5.6", "homepage": "https://github.com/davidjbradshaw/iframe-resizer", "authors": [ "David J. Bradshaw "