Skip to content

Commit

Permalink
Preparing for 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorino committed Oct 6, 2017
1 parent eddee37 commit d0a2297
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions crellyslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion css/crellyslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.crellyslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.crellyslider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -54,6 +54,9 @@ You can find the documentation <a href="http://crellyslider.altervista.org/docum

== Changelog ==

= 1.2.3 =
* Bug fix: align left/center/right buttons not working

= 1.2.2 =
* Bug fix: fixed incompatibility with WordPress 4.8

Expand Down

0 comments on commit d0a2297

Please sign in to comment.