Plugin Directory

Changeset 2911683


Ignore:
Timestamp:
05/12/2023 03:04:45 PM (3 years ago)
Author:
Ramoonus
Message:

v3.7.0 in trunk

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

Legend:

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

    r2878467 r2911683  
    44* Plugin URI: http://www.ramoonus.nl/wordpress/jquery-updater/
    55* Description: This plugin updates jQuery to the latest  stable version.
    6 * Version: 3.6.4
     6* Version: 3.7.0
    77* Author: Ramoonus
    88* Author URI: http://www.ramoonus.nl/
     
    1515* Replace jQuery with a newer version, load jQuery Migrate
    1616*
    17 * @version 3.6.4
     17* @version 3.7.0
    1818* @since 1.0.0
    1919* @return void
     
    2121function rw_jquery_updater()
    2222 {
    23     $ver = '3.6.4';
     23    $ver = '3.7.0';
    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.6.4.min.js', __FILE__ ), [], $ver_core );
     37    wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.7.0.min.js', __FILE__ ), [], $ver_core );
    3838
    3939    // jQuery Migrate
  • jquery-updater/trunk/readme.txt

    r2882604 r2911683  
    55Requires at least: 5.6
    66Tested up to: 6.2
    7 Stable tag: 3.6.4
     7Stable tag: 3.7.0
    88Requires PHP: 5.6
    99
     
    5353
    5454== Changelog ==
     55= 3.7.0 =
     56* Updated to [jQuery 3.7.0](https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/)
     57
    5558= 3.6.4 =
    5659* Updated to [jQuery 3.6.4](https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/)
Note: See TracChangeset for help on using the changeset viewer.