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", );