Animate It! - Version 1.2.1

Version Description

Download this release

Release Info

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

Code changes from version 1.2 to 1.2.1

Files changed (2) hide show
  1. edsanimate.php +1 -1
  2. readme.txt +5 -2
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.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
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.2.1
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
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: 2.7
5
  Tested up to: 4.0
6
- Stable tag: 1.2
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -56,13 +56,16 @@ Percentage scroll offset can be set from Settings-> Animate It! menu in the admi
56
 
57
 
58
  == Changelog ==
 
 
 
 
59
  = Version 1.2 =
60
  * New options to add animation duration and infinite animation while applying an animation on WordPress Post, Page or widget.
61
 
62
  = Version 1.1 =
63
  * New options added under Settings-> Animate It! to enable or disable animations on Smartphones and Tablets.
64
 
65
-
66
  = Version 1.0 =
67
  * Initial public release.
68
 
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay animation
4
  Requires at least: 2.7
5
  Tested up to: 4.0
6
+ Stable tag: 1.2.1
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
56
 
57
 
58
  == Changelog ==
59
+
60
+ = Version 1.2.1 =
61
+ * Resolved an issue related to multiple declaration of mobile_detect.php class.
62
+
63
  = Version 1.2 =
64
  * New options to add animation duration and infinite animation while applying an animation on WordPress Post, Page or widget.
65
 
66
  = Version 1.1 =
67
  * New options added under Settings-> Animate It! to enable or disable animations on Smartphones and Tablets.
68
 
 
69
  = Version 1.0 =
70
  * Initial public release.
71