From 8cee9b97fb46f54307e2824660dc6802ca27437a Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Thu, 1 Aug 2019 12:53:47 -0400 Subject: [PATCH] chore(release): 1.1.3 [skip ci] --- CHANGELOG.md | 6 ++++++ IFramed.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d9aaa..48d9554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # IFRAMED CHANGE LOG +## Version 1.1.3 (August 1st, 2019) + +### Bug Fixes + +- randomly, the iframed windows vertical scrollbar is shown when page is not cross-domain and resized to the height of the content window. + ## Version 1.1.2 (July 31st, 2019) ### Documentation diff --git a/IFramed.php b/IFramed.php index c092e74..a0640f7 100644 --- a/IFramed.php +++ b/IFramed.php @@ -10,7 +10,7 @@ public function register() $this->name = plugin_lang_get("title"); $this->description = plugin_lang_get("description"); - $this->version = "1.1.2"; + $this->version = "1.1.3"; $this->requires = array( "MantisCore" => "2.0.0", );