Scroll Back To Top - Version 1.1.2

Version Description

  • Addresses PHP error in versions of PHP prior to 5.3
Download this release

Release Info

Developer joesexton00
Plugin Icon wp plugin Scroll Back To Top
Version 1.1.2
Comparing to
See all releases

Code changes from version 1.1.1 to 1.1.2

Files changed (2) hide show
  1. readme.txt +5 -2
  2. scroll-back-to-top.php +1 -1
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: joesexton00
3
  Tags: back to top, jquery, scroll to top, button, scroll, scroll top, scroll back to top, scroll up, widget, icon, scroller, vertical scroller, arrow, link to top, back to top, smooth scroll, top, back
4
  Requires at least: 3.0
5
  Tested up to: 3.9
6
- Stable tag: 1.1.1
7
 
8
  This plugin will add a button that allows users to scroll smoothly to the top of the page.
9
 
@@ -63,9 +63,12 @@ Absolutely not. This plugin is designed to work immediately upon activation, wi
63
 
64
  == Change Log ==
65
 
66
- = 1.1.1 =
67
  - Addresses PHP error in versions of PHP prior to 5.3
68
 
 
 
 
69
  = 1.1 =
70
  - Adds support for an optional display timeout
71
  - Adds min/max browser resolutions
3
  Tags: back to top, jquery, scroll to top, button, scroll, scroll top, scroll back to top, scroll up, widget, icon, scroller, vertical scroller, arrow, link to top, back to top, smooth scroll, top, back
4
  Requires at least: 3.0
5
  Tested up to: 3.9
6
+ Stable tag: 1.1.2
7
 
8
  This plugin will add a button that allows users to scroll smoothly to the top of the page.
9
 
63
 
64
  == Change Log ==
65
 
66
+ = 1.1.2 =
67
  - Addresses PHP error in versions of PHP prior to 5.3
68
 
69
+ = 1.1.1 =
70
+ - documentation update
71
+
72
  = 1.1 =
73
  - Adds support for an optional display timeout
74
  - Adds min/max browser resolutions
scroll-back-to-top.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Scroll Back to Top
4
  Description: Adds a scroll to top button
5
  Plugin URI: http://www.webtipblog.com/scroll-back-top-wordpress-plugin/
6
  Text Domain: scroll-back-to-top
7
- Version: 1.1.1
8
  Author: Joe Sexton
9
  Author URI: http://www.josephmsexton.com
10
  */
4
  Description: Adds a scroll to top button
5
  Plugin URI: http://www.webtipblog.com/scroll-back-top-wordpress-plugin/
6
  Text Domain: scroll-back-to-top
7
+ Version: 1.1.2
8
  Author: Joe Sexton
9
  Author URI: http://www.josephmsexton.com
10
  */