Changeset 3072628
- Timestamp:
- 04/17/2024 08:13:22 PM (22 months ago)
- Location:
- javascript-autoloader
- Files:
-
- 8 edited
- 1 moved
-
tags/5.0.3 (moved) (moved from javascript-autoloader/tags/5.0.2)
-
tags/5.0.3/inc/ppf/ppf-plugin.php (modified) (1 diff)
-
tags/5.0.3/loader.php (modified) (1 diff)
-
tags/5.0.3/readme.txt (modified) (2 diffs)
-
tags/5.0.3/sw.cc-js-autoloader.php (modified) (1 diff)
-
trunk/inc/ppf/ppf-plugin.php (modified) (1 diff)
-
trunk/loader.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sw.cc-js-autoloader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
javascript-autoloader/tags/5.0.3/inc/ppf/ppf-plugin.php
r3071868 r3072628 12 12 13 13 14 if ( !class_exists( 'PPF0 _Plugin' ) ) {14 if ( !class_exists( 'PPF09_Plugin' ) ) { 15 15 16 16 abstract class PPF09_Plugin extends PPF09_Class { -
javascript-autoloader/tags/5.0.3/loader.php
r3071868 r3072628 36 36 'name' => 'Smart JavaScript Auto Loader', 37 37 'shortname' => 'JS AutoLoader', 38 'version' => '5.0. 2'38 'version' => '5.0.3' 39 39 ) ); 40 40 -
javascript-autoloader/tags/5.0.3/readme.txt
r3071868 r3072628 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 5.0. 26 Stable tag: 5.0.3 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 42 42 43 43 == Changelog == 44 45 = 5.0.3 (2024-04-17) URGENT BUGFIX = 46 * Bugfix after Cleanup 44 47 45 48 = 5.0.2 (2024-04-16) CLEANUP = -
javascript-autoloader/tags/5.0.3/sw.cc-js-autoloader.php
r3071868 r3072628 10 10 * Plugin URI: https://wordpress.org/plugins/javascript-autoloader/ 11 11 * Description: This Plugin allows you to load additional JavaScript files without the need to change files in the Theme directory. To load additional JavaScript files just put them into a directory named jsautoload. 12 * Version: 5.0. 212 * Version: 5.0.3 13 13 * Author: Peter Raschendorfer 14 14 * Author URI: https://profiles.wordpress.org/petersplugins/ -
javascript-autoloader/trunk/inc/ppf/ppf-plugin.php
r3071868 r3072628 12 12 13 13 14 if ( !class_exists( 'PPF0 _Plugin' ) ) {14 if ( !class_exists( 'PPF09_Plugin' ) ) { 15 15 16 16 abstract class PPF09_Plugin extends PPF09_Class { -
javascript-autoloader/trunk/loader.php
r3071868 r3072628 36 36 'name' => 'Smart JavaScript Auto Loader', 37 37 'shortname' => 'JS AutoLoader', 38 'version' => '5.0. 2'38 'version' => '5.0.3' 39 39 ) ); 40 40 -
javascript-autoloader/trunk/readme.txt
r3071868 r3072628 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 5.0. 26 Stable tag: 5.0.3 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 42 42 43 43 == Changelog == 44 45 = 5.0.3 (2024-04-17) URGENT BUGFIX = 46 * Bugfix after Cleanup 44 47 45 48 = 5.0.2 (2024-04-16) CLEANUP = -
javascript-autoloader/trunk/sw.cc-js-autoloader.php
r3071868 r3072628 10 10 * Plugin URI: https://wordpress.org/plugins/javascript-autoloader/ 11 11 * Description: This Plugin allows you to load additional JavaScript files without the need to change files in the Theme directory. To load additional JavaScript files just put them into a directory named jsautoload. 12 * Version: 5.0. 212 * Version: 5.0.3 13 13 * Author: Peter Raschendorfer 14 14 * Author URI: https://profiles.wordpress.org/petersplugins/
Note: See TracChangeset
for help on using the changeset viewer.