Version Description
- Code fix.
Download this release
Release Info
Developer | sksmatt |
Plugin | Dynamic "To Top" Plugin |
Version | 3.1.9.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.9 to 3.1.9.1
- dynamic-to-top.php +2 -2
- readme.txt +4 -1
dynamic-to-top.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Dynamic To Top
|
4 |
-
Version: 3.1.9
|
5 |
Plugin URI: http://www.mattvarone.com/featured-content/dynamic-to-top/
|
6 |
Description: Adds an automatic and dynamic "To Top" button to scroll long pages back to the top.
|
7 |
Author: Matt Varone
|
@@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
39 |
|
40 |
define( 'MV_DYNAMIC_TO_TOP_BASENAME', plugin_basename( __FILE__ ) );
|
41 |
define( 'MV_DYNAMIC_TO_TOP_URL', plugins_url( '', __FILE__ ) );
|
42 |
-
define( 'MV_DYNAMIC_TO_TOP_VERSION', '3.1.9' );
|
43 |
|
44 |
/*
|
45 |
|--------------------------------------------------------------------------
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Dynamic To Top
|
4 |
+
Version: 3.1.9.1
|
5 |
Plugin URI: http://www.mattvarone.com/featured-content/dynamic-to-top/
|
6 |
Description: Adds an automatic and dynamic "To Top" button to scroll long pages back to the top.
|
7 |
Author: Matt Varone
|
39 |
|
40 |
define( 'MV_DYNAMIC_TO_TOP_BASENAME', plugin_basename( __FILE__ ) );
|
41 |
define( 'MV_DYNAMIC_TO_TOP_URL', plugins_url( '', __FILE__ ) );
|
42 |
+
define( 'MV_DYNAMIC_TO_TOP_VERSION', '3.1.9.1' );
|
43 |
|
44 |
/*
|
45 |
|--------------------------------------------------------------------------
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.mattvarone.com/donate/
|
|
4 |
Tags: Scroll, To top, Button, jQuery, Dynamic, UI, Automatic, Enhance, UX
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 3.1.9
|
8 |
|
9 |
Adds an automatic and dynamic "To Top" button to easily scroll long pages back to the top.
|
10 |
|
@@ -41,6 +41,9 @@ It features an intuitive control panel to style and adjust to each website's nee
|
|
41 |
|
42 |
== Change log ==
|
43 |
|
|
|
|
|
|
|
44 |
= 3.1.9 =
|
45 |
* Fixes third-party incompatibiliy issues.
|
46 |
* Code improvements.
|
4 |
Tags: Scroll, To top, Button, jQuery, Dynamic, UI, Automatic, Enhance, UX
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 3.1.9.1
|
8 |
|
9 |
Adds an automatic and dynamic "To Top" button to easily scroll long pages back to the top.
|
10 |
|
41 |
|
42 |
== Change log ==
|
43 |
|
44 |
+
= 3.1.9.1 =
|
45 |
+
* Code fix.
|
46 |
+
|
47 |
= 3.1.9 =
|
48 |
* Fixes third-party incompatibiliy issues.
|
49 |
* Code improvements.
|