Dynamic "To Top" Plugin - Version 3.4.3

Version Description

Fixed unistall issue.

Download this release

Release Info

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

Code changes from version 3.4.2 to 3.4.3

Files changed (3) hide show
  1. css/dynamic-to-top-admin.css +1 -0
  2. readme.txt +5 -3
  3. uninstall.php +1 -1
css/dynamic-to-top-admin.css CHANGED
@@ -129,4 +129,5 @@ div.desc {
129
  background:-ms-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
130
  background:-khtml-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
131
  background:linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
 
132
  }
129
  background:-ms-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
130
  background:-khtml-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
131
  background:linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
132
+
133
  }
readme.txt CHANGED
@@ -1,10 +1,9 @@
1
  === Dynamic "To Top" Plugin ===
2
- Contributors: sksmatt
3
- Donate link: http://www.mattvarone.com/donate/
4
  Tags: Scroll, To top, Button, jQuery, Dynamic, UI, Automatic, Enhance, UX
5
  Requires at least: 3.4
6
  Tested up to: 3.4.2
7
- Stable tag: 3.4.2
8
 
9
  Adds an automatic and dynamic "To Top" button to easily scroll long pages back to the top.
10
 
@@ -42,6 +41,9 @@ Would you like to help translate the plugin into more languages? [Contact Matt](
42
 
43
  == Change log ==
44
 
 
 
 
45
  = 3.4.2 =
46
  * CSS moved to head. Improves performance and compatibility with cache and HTML minifier plugins.
47
  * New CSS minifier class. http://code.google.com/p/cssmin/
1
  === Dynamic "To Top" Plugin ===
2
+ Contributors: sksmatt, tberneman
 
3
  Tags: Scroll, To top, Button, jQuery, Dynamic, UI, Automatic, Enhance, UX
4
  Requires at least: 3.4
5
  Tested up to: 3.4.2
6
+ Stable tag: 3.4.3
7
 
8
  Adds an automatic and dynamic "To Top" button to easily scroll long pages back to the top.
9
 
41
 
42
  == Change log ==
43
 
44
+ = 3.4.3 =
45
+ Fixed unistall issue.
46
+
47
  = 3.4.2 =
48
  * CSS moved to head. Improves performance and compatibility with cache and HTML minifier plugins.
49
  * New CSS minifier class. http://code.google.com/p/cssmin/
uninstall.php CHANGED
@@ -13,4 +13,4 @@ exit();
13
 
14
  // Delete option from options table
15
  delete_option( 'dynamic_to_top' );
16
- elete_transient( 'dynamic_to_top_transient_css' );
13
 
14
  // Delete option from options table
15
  delete_option( 'dynamic_to_top' );
16
+ delete_transient( 'dynamic_to_top_transient_css' );