💎 PREMIUM: Changeset/ - Full Gallery 2025

Changeset 3072624


Ignore:
Timestamp:
04/17/2024 08:07:06 PM (21 months ago)
Author:
petersplugins
Message:

v 11.4.6 Urgent Bugfix after Cleanup

Location:
404page
Files:
8 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 404page/tags/11.4.6/404page.php

    r3071850 r3072624  
    99 * Plugin Name: Smart Custom 404 error page [404page]
    1010 * Description: Custom 404 the easy way! Set any page as custom 404 error page. No coding needed. Works with (almost) every Theme.
    11  * Version: 11.4.5
     11 * Version: 11.4.6
    1212 * Author: Peter Raschendorfer
    1313 * Author URI: https://profiles.wordpress.org/petersplugins/
  • 404page/tags/11.4.6/inc/ppf/ppf-plugin.php

    r3071850 r3072624  
    1212
    1313 
    14 if ( !class_exists( 'PPF0_Plugin' ) ) {
     14if ( !class_exists( 'PPF09_Plugin' ) ) {
    1515 
    1616  abstract class PPF09_Plugin extends PPF09_Class {
  • 404page/tags/11.4.6/loader.php

    r3071850 r3072624  
    5757    'name'      => 'Smart Custom 404 error page [404page]',
    5858    'shortname' => '404page',
    59     'version'   => '11.4.5'
     59    'version'   => '11.4.6'
    6060  ) );
    6161   
  • 404page/tags/11.4.6/readme.txt

    r3071850 r3072624  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 11.4.5
     6Stable tag: 11.4.6
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    9797
    9898== Changelog ==
     99
     100= 11.4.6 (2024-04-17) URGENT BUGFIX =
     101* Bugfix after Cleanup
    99102
    100103= 11.4.5 (2024-04-16) CLEANUP =
  • 404page/trunk/404page.php

    r3071850 r3072624  
    99 * Plugin Name: Smart Custom 404 error page [404page]
    1010 * Description: Custom 404 the easy way! Set any page as custom 404 error page. No coding needed. Works with (almost) every Theme.
    11  * Version: 11.4.5
     11 * Version: 11.4.6
    1212 * Author: Peter Raschendorfer
    1313 * Author URI: https://profiles.wordpress.org/petersplugins/
  • 404page/trunk/inc/ppf/ppf-plugin.php

    r3071850 r3072624  
    1212
    1313 
    14 if ( !class_exists( 'PPF0_Plugin' ) ) {
     14if ( !class_exists( 'PPF09_Plugin' ) ) {
    1515 
    1616  abstract class PPF09_Plugin extends PPF09_Class {
  • 404page/trunk/loader.php

    r3071850 r3072624  
    5757    'name'      => 'Smart Custom 404 error page [404page]',
    5858    'shortname' => '404page',
    59     'version'   => '11.4.5'
     59    'version'   => '11.4.6'
    6060  ) );
    6161   
  • 404page/trunk/readme.txt

    r3071850 r3072624  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 11.4.5
     6Stable tag: 11.4.6
    77Requires PHP: 5.4
    88License: GPLv2 or later
     
    9797
    9898== Changelog ==
     99
     100= 11.4.6 (2024-04-17) URGENT BUGFIX =
     101* Bugfix after Cleanup
    99102
    100103= 11.4.5 (2024-04-16) CLEANUP =
Note: See TracChangeset for help on using the changeset viewer.