Plugin Directory

Changeset 3376917


Ignore:
Timestamp:
10/12/2025 11:54:25 AM (5 months ago)
Author:
nico23
Message:

Update plugin to version 1.3.3 with NextgenThemes WordPress Plugin Deploy

Location:
nextgenthemes-jsdelivr-this
Files:
2 added
1 deleted
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nextgenthemes-jsdelivr-this/tags/1.3.3/nextgenthemes-jsdelivr-this.php

    r3376745 r3376917  
    55 * Plugin URI:        https://nextgenthemes.com
    66 * Description:       Serves all available assets from free jsDelivr CDN
    7  * Version:           1.3.0
     7 * Version:           1.3.3
    88 * Requres PHP:       7.4
    99 * Author:            Nicolas Jonas
     
    1919use WP_HTML_Tag_Processor;
    2020
    21 const VERSION = '1.3.0';
     21const VERSION = '1.3.3';
    2222
    2323add_action( 'after_setup_theme', __NAMESPACE__ . '\after_setup_theme', 11 );
  • nextgenthemes-jsdelivr-this/tags/1.3.3/readme.txt

    r3376745 r3376917  
    66Requires PHP: 8.0
    77Tested up to: 6.8.2
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.3
    99License: GPL 3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • nextgenthemes-jsdelivr-this/trunk/nextgenthemes-jsdelivr-this.php

    r3376745 r3376917  
    55 * Plugin URI:        https://nextgenthemes.com
    66 * Description:       Serves all available assets from free jsDelivr CDN
    7  * Version:           1.3.0
     7 * Version:           1.3.3
    88 * Requres PHP:       7.4
    99 * Author:            Nicolas Jonas
     
    1919use WP_HTML_Tag_Processor;
    2020
    21 const VERSION = '1.3.0';
     21const VERSION = '1.3.3';
    2222
    2323add_action( 'after_setup_theme', __NAMESPACE__ . '\after_setup_theme', 11 );
  • nextgenthemes-jsdelivr-this/trunk/readme.txt

    r3376745 r3376917  
    66Requires PHP: 8.0
    77Tested up to: 6.8.2
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.3
    99License: GPL 3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.