Version Description
- Bumped supported version to WordPress 5.5
- Removed (hidden) options screen for now
Download this release
Release Info
Developer | Ramoonus |
Plugin | jQuery Updater |
Version | 3.5.1.2 |
Comparing to | |
See all releases |
Code changes from version 3.5.1.1 to 3.5.1.2
- jquery-updater.php +2 -2
- readme.txt +6 -2
jquery-updater.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: jQuery Updater
|
4 |
* Plugin URI: http://www.ramoonus.nl/wordpress/jquery-updater/
|
5 |
* Description: This plugin updates jQuery to the latest stable version.
|
6 |
-
* Version: 3.5.1.
|
7 |
* Author: Ramoonus
|
8 |
* Author URI: http://www.ramoonus.nl/
|
9 |
* License: GPL3
|
@@ -109,7 +109,7 @@ function jqu_admin_notice_message(){
|
|
109 |
function jqu_add_settings_page() {
|
110 |
add_options_page( 'jQuery Updater Options', 'jQuery Updater', 'manage_options', 'jquery-updater', 'jqu_render_plugin_settings_page' );
|
111 |
}
|
112 |
-
add_action( 'admin_menu', 'jqu_add_settings_page' );
|
113 |
|
114 |
// Draws page
|
115 |
function jqu_render_plugin_settings_page() {
|
3 |
* Plugin Name: jQuery Updater
|
4 |
* Plugin URI: http://www.ramoonus.nl/wordpress/jquery-updater/
|
5 |
* Description: This plugin updates jQuery to the latest stable version.
|
6 |
+
* Version: 3.5.1.2
|
7 |
* Author: Ramoonus
|
8 |
* Author URI: http://www.ramoonus.nl/
|
9 |
* License: GPL3
|
109 |
function jqu_add_settings_page() {
|
110 |
add_options_page( 'jQuery Updater Options', 'jQuery Updater', 'manage_options', 'jquery-updater', 'jqu_render_plugin_settings_page' );
|
111 |
}
|
112 |
+
//add_action( 'admin_menu', 'jqu_add_settings_page' );
|
113 |
|
114 |
// Draws page
|
115 |
function jqu_render_plugin_settings_page() {
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Ramoonus
|
|
3 |
Donate link: http://www.ramoonus.nl/donate/
|
4 |
Tags: jquery, update, jquery ui, javascript, jq
|
5 |
Requires at least: 5.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.5.1.
|
8 |
Requires PHP: 5.6
|
9 |
|
10 |
This plugin updates jQuery to the latest stable version on your website.
|
@@ -51,6 +51,10 @@ A: Using jQuery version 2 could break your site. See the warning on the homepage
|
|
51 |
Please clear the server and browser cache after upgrading/disabling
|
52 |
|
53 |
== Changelog ==
|
|
|
|
|
|
|
|
|
54 |
= 3.5.1.1 =
|
55 |
* Bugfix: Fixed a typo
|
56 |
|
3 |
Donate link: http://www.ramoonus.nl/donate/
|
4 |
Tags: jquery, update, jquery ui, javascript, jq
|
5 |
Requires at least: 5.0
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 3.5.1.2
|
8 |
Requires PHP: 5.6
|
9 |
|
10 |
This plugin updates jQuery to the latest stable version on your website.
|
51 |
Please clear the server and browser cache after upgrading/disabling
|
52 |
|
53 |
== Changelog ==
|
54 |
+
= 3.5.1.2 =
|
55 |
+
* Bumped supported version to WordPress 5.5
|
56 |
+
* Removed (hidden) options screen for now
|
57 |
+
|
58 |
= 3.5.1.1 =
|
59 |
* Bugfix: Fixed a typo
|
60 |
|