Plugin Directory

Changeset 3362648


Ignore:
Timestamp:
09/16/2025 02:52:16 PM (6 months ago)
Author:
nico23
Message:

Update plugin to version 1.2.6 with NextgenThemes WordPress Plugin Deploy

Location:
nextgenthemes-jsdelivr-this
Files:
4 edited
1 copied

Legend:

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

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

    r3362638 r3362648  
    55Requires at least: 6.2.0
    66Requires PHP: 7.4
    7 Tested up to: 6.5.3
    8 Stable tag: 1.2.5
     7Tested up to: 6.8.2
     8Stable tag: 1.2.6
    99License: GPL 3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1414== Changelog ==
    1515
    16 = 2025-09-16 1.2.5 =
     16= 2025-09-16 1.2.6 =
    1717* Fix: Prevent 404 for some files by checking if files detected by hash are available on the CDN.
    1818
  • nextgenthemes-jsdelivr-this/trunk/nextgenthemes-jsdelivr-this.php

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

    r3362638 r3362648  
    55Requires at least: 6.2.0
    66Requires PHP: 7.4
    7 Tested up to: 6.5.3
    8 Stable tag: 1.2.5
     7Tested up to: 6.8.2
     8Stable tag: 1.2.6
    99License: GPL 3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1414== Changelog ==
    1515
    16 = 2025-09-16 1.2.5 =
     16= 2025-09-16 1.2.6 =
    1717* Fix: Prevent 404 for some files by checking if files detected by hash are available on the CDN.
    1818
Note: See TracChangeset for help on using the changeset viewer.