Plugin Directory

Changeset 2959476


Ignore:
Timestamp:
08/28/2023 04:11:48 PM (3 years ago)
Author:
Ramoonus
Message:

v 3.7.1 in trunk

Location:
jquery-updater/trunk
Files:
6 added
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-updater/trunk/jquery-updater.php

    r2911683 r2959476  
    44* Plugin URI: http://www.ramoonus.nl/wordpress/jquery-updater/
    55* Description: This plugin updates jQuery to the latest  stable version.
    6 * Version: 3.7.0
     6* Version: 3.7.1
    77* Author: Ramoonus
    88* Author URI: http://www.ramoonus.nl/
     
    1515* Replace jQuery with a newer version, load jQuery Migrate
    1616*
    17 * @version 3.7.0
     17* @version 3.7.1
    1818* @since 1.0.0
    1919* @return void
     
    2121function rw_jquery_updater()
    2222 {
    23     $ver = '3.7.0';
     23    $ver = '3.7.1';
    2424    $ver_core = $ver;
    2525    $ver_migrate = '3.4.0';
     
    3535    // Re-register jQuery core
    3636    // @todo make dynamic
    37     wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.7.0.min.js', __FILE__ ), [], $ver_core );
     37    wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.7.1.min.js', __FILE__ ), [], $ver_core );
    3838
    3939    // jQuery Migrate
  • jquery-updater/trunk/readme.txt

    r2942032 r2959476  
    55Requires at least: 6.0
    66Tested up to: 6.3
    7 Stable tag: 3.7.0
     7Stable tag: 3.7.1
    88Requires PHP: 5.6
    99
     
    1616No files are replaced, therefore deactivation of this plugin returns your site to it`s original state.
    1717
    18 Since WordPress 5.6 includes an up-to-date version of jQuery 3, upgrading shouldn't`t be neccesary in most cases.
     18Since WordPress 5.6 includes an up-to-date version of jQuery 3, upgrading shouldn't`t be necessary in most cases.
    1919
    2020**Warning**
     
    5353
    5454== Changelog ==
    55 Bump WP requirement to 6.0, compatible with WP 6.3
    56 
    5755= 3.7.0 =
    5856* Updated to [jQuery 3.7.0](https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/)
     57
     58= 3.7.0 =
     59* Updated to [jQuery 3.7.0](https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/)
     60* Compatible with WP 6.3
    5961
    6062= 3.6.4 =
Note: See TracChangeset for help on using the changeset viewer.