diff --git a/crellyslider.php b/crellyslider.php index bf9cef5..79d6e8d 100644 --- a/crellyslider.php +++ b/crellyslider.php @@ -3,7 +3,7 @@ * Plugin Name: Crelly Slider * Plugin URI: https://wordpress.org/plugins/crelly-slider/ * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations. - * Version: 1.2.2 + * Version: 1.2.3 * Author: Fabio Rinaldi * Author URI: https://github.com/fabiorino * Text Domain: crelly-slider @@ -19,7 +19,7 @@ define('CS_DEBUG', true); -define('CS_VERSION', '1.2.2'); +define('CS_VERSION', '1.2.3'); define('CS_PATH', plugin_dir_path(__FILE__)); define('CS_PLUGIN_URL', plugins_url() . '/crelly-slider'); diff --git a/css/crellyslider.css b/css/crellyslider.css index a6cd6a0..d22fff4 100644 --- a/css/crellyslider.css +++ b/css/crellyslider.css @@ -2,7 +2,7 @@ * Plugin Name: Crelly Slider * Plugin URI: https://wordpress.org/plugins/crelly-slider/ * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations. - * Version: 1.2.2 + * Version: 1.2.3 * Author: Fabio Rinaldi * Author URI: https://github.com/fabiorino * License: MIT diff --git a/js/jquery.crellyslider.js b/js/jquery.crellyslider.js index 8616011..0fc4b9f 100644 --- a/js/jquery.crellyslider.js +++ b/js/jquery.crellyslider.js @@ -2,7 +2,7 @@ * Plugin Name: Crelly Slider * Plugin URI: https://wordpress.org/plugins/crelly-slider/ * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations. - * Version: 1.2.2 + * Version: 1.2.3 * Author: Fabio Rinaldi * Author URI: https://github.com/fabiorino * License: MIT @@ -488,11 +488,11 @@ var crellyslider_vimeo_api_ready = false; } // Compatibility with Popup Maker (https://wordpress.org/plugins/popup-maker/) - $(document).on('pumAfterOpen', '.pum', function() { + /*$(document).on('pumAfterOpen', '.pum', function() { if($(this).find(CRELLY).length > 0) { setResponsive(); } - }); + });*/ // Previous control click SLIDER.find(CRELLY).find('.cs-controls > .cs-previous').click(function() { diff --git a/js/jquery.crellyslider.min.js b/js/jquery.crellyslider.min.js index a65fbd4..8251bd5 100644 --- a/js/jquery.crellyslider.min.js +++ b/js/jquery.crellyslider.min.js @@ -2,7 +2,7 @@ * Plugin Name: Crelly Slider * Plugin URI: https://wordpress.org/plugins/crelly-slider/ * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations. - * Version: 1.2.2 + * Version: 1.2.3 * Author: Fabio Rinaldi * Author URI: https://github.com/fabiorino * License: MIT diff --git a/readme.txt b/readme.txt index 942d16e..81d35fd 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://crellyslider.altervista.org/contribute-and-support/ Tags: animations, layers, texts, images, videos Requires at least: 3.9 Tested up to: 4.7 -Stable tag: 1.2.2 +Stable tag: 1.2.3 License: MIT License URI: http://opensource.org/licenses/MIT @@ -54,6 +54,9 @@ You can find the documentation