diff --git a/CHANGES.md b/CHANGES.md index 63003875..45a30bd2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,11 @@ - Procédure d'importation : - L'importation des données est possible uniquement à partir d'une version 9. - Une notification est affichée après l'importation. + +## Version 9.2.07 +- Modification : + - Balise responsive + ## Version 9.2.06 - Correction : - Validation html diff --git a/core/core.js.php b/core/core.js.php index 743a32c8..1211a777 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -310,7 +310,7 @@ core.start = function() { /** * Iframes et vidéos responsives */ - var elementDOM = $("iframe, video, embed"); + var elementDOM = $("iframe, video, embed, object"); // Calcul du ratio et suppression de la hauteur / largeur des iframes elementDOM.each(function() { var _this = $(this); diff --git a/core/core.php b/core/core.php index 6aa29b43..0569a694 100644 --- a/core/core.php +++ b/core/core.php @@ -35,7 +35,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.11.dev'; + const ZWII_VERSION = '10.0.12.dev'; public static $actions = []; public static $coreModuleIds = [