Plugin Directory

Changeset 2835158


Ignore:
Timestamp:
12/16/2022 04:18:04 PM (3 years ago)
Author:
Ramoonus
Message:

tag 3.6.2.1

Location:
jquery-updater
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-updater/tags/3.6.2/jquery-updater.php

    r2833955 r2835158  
    3434    wp_deregister_script( 'jquery-core' );
    3535    // Reregister jQuery core
    36     wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.6.1.min.js', __FILE__ ), [], $ver_core );
     36    wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.6.2.min.js', __FILE__ ), [], $ver_core );
    3737
    3838    // jQuery Migrate
  • jquery-updater/trunk/jquery-updater.php

    r2833955 r2835158  
    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
     6* Version: 3.6.2.1
    77* Author: Ramoonus
    88* Author URI: http://www.ramoonus.nl/
     
    3434    wp_deregister_script( 'jquery-core' );
    3535    // Reregister jQuery core
    36     wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.6.1.min.js', __FILE__ ), [], $ver_core );
     36    wp_register_script( 'jquery-core', plugins_url( '/js/jquery-3.6.2.min.js', __FILE__ ), [], $ver_core );
    3737
    3838    // jQuery Migrate
Note: See TracChangeset for help on using the changeset viewer.