Page scroll to id - Version 1.7.0

Version Description

  • Removed recommended plugins.
  • Updated plugin screenshots.
  • Updated readme.txt
Download this release

Release Info

Developer malihu
Plugin Icon 128x128 Page scroll to id
Version 1.7.0
Comparing to
See all releases

Code changes from version 1.6.9 to 1.7.0

Files changed (2) hide show
  1. malihu-pagescroll2id.php +3 -3
  2. readme.txt +12 -2
malihu-pagescroll2id.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Page scroll to id
4
  Plugin URI: http://manos.malihu.gr/page-scroll-to-id
5
  Description: Page scroll to id is an easy-to-use jQuery plugin that enables animated (smooth) page scrolling to specific id within the document.
6
- Version: 1.6.9
7
  Author: malihu
8
  Author URI: http://manos.malihu.gr
9
  License: MIT License (MIT)
@@ -47,7 +47,7 @@ if(!class_exists('malihuPageScroll2id')){ // --edit--
47
 
48
  class malihuPageScroll2id{ // --edit--
49
 
50
- protected $version='1.6.9'; // Plugin version --edit--
51
  protected $update_option=null;
52
 
53
  protected $plugin_name='Page scroll to id'; // Plugin name --edit--
@@ -1167,7 +1167,7 @@ if(class_exists('malihuPageScroll2id')){ // --edit--
1167
  require_once(plugin_dir_path( __FILE__ ).'includes/class-malihu-pagescroll2id-widget.php');
1168
 
1169
  // MO notice class --edit--
1170
- require_once(plugin_dir_path( __FILE__ ).'includes/mo-admin-notice.php');
1171
 
1172
  }
1173
  ?>
3
  Plugin Name: Page scroll to id
4
  Plugin URI: http://manos.malihu.gr/page-scroll-to-id
5
  Description: Page scroll to id is an easy-to-use jQuery plugin that enables animated (smooth) page scrolling to specific id within the document.
6
+ Version: 1.7.0
7
  Author: malihu
8
  Author URI: http://manos.malihu.gr
9
  License: MIT License (MIT)
47
 
48
  class malihuPageScroll2id{ // --edit--
49
 
50
+ protected $version='1.7.0'; // Plugin version --edit--
51
  protected $update_option=null;
52
 
53
  protected $plugin_name='Page scroll to id'; // Plugin name --edit--
1167
  require_once(plugin_dir_path( __FILE__ ).'includes/class-malihu-pagescroll2id-widget.php');
1168
 
1169
  // MO notice class --edit--
1170
+ //require_once(plugin_dir_path( __FILE__ ).'includes/mo-admin-notice.php');
1171
 
1172
  }
1173
  ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: malihu
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UYJ5G65M6ZA28
4
  Tags: page scrolling, page animation, smooth scroll, navigation, single-page navigation
5
  Requires at least: 3.3
6
- Tested up to: 5.5
7
- Stable tag: 1.6.9
8
  License: The MIT License (MIT)
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -100,6 +100,12 @@ Because it works and it already has a ton of features. The plugin has little dep
100
 
101
  == Changelog ==
102
 
 
 
 
 
 
 
103
  = 1.6.9 =
104
 
105
  * Added warning message in plugin settings when the selector option value lacks quotes (invalid without jquery migrate or with jquery 3.x).
@@ -264,6 +270,10 @@ Because it works and it already has a ton of features. The plugin has little dep
264
 
265
  == Upgrade Notice ==
266
 
 
 
 
 
267
  = 1.6.9 =
268
 
269
  Added warning message in plugin settings when the selector option value lacks quotes, fixed Uncaught TypeError of undefined data when actual page is inside an iframe, Extended "Prevent other scripts from handling plugin’s links" option, updated help.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UYJ5G65M6ZA28
4
  Tags: page scrolling, page animation, smooth scroll, navigation, single-page navigation
5
  Requires at least: 3.3
6
+ Tested up to: 5.6
7
+ Stable tag: 1.7.0
8
  License: The MIT License (MIT)
9
  License URI: http://opensource.org/licenses/MIT
10
 
100
 
101
  == Changelog ==
102
 
103
+ = 1.7.0 =
104
+
105
+ * Removed recommended plugins.
106
+ * Updated plugin screenshots.
107
+ * Updated readme.txt
108
+
109
  = 1.6.9 =
110
 
111
  * Added warning message in plugin settings when the selector option value lacks quotes (invalid without jquery migrate or with jquery 3.x).
270
 
271
  == Upgrade Notice ==
272
 
273
+ = 1.7.0 =
274
+
275
+ Removed recommended plugins, updated plugin screenshots and readme.txt.
276
+
277
  = 1.6.9 =
278
 
279
  Added warning message in plugin settings when the selector option value lacks quotes, fixed Uncaught TypeError of undefined data when actual page is inside an iframe, Extended "Prevent other scripts from handling plugin’s links" option, updated help.