Plugin Directory

Changeset 2833927


Ignore:
Timestamp:
12/14/2022 04:54:34 PM (3 years ago)
Author:
Ramoonus
Message:

v3.6.2 in trunk

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

Legend:

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

    r2776663 r2833927  
    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.1
     6* Version: 3.6.12
    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.1
     17* @version 3.6.2
    1818* @since 1.0.0
    1919* @return void
     
    2121function rw_jquery_updater()
    2222 {
    23     $ver = '3.6.1';
     23    $ver = '3.6.2';
    2424    $ver_core = $ver;
    2525    $ver_migrate = '3.4.0';
  • jquery-updater/trunk/readme.txt

    r2808115 r2833927  
    5353
    5454== Changelog ==
     55* Updated to [jQuery 3.6.2](https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/)
     56* Supports PHP 8.2
    5557
    5658= 3.6.1 =
    5759* Updated to [jQuery 3.6.1](https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/)
    5860* Include slim version (not in use)
    59 
     61* Supports WordPress 6.1
    6062
    6163= 3.6.0.2 =
Note: See TracChangeset for help on using the changeset viewer.