Changeset 3362648
- Timestamp:
- 09/16/2025 02:52:16 PM (6 months ago)
- Location:
- nextgenthemes-jsdelivr-this
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.6 (copied) (copied from nextgenthemes-jsdelivr-this/trunk)
-
tags/1.2.6/nextgenthemes-jsdelivr-this.php (modified) (2 diffs)
-
tags/1.2.6/readme.txt (modified) (2 diffs)
-
trunk/nextgenthemes-jsdelivr-this.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nextgenthemes-jsdelivr-this/tags/1.2.6/nextgenthemes-jsdelivr-this.php
r3362638 r3362648 5 5 * Plugin URI: https://nextgenthemes.com 6 6 * Description: Serves all available assets from free jsDelivr CDN 7 * Version: 1.2. 57 * Version: 1.2.6 8 8 * Requres PHP: 7.4 9 9 * Author: Nicolas Jonas … … 19 19 use WP_HTML_Tag_Processor; 20 20 21 const VERSION = '1.2. 5';21 const VERSION = '1.2.6'; 22 22 23 23 add_action( 'init', __NAMESPACE__ . '\init', 9 ); -
nextgenthemes-jsdelivr-this/tags/1.2.6/readme.txt
r3362638 r3362648 5 5 Requires at least: 6.2.0 6 6 Requires PHP: 7.4 7 Tested up to: 6. 5.38 Stable tag: 1.2. 57 Tested up to: 6.8.2 8 Stable tag: 1.2.6 9 9 License: GPL 3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 14 14 == Changelog == 15 15 16 = 2025-09-16 1.2. 5=16 = 2025-09-16 1.2.6 = 17 17 * Fix: Prevent 404 for some files by checking if files detected by hash are available on the CDN. 18 18 -
nextgenthemes-jsdelivr-this/trunk/nextgenthemes-jsdelivr-this.php
r3362638 r3362648 5 5 * Plugin URI: https://nextgenthemes.com 6 6 * Description: Serves all available assets from free jsDelivr CDN 7 * Version: 1.2. 57 * Version: 1.2.6 8 8 * Requres PHP: 7.4 9 9 * Author: Nicolas Jonas … … 19 19 use WP_HTML_Tag_Processor; 20 20 21 const VERSION = '1.2. 5';21 const VERSION = '1.2.6'; 22 22 23 23 add_action( 'init', __NAMESPACE__ . '\init', 9 ); -
nextgenthemes-jsdelivr-this/trunk/readme.txt
r3362638 r3362648 5 5 Requires at least: 6.2.0 6 6 Requires PHP: 7.4 7 Tested up to: 6. 5.38 Stable tag: 1.2. 57 Tested up to: 6.8.2 8 Stable tag: 1.2.6 9 9 License: GPL 3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 14 14 == Changelog == 15 15 16 = 2025-09-16 1.2. 5=16 = 2025-09-16 1.2.6 = 17 17 * Fix: Prevent 404 for some files by checking if files detected by hash are available on the CDN. 18 18
Note: See TracChangeset
for help on using the changeset viewer.