Dynamic "To Top" Plugin - Version 3.1.2

Version Description

  • Fixed default settings
  • Code improvements
Download this release

Release Info

Developer sksmatt
Plugin Icon wp plugin Dynamic "To Top" Plugin
Version 3.1.2
Comparing to
See all releases

Code changes from version 3.1.1 to 3.1.2

Files changed (2) hide show
  1. dynamic-to-top.php +3 -3
  2. readme.txt +32 -4
dynamic-to-top.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /*
3
  Plugin Name: Dynamic To Top
4
- Version: 3.1.1
5
- Plugin URI: http://www.mattvarone.com
6
  Description: Adds an automatic and dynamic "To Top" button to scroll long pages back to the top.
7
  Author: Matt Varone
8
  Author URI: http://www.mattvarone.com
@@ -24,7 +24,7 @@ Author URI: http://www.mattvarone.com
24
  define('DYNAMIC_TO_TOP_BASENAME', plugin_basename(__FILE__));
25
  define('DYNAMIC_TO_TOP_URL', plugins_url('',__FILE__));
26
  define('DYNAMIC_TO_TOP_PATH', plugin_dir_path(__FILE__));
27
- define('DYNAMIC_TO_TOP_VERSION', '3.1.1');
28
  define('DYNAMIC_TO_TOP_FOLDER', '/'.basename(dirname(__FILE__)));
29
  define('DYNAMIC_TO_TOP_DOMAIN', 'dynamic-to-top');
30
 
1
  <?php
2
  /*
3
  Plugin Name: Dynamic To Top
4
+ Version: 3.1.2
5
+ Plugin URI: http://www.mattvarone.com/wordpress/dynamic-to-top-wordpress-plugin
6
  Description: Adds an automatic and dynamic "To Top" button to scroll long pages back to the top.
7
  Author: Matt Varone
8
  Author URI: http://www.mattvarone.com
24
  define('DYNAMIC_TO_TOP_BASENAME', plugin_basename(__FILE__));
25
  define('DYNAMIC_TO_TOP_URL', plugins_url('',__FILE__));
26
  define('DYNAMIC_TO_TOP_PATH', plugin_dir_path(__FILE__));
27
+ define('DYNAMIC_TO_TOP_VERSION', '3.1.2');
28
  define('DYNAMIC_TO_TOP_FOLDER', '/'.basename(dirname(__FILE__)));
29
  define('DYNAMIC_TO_TOP_DOMAIN', 'dynamic-to-top');
30
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Dynamic To Top Plugin ===
2
  Contributors: sksmatt
3
  Donate link: http://www.mattvarone.com
4
- Tags: Dynamic, UI, Scroll, To top, Automatic
5
  Requires at least: 2.5
6
  Tested up to: 3.1.2
7
- Stable tag: 3.1.1
8
 
9
  Adds an automatic and dynamic "To Top" button to easily scroll long pages back to the top.
10
 
@@ -20,6 +20,7 @@ It features an intuitive control panel to style and adjust to each website's nee
20
  * Custom created CSS and Javascript assets.
21
  * Caches assets for better performance.
22
  * Ready for internationalization.
 
23
 
24
  == Installation ==
25
 
@@ -34,4 +35,31 @@ It features an intuitive control panel to style and adjust to each website's nee
34
  1. Dynamic To Top button version in action.
35
  2. Dynamic To Top text version in action.
36
  3. Dynamic To Top settings page on button mode.
37
- 4. Dynamic To Top settings page on text mode.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Dynamic "To Top" Plugin ===
2
  Contributors: sksmatt
3
  Donate link: http://www.mattvarone.com
4
+ Tags: Dynamic, UI, Scroll, To top, Automatic, Enhance, UX
5
  Requires at least: 2.5
6
  Tested up to: 3.1.2
7
+ Stable tag: 3.1.2
8
 
9
  Adds an automatic and dynamic "To Top" button to easily scroll long pages back to the top.
10
 
20
  * Custom created CSS and Javascript assets.
21
  * Caches assets for better performance.
22
  * Ready for internationalization.
23
+ * Uninstall included.
24
 
25
  == Installation ==
26
 
35
  1. Dynamic To Top button version in action.
36
  2. Dynamic To Top text version in action.
37
  3. Dynamic To Top settings page on button mode.
38
+ 4. Dynamic To Top settings page on text mode.
39
+
40
+ == Changelog ==
41
+
42
+ = 3.1.2 =
43
+ * Fixed default settings
44
+ * Code improvements
45
+
46
+ = 3.1.1 =
47
+ * Added Uninstall
48
+ * Code improvements
49
+
50
+ = 3.1 =
51
+ * Fixes Permissions Problem
52
+ * Code Improvements
53
+
54
+ = 3.0 =
55
+ * Rewritten from scratch. Using CSS3. More/better options.
56
+
57
+ = 2.1 =
58
+ * Bug fixing
59
+ * Code Improvements
60
+
61
+ = 2.0 =
62
+ * Settings panel added
63
+
64
+ = 1.0 =
65
+ * First version out