Skip to content

Commit

Permalink
Push required version of WordPress to 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorino committed May 23, 2020
1 parent 069c959 commit 4a77b29
Show file tree
Hide file tree
Showing 6 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.4.1
* Version: 1.4.2
* Author: Fabio Rinaldi
* Author URI: https://github.com/fabiorino
* Text Domain: crelly-slider
Expand All @@ -18,7 +18,7 @@

define('CS_DEBUG', true);

define('CS_VERSION', '1.4.1');
define('CS_VERSION', '1.4.2');
define('CS_MIN_CAPABILITY', 'manage_options');
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.4.1
* Version: 1.4.2
* Author: Fabio Rinaldi
* Author URI: https://github.com/fabiorino
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion css/crellyslider.min.css

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

2 changes: 1 addition & 1 deletion 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.4.1
* Version: 1.4.2
* Author: Fabio Rinaldi
* Author URI: https://github.com/fabiorino
* License: MIT
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.

7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: fabiorino
Donate link: http://crellyslider.altervista.org/contribute-and-support/
Tags: animations, layers, texts, images, videos
Requires at least: 3.9
Requires at least: 4.6
Tested up to: 5.4
Stable tag: 1.4.1
Stable tag: 1.4.2
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.4.2 =
* Push required version of WordPress to 4.6.

= 1.4.1 =
* Fixed Gutenberg editor block failing to load.

Expand Down

0 comments on commit 4a77b29

Please sign in to comment.