Animate It! - Version 1.4.4

Version Description

Download this release

Release Info

Developer eleopard
Plugin Icon 128x128 Animate It!
Version 1.4.4
Comparing to
See all releases

Code changes from version 1.4.3 to 1.4.4

Files changed (2) hide show
  1. edsanimate.php +3 -8
  2. readme.txt +4 -1
edsanimate.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Animate It!
4
  * Plugin URI: http://www.eleopard.in
5
  * Description: It will allow user to add CSS Animations
6
- * Version: 1.4.3
7
  * Author: eLEOPARD Design Studios
8
  * Author URI: http://www.eleopard.in
9
  * License: GNU General Public License version 2 or later; see LICENSE.txt
@@ -308,7 +308,7 @@ function eds_add_widget_animation_class($params){
308
  $widget_num = $widget_obj['params'][0]['number'];
309
  if (isset($widget_opt[$widget_num]['eds_animation_class'])){
310
  $eds_animation_class = $widget_opt[$widget_num]['eds_animation_class'];
311
- $params[0]['before_widget'] = preg_replace('/class="/', 'class=" '.$eds_animation_class , $params[0]['before_widget'], 1);
312
  }
313
  return $params;
314
  }
@@ -325,9 +325,4 @@ add_filter('dynamic_sidebar_params', 'eds_add_widget_animation_class');
325
 
326
  add_action('admin_menu', 'modify_menu');
327
  add_shortcode('edsanimate', 'edsanimate_handler');
328
- add_action('wp_enqueue_scripts', 'add_eds_script_and_css');
329
-
330
-
331
-
332
-
333
-
3
  * Plugin Name: Animate It!
4
  * Plugin URI: http://www.eleopard.in
5
  * Description: It will allow user to add CSS Animations
6
+ * Version: 1.4.4
7
  * Author: eLEOPARD Design Studios
8
  * Author URI: http://www.eleopard.in
9
  * License: GNU General Public License version 2 or later; see LICENSE.txt
308
  $widget_num = $widget_obj['params'][0]['number'];
309
  if (isset($widget_opt[$widget_num]['eds_animation_class'])){
310
  $eds_animation_class = $widget_opt[$widget_num]['eds_animation_class'];
311
+ $params[0]['before_widget'] = preg_replace('/class="/', 'class=" '.$eds_animation_class.' ', $params[0]['before_widget'], 1);
312
  }
313
  return $params;
314
  }
325
 
326
  add_action('admin_menu', 'modify_menu');
327
  add_shortcode('edsanimate', 'edsanimate_handler');
328
+ add_action('wp_enqueue_scripts', 'add_eds_script_and_css');
 
 
 
 
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: eleopard
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay animation
4
  Requires at least: 3.3
5
  Tested up to: 4.1.1
6
- Stable tag: 1.4.3
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -66,6 +66,9 @@ Percentage scroll offset can be set from Settings-> Animate It! menu in the admi
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = Version 1.4.3 =
70
  * Some spelling correction.
71
 
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay animation
4
  Requires at least: 3.3
5
  Tested up to: 4.1.1
6
+ Stable tag: 1.4.4
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
66
 
67
  == Changelog ==
68
 
69
+ = Version 1.4.4 =
70
+ * Bug fix related to the addition of animation classes on widgets
71
+
72
  = Version 1.4.3 =
73
  * Some spelling correction.
74