Animate It! - Version 1.3.3

Version Description

Download this release

Release Info

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

Code changes from version 1.3.2 to 1.3.3

Files changed (2) hide show
  1. edsanimate.php +3 -3
  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.3.2
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
@@ -243,9 +243,9 @@ function edsanimate_handler( $attributes, $content = null ) {
243
  $classString .= " eds-on-hover";
244
 
245
 
246
- return '<div class="'.$classString.'">'.$content.'</div>';
247
  else:
248
- return $content;
249
  endif;
250
 
251
  }
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.3.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
243
  $classString .= " eds-on-hover";
244
 
245
 
246
+ return '<div class="'.$classString.'">'.do_shortcode($content).'</div>';
247
  else:
248
+ return do_shortcode($content);
249
  endif;
250
 
251
  }
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.0
5
  Tested up to: 4.0
6
- Stable tag: 1.3.2
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -64,6 +64,9 @@ Percentage scroll offset can be set from Settings-> Animate It! menu in the admi
64
 
65
  == Changelog ==
66
 
 
 
 
67
  = Version 1.3.2 =
68
  * Resolved issue related to infinite animation and on hover combination.
69
 
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay animation
4
  Requires at least: 3.0
5
  Tested up to: 4.0
6
+ Stable tag: 1.3.3
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
64
 
65
  == Changelog ==
66
 
67
+ = Version 1.3.3 =
68
+ * Resolved issue related to nested shortcodes.
69
+
70
  = Version 1.3.2 =
71
  * Resolved issue related to infinite animation and on hover combination.
72