Plugin Directory

Changeset 3072628


Ignore:
Timestamp:
04/17/2024 08:13:22 PM (22 months ago)
Author:
petersplugins
Message:

v 5.0.3 Urgent Bugfix after Cleanup

Location:
javascript-autoloader
Files:
8 edited
1 moved

Legend:

Unmodified
Added
Removed
  • javascript-autoloader/tags/5.0.3/inc/ppf/ppf-plugin.php

    r3071868 r3072628  
    1212
    1313 
    14 if ( !class_exists( 'PPF0_Plugin' ) ) {
     14if ( !class_exists( 'PPF09_Plugin' ) ) {
    1515 
    1616  abstract class PPF09_Plugin extends PPF09_Class {
  • javascript-autoloader/tags/5.0.3/loader.php

    r3071868 r3072628  
    3636    'name'      => 'Smart JavaScript Auto Loader',
    3737    'shortname' => 'JS AutoLoader',
    38     'version'   => '5.0.2'
     38    'version'   => '5.0.3'
    3939  ) );
    4040   
  • javascript-autoloader/tags/5.0.3/readme.txt

    r3071868 r3072628  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 5.0.2
     6Stable tag: 5.0.3
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    4242
    4343== Changelog ==
     44
     45= 5.0.3 (2024-04-17) URGENT BUGFIX =
     46* Bugfix after Cleanup
    4447
    4548= 5.0.2 (2024-04-16) CLEANUP =
  • javascript-autoloader/tags/5.0.3/sw.cc-js-autoloader.php

    r3071868 r3072628  
    1010 * Plugin URI: https://wordpress.org/plugins/javascript-autoloader/
    1111 * 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.2
     12 * Version: 5.0.3
    1313 * Author: Peter Raschendorfer
    1414 * Author URI: https://profiles.wordpress.org/petersplugins/
  • javascript-autoloader/trunk/inc/ppf/ppf-plugin.php

    r3071868 r3072628  
    1212
    1313 
    14 if ( !class_exists( 'PPF0_Plugin' ) ) {
     14if ( !class_exists( 'PPF09_Plugin' ) ) {
    1515 
    1616  abstract class PPF09_Plugin extends PPF09_Class {
  • javascript-autoloader/trunk/loader.php

    r3071868 r3072628  
    3636    'name'      => 'Smart JavaScript Auto Loader',
    3737    'shortname' => 'JS AutoLoader',
    38     'version'   => '5.0.2'
     38    'version'   => '5.0.3'
    3939  ) );
    4040   
  • javascript-autoloader/trunk/readme.txt

    r3071868 r3072628  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 5.0.2
     6Stable tag: 5.0.3
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    4242
    4343== Changelog ==
     44
     45= 5.0.3 (2024-04-17) URGENT BUGFIX =
     46* Bugfix after Cleanup
    4447
    4548= 5.0.2 (2024-04-16) CLEANUP =
  • javascript-autoloader/trunk/sw.cc-js-autoloader.php

    r3071868 r3072628  
    1010 * Plugin URI: https://wordpress.org/plugins/javascript-autoloader/
    1111 * 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.2
     12 * Version: 5.0.3
    1313 * Author: Peter Raschendorfer
    1414 * Author URI: https://profiles.wordpress.org/petersplugins/
Note: See TracChangeset for help on using the changeset viewer.