Version Description
Download this release
Release Info
Developer | eleopard |
Plugin | Animate It! |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- edsanimate.php +2 -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.
|
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
|
@@ -285,7 +285,7 @@ function eds_add_custom_class_field($t,$return,$instance){
|
|
285 |
$instance['eds_animation_class'] = null;
|
286 |
?>
|
287 |
<p>
|
288 |
-
<label for="<?php echo $t->get_field_id('eds_animation_class'); ?>">
|
289 |
<input type="text" name="<?php echo $t->get_field_name('eds_animation_class'); ?>" id="<?php echo $t->get_field_id('eds_animation_class'); ?>" value="<?php echo $instance['eds_animation_class'];?>" />
|
290 |
</p>
|
291 |
<?php
|
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
|
285 |
$instance['eds_animation_class'] = null;
|
286 |
?>
|
287 |
<p>
|
288 |
+
<label for="<?php echo $t->get_field_id('eds_animation_class'); ?>">Animate It Classes</label>
|
289 |
<input type="text" name="<?php echo $t->get_field_name('eds_animation_class'); ?>" id="<?php echo $t->get_field_id('eds_animation_class'); ?>" value="<?php echo $instance['eds_animation_class'];?>" />
|
290 |
</p>
|
291 |
<?php
|
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.
|
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.2 =
|
70 |
* New Feature that will allow user to add custom CSS for additional delay, duration etc.
|
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.3
|
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.3 =
|
70 |
+
* Some spelling correction.
|
71 |
+
|
72 |
= Version 1.4.2 =
|
73 |
* New Feature that will allow user to add custom CSS for additional delay, duration etc.
|
74 |
|