Version Description
- Renamed file name causing 404.
Download this release
Release Info
Developer | anand_kumar |
Plugin | jQuery Smooth Scroll |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
css/{jss-style.css → style.css}
RENAMED
File without changes
|
css/{jss-style.min.css → style.min.css}
RENAMED
File without changes
|
jquery-smooth-scroll.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: jQuery Smooth Scroll
|
4 |
-
Version: 1.4.
|
5 |
Plugin URI: https://www.digitalliberation.org/plugins/jquery-smooth-scroll/?utm_source=plugin&utm_medium=link&utm_campaign=jss_plugin_link
|
6 |
Description: The plugin not only add smooth scroll to top feature/link in the lower-right corner of long pages while scrolling but also makes all jump links to scroll smoothly.
|
7 |
-
Author:
|
8 |
Author URI: http://digitalliberation.org/?utm_source=plugin&utm_medium=link&utm_campaign=jss_plugin_link
|
9 |
License: GPL v2 or later
|
10 |
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: jQuery Smooth Scroll
|
4 |
+
Version: 1.4.4
|
5 |
Plugin URI: https://www.digitalliberation.org/plugins/jquery-smooth-scroll/?utm_source=plugin&utm_medium=link&utm_campaign=jss_plugin_link
|
6 |
Description: The plugin not only add smooth scroll to top feature/link in the lower-right corner of long pages while scrolling but also makes all jump links to scroll smoothly.
|
7 |
+
Author: Digital Liberation
|
8 |
Author URI: http://digitalliberation.org/?utm_source=plugin&utm_medium=link&utm_campaign=jss_plugin_link
|
9 |
License: GPL v2 or later
|
10 |
|
js/{jss-script.js → script.js}
RENAMED
File without changes
|
js/{jss-script.min.js → script.min.js}
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== jQuery Smooth Scroll ===
|
2 |
-
Contributors:
|
3 |
Tags: Smooth Scroll, smooth scroll anchor, scroll to top, scroll, back to top, jquery, top of page
|
4 |
Donate link: https://digitalliberation.org
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 1.4.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -71,7 +71,10 @@ Note: This plugin is based on "Cudazi scroll to top".
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
-
= 1.4.
|
|
|
|
|
|
|
75 |
* Compatibility checked with Wordpress 4.9.8
|
76 |
|
77 |
= 1.4.2 =
|
1 |
=== jQuery Smooth Scroll ===
|
2 |
+
Contributors: digitalliberation, anand_kumar
|
3 |
Tags: Smooth Scroll, smooth scroll anchor, scroll to top, scroll, back to top, jquery, top of page
|
4 |
Donate link: https://digitalliberation.org
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 1.4.4
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 1.4.4 =
|
75 |
+
* Renamed file name causing 404.
|
76 |
+
|
77 |
+
= 1.4.3 =
|
78 |
* Compatibility checked with Wordpress 4.9.8
|
79 |
|
80 |
= 1.4.2 =
|