Crelly Slider - Version 1.4.5

Version Description

  • Changed icon in admin sidebar to match WP 5.8 style.
Download this release

Release Info

Developer fabiorino
Plugin Icon 128x128 Crelly Slider
Version 1.4.5
Comparing to
See all releases

Code changes from version 1.4.4 to 1.4.5

crellyslider.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Crelly Slider
4
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
5
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
6
- * Version: 1.4.4
7
  * Author: Fabio Rinaldi
8
  * Author URI: https://github.com/fabiorino
9
  * Text Domain: crelly-slider
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
18
 
19
  define('CS_DEBUG', false);
20
 
21
- define('CS_VERSION', '1.4.4');
22
  define('CS_MIN_CAPABILITY', 'manage_options');
23
  define('CS_PATH', plugin_dir_path(__FILE__));
24
  define('CS_PLUGIN_URL', plugins_url() . '/crelly-slider');
3
  * Plugin Name: Crelly Slider
4
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
5
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
6
+ * Version: 1.4.5
7
  * Author: Fabio Rinaldi
8
  * Author URI: https://github.com/fabiorino
9
  * Text Domain: crelly-slider
18
 
19
  define('CS_DEBUG', false);
20
 
21
+ define('CS_VERSION', '1.4.5');
22
  define('CS_MIN_CAPABILITY', 'manage_options');
23
  define('CS_PATH', plugin_dir_path(__FILE__));
24
  define('CS_PLUGIN_URL', plugins_url() . '/crelly-slider');
css/crellyslider.css CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.4.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.4.5
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
css/crellyslider.min.css CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.4.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.4.5
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
js/jquery.crellyslider.js CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.4.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.4.5
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
js/jquery.crellyslider.min.js CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
- * Version: 1.4.4
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
2
  * Plugin Name: Crelly Slider
3
  * Plugin URI: https://wordpress.org/plugins/crelly-slider/
4
  * Description: A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
5
+ * Version: 1.4.5
6
  * Author: Fabio Rinaldi
7
  * Author URI: https://github.com/fabiorino
8
  * License: MIT
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: fabiorino
3
  Donate link: http://crellyslider.altervista.org/contribute-and-support/
4
  Tags: slider, layers, animations, transitions, texts, images, videos
5
  Requires at least: 4.6
6
- Tested up to: 5.6
7
- Stable tag: 1.4.4
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -54,6 +54,9 @@ You can find the documentation <a href="http://crellyslider.altervista.org/docum
54
 
55
  == Changelog ==
56
 
 
 
 
57
  = 1.4.4 =
58
  * Fixed JavaScript fatal error in WordPress 5.6.
59
  * Removed deprecated JavaScript code.
3
  Donate link: http://crellyslider.altervista.org/contribute-and-support/
4
  Tags: slider, layers, animations, transitions, texts, images, videos
5
  Requires at least: 4.6
6
+ Tested up to: 5.8
7
+ Stable tag: 1.4.5
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
54
 
55
  == Changelog ==
56
 
57
+ = 1.4.5 =
58
+ * Changed icon in admin sidebar to match WP 5.8 style.
59
+
60
  = 1.4.4 =
61
  * Fixed JavaScript fatal error in WordPress 5.6.
62
  * Removed deprecated JavaScript code.
wordpress/admin.php CHANGED
@@ -196,11 +196,11 @@ class CrellySliderAdmin {
196
  #adminmenu .toplevel_page_crellyslider div.wp-menu-image {
197
  background-image: url('<?php echo $menu_icon_url; ?>');
198
  background-repeat: no-repeat;
199
- background-position: -20px center;
200
  }
201
 
202
  #adminmenu .toplevel_page_crellyslider:hover div.wp-menu-image {
203
- background-position: -20px center;
204
  }
205
 
206
  #adminmenu .toplevel_page_crellyslider.current div.wp-menu-image {
@@ -225,7 +225,7 @@ class CrellySliderAdmin {
225
  }
226
 
227
  #adminmenu .toplevel_page_crellyslider:hover div.wp-menu-image {
228
- background-position: -20px center;
229
  opacity: 1;
230
  filter: alpha(opacity=100);
231
  }
196
  #adminmenu .toplevel_page_crellyslider div.wp-menu-image {
197
  background-image: url('<?php echo $menu_icon_url; ?>');
198
  background-repeat: no-repeat;
199
+ background-position: -25px center;
200
  }
201
 
202
  #adminmenu .toplevel_page_crellyslider:hover div.wp-menu-image {
203
+ background-position: -25px center;
204
  }
205
 
206
  #adminmenu .toplevel_page_crellyslider.current div.wp-menu-image {
225
  }
226
 
227
  #adminmenu .toplevel_page_crellyslider:hover div.wp-menu-image {
228
+ background-position: -25px center;
229
  opacity: 1;
230
  filter: alpha(opacity=100);
231
  }
wordpress/images/menu-icon.png CHANGED
Binary file