Animate It! - Version 2.1.7

Version Description

Download this release

Release Info

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

Code changes from version 2.1.6 to 2.1.7

Files changed (2) hide show
  1. edsanimate.php +2 -2
  2. readme.txt +4 -1
edsanimate.php CHANGED
@@ -5,7 +5,7 @@
5
  * Domain Path: /lang
6
  * Plugin URI: http://www.eleopard.in
7
  * Description: Add cool CSS3 animations to your content.
8
- * Version: 2.1.6
9
  * Author: eLEOPARD Design Studios
10
  * Author URI: http://www.eleopard.in
11
  * License: GNU General Public License version 2 or later; see LICENSE.txt
@@ -164,7 +164,7 @@ class EDS_Animate {
164
 
165
  function admin_edsanimate_options(){
166
  ?>
167
- <div class="wrap"><h2><?php _e( 'Animate It! Options', 'eds-animate' ); ?></h2></div>
168
  <?php
169
  if(isset($_REQUEST['submit'])){
170
  $this->update_edsanimate_options();
5
  * Domain Path: /lang
6
  * Plugin URI: http://www.eleopard.in
7
  * Description: Add cool CSS3 animations to your content.
8
+ * Version: 2.1.7
9
  * Author: eLEOPARD Design Studios
10
  * Author URI: http://www.eleopard.in
11
  * License: GNU General Public License version 2 or later; see LICENSE.txt
164
 
165
  function admin_edsanimate_options(){
166
  ?>
167
+ <div class="wrap"><h2><?php _e( 'Animate It! Options', 'eds-animate' ); ?></h2>
168
  <?php
169
  if(isset($_REQUEST['submit'])){
170
  $this->update_edsanimate_options();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: eleopard
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
4
  Requires at least: 3.9
5
  Tested up to: 4.7.1
6
- Stable tag: 2.1.6
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
@@ -82,6 +82,9 @@ Add duration class ( duration1 to duration20 ) along with the other classes. or
82
 
83
  == Changelog ==
84
 
 
 
 
85
  = Version 2.1.6 =
86
  * Added spanish and german language support
87
 
3
  Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
4
  Requires at least: 3.9
5
  Tested up to: 4.7.1
6
+ Stable tag: 2.1.7
7
  License: GNU General Public License version 2 or later
8
  License URI: http://www.gnu.org/copyleft/gpl.html
9
 
82
 
83
  == Changelog ==
84
 
85
+ = Version 2.1.7 =
86
+ * Minor Bug Fix related to Settings page
87
+
88
  = Version 2.1.6 =
89
  * Added spanish and german language support
90