Version Description
Download this release
Release Info
Developer | eleopard |
Plugin | Animate It! |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.3.1
- edsanimate.php +2 -3
- readme.txt +6 -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
|
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
|
@@ -268,8 +268,7 @@ function eds_add_custom_class_field($t,$return,$instance){
|
|
268 |
|
269 |
|
270 |
function eds_update_widget_animation_class($instance, $new_instance, $old_instance){
|
271 |
-
$instance = $
|
272 |
-
$instance['eds_animation_class'] = $new_instance['eds_animation_class'];
|
273 |
return $instance;
|
274 |
}
|
275 |
|
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.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
|
268 |
|
269 |
|
270 |
function eds_update_widget_animation_class($instance, $new_instance, $old_instance){
|
271 |
+
$instance['eds_animation_class'] = $new_instance['eds_animation_class'];
|
|
|
272 |
return $instance;
|
273 |
}
|
274 |
|
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
|
7 |
License: GNU General Public License version 2 or later
|
8 |
License URI: http://www.gnu.org/copyleft/gpl.html
|
9 |
|
@@ -19,6 +19,7 @@ Animate It! is a WordPress Plugin designed and developed to provide an efficient
|
|
19 |
Some of the Key features Include:
|
20 |
|
21 |
* Allowing user to apply CSS3 animations on WordPress Posts and Text Widgets
|
|
|
22 |
* Capability to apply animation on Scroll
|
23 |
* Capability to apply animation on Hover
|
24 |
* Capability to apply animation on Click
|
@@ -63,6 +64,10 @@ Percentage scroll offset can be set from Settings-> Animate It! menu in the admi
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
66 |
= Version 1.3 =
|
67 |
* Capability to apply animation on Hover.
|
68 |
* Capability to apply animation on Click.
|
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.1
|
7 |
License: GNU General Public License version 2 or later
|
8 |
License URI: http://www.gnu.org/copyleft/gpl.html
|
9 |
|
19 |
Some of the Key features Include:
|
20 |
|
21 |
* Allowing user to apply CSS3 animations on WordPress Posts and Text Widgets
|
22 |
+
* 50+ Entry, Exit and Attention Seeker Animations
|
23 |
* Capability to apply animation on Scroll
|
24 |
* Capability to apply animation on Hover
|
25 |
* Capability to apply animation on Click
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= Version 1.3.1 =
|
68 |
+
* Resolved issue related to widget content update and save.
|
69 |
+
|
70 |
+
|
71 |
= Version 1.3 =
|
72 |
* Capability to apply animation on Hover.
|
73 |
* Capability to apply animation on Click.
|