Version Description
- fix trailing comma
Download this release
Release Info
Developer | kubiq |
Plugin | MouseWheel Smooth Scroll |
Version | 5.9 |
Comparing to | |
See all releases |
Code changes from version 5.8 to 5.9
- mousewheel-smooth-scroll.php +2 -2
- readme.txt +7 -1
mousewheel-smooth-scroll.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MouseWheel Smooth Scroll
|
4 |
Plugin URI: https://kubiq.sk
|
5 |
Description: MouseWheel smooth scrolling for your WordPress website
|
6 |
-
Version: 5.
|
7 |
Author: KubiQ
|
8 |
Author URI: https://kubiq.sk
|
9 |
Text Domain: wpmss
|
@@ -125,7 +125,7 @@ class wpmss{
|
|
125 |
intval( $this->settings['general']['accelerationDelta'] ),
|
126 |
intval( $this->settings['general']['accelerationMax'] ),
|
127 |
intval( $this->settings['general']['keyboardSupport'] ),
|
128 |
-
intval( $this->settings['general']['arrowScroll'] )
|
129 |
);
|
130 |
file_put_contents( $this->uploads['basedir'] . '/wpmss/wpmss.min.js', $content );
|
131 |
}
|
3 |
Plugin Name: MouseWheel Smooth Scroll
|
4 |
Plugin URI: https://kubiq.sk
|
5 |
Description: MouseWheel smooth scrolling for your WordPress website
|
6 |
+
Version: 5.9
|
7 |
Author: KubiQ
|
8 |
Author URI: https://kubiq.sk
|
9 |
Text Domain: wpmss
|
125 |
intval( $this->settings['general']['accelerationDelta'] ),
|
126 |
intval( $this->settings['general']['accelerationMax'] ),
|
127 |
intval( $this->settings['general']['keyboardSupport'] ),
|
128 |
+
intval( $this->settings['general']['arrowScroll'] )
|
129 |
);
|
130 |
file_put_contents( $this->uploads['basedir'] . '/wpmss/wpmss.min.js', $content );
|
131 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/jakubnovaksl
|
|
4 |
Tags: smooth scroll, mousewheel scroll, scrolling
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.9
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,6 +14,9 @@ Smooth scrolling experience, with mousewheel, touchpad or keyboard
|
|
14 |
|
15 |
Replace basic website scrolling "effect" with nice smooth scroll using mousewheel, touchpad or keyboard arrows
|
16 |
|
|
|
|
|
|
|
17 |
== Installation ==
|
18 |
|
19 |
1. Upload `mousewheel-smooth-scroll` directory to the `/wp-content/plugins/` directory
|
@@ -26,6 +29,9 @@ Replace basic website scrolling "effect" with nice smooth scroll using mousewhee
|
|
26 |
|
27 |
== Changelog ==
|
28 |
|
|
|
|
|
|
|
29 |
= 5.8 =
|
30 |
* tested on WP 5.9
|
31 |
* removed fixed background option
|
4 |
Tags: smooth scroll, mousewheel scroll, scrolling
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.9
|
7 |
+
Stable tag: 5.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
Replace basic website scrolling "effect" with nice smooth scroll using mousewheel, touchpad or keyboard arrows
|
16 |
|
17 |
+
You can play with settings and test it here:
|
18 |
+
<a href="https://demo.tastewp.com/mousewheel-smooth-scroll" tagret="_blank">https://demo.tastewp.com/mousewheel-smooth-scroll</a>
|
19 |
+
|
20 |
== Installation ==
|
21 |
|
22 |
1. Upload `mousewheel-smooth-scroll` directory to the `/wp-content/plugins/` directory
|
29 |
|
30 |
== Changelog ==
|
31 |
|
32 |
+
= 5.9 =
|
33 |
+
* fix trailing comma
|
34 |
+
|
35 |
= 5.8 =
|
36 |
* tested on WP 5.9
|
37 |
* removed fixed background option
|