Plugin Directory

Changeset 2838620


Ignore:
Timestamp:
12/23/2022 05:37:07 PM (3 years ago)
Author:
Ramoonus
Message:

v3.6.3 in trunk

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

Legend:

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

    r2835158 r2838620  
    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.2.1
     6* Version: 3.6.3
    77* Author: Ramoonus
    88* Author URI: http://www.ramoonus.nl/
     
    2121function rw_jquery_updater()
    2222 {
    23     $ver = '3.6.2';
     23    $ver = '3.6.3';
    2424    $ver_core = $ver;
    2525    $ver_migrate = '3.4.0';
     
    3434    wp_deregister_script( 'jquery-core' );
    3535    // Reregister jQuery core
    36     wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.6.2.min.js', __FILE__ ), [], $ver_core );
     36    // @todo make dynamic
     37    wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.6.3.min.js', __FILE__ ), [], $ver_core );
    3738
    3839    // jQuery Migrate
  • jquery-updater/trunk/readme.txt

    r2833955 r2838620  
    55Requires at least: 5.6
    66Tested up to: 6.1
    7 Stable tag: 3.6.2
     7Stable tag: 3.6.3
    88Requires PHP: 5.6
    99
     
    5353
    5454== Changelog ==
     55= 3.6.3 =
     56* Updated to [jQuery 3.6.3](https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/)
     57
     58= 3.6.2 =
    5559* Updated to [jQuery 3.6.2](https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/)
    5660* Supports PHP 8.2
Note: See TracChangeset for help on using the changeset viewer.