Changeset 3072624
- Timestamp:
- 04/17/2024 08:07:06 PM (21 months ago)
- Location:
- 404page
- Files:
-
- 8 edited
- 1 moved
-
tags/11.4.6 (moved) (moved from 404page/tags/11.4.5)
-
tags/11.4.6/404page.php (modified) (1 diff)
-
tags/11.4.6/inc/ppf/ppf-plugin.php (modified) (1 diff)
-
tags/11.4.6/loader.php (modified) (1 diff)
-
tags/11.4.6/readme.txt (modified) (2 diffs)
-
trunk/404page.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)
Legend:
- Unmodified
- Added
- Removed
-
404page/tags/11.4.6/404page.php
r3071850 r3072624 9 9 * Plugin Name: Smart Custom 404 error page [404page] 10 10 * 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. 511 * Version: 11.4.6 12 12 * Author: Peter Raschendorfer 13 13 * Author URI: https://profiles.wordpress.org/petersplugins/ -
404page/tags/11.4.6/inc/ppf/ppf-plugin.php
r3071850 r3072624 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 { -
404page/tags/11.4.6/loader.php
r3071850 r3072624 57 57 'name' => 'Smart Custom 404 error page [404page]', 58 58 'shortname' => '404page', 59 'version' => '11.4. 5'59 'version' => '11.4.6' 60 60 ) ); 61 61 -
404page/tags/11.4.6/readme.txt
r3071850 r3072624 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 11.4. 56 Stable tag: 11.4.6 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 97 97 98 98 == Changelog == 99 100 = 11.4.6 (2024-04-17) URGENT BUGFIX = 101 * Bugfix after Cleanup 99 102 100 103 = 11.4.5 (2024-04-16) CLEANUP = -
404page/trunk/404page.php
r3071850 r3072624 9 9 * Plugin Name: Smart Custom 404 error page [404page] 10 10 * 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. 511 * Version: 11.4.6 12 12 * Author: Peter Raschendorfer 13 13 * Author URI: https://profiles.wordpress.org/petersplugins/ -
404page/trunk/inc/ppf/ppf-plugin.php
r3071850 r3072624 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 { -
404page/trunk/loader.php
r3071850 r3072624 57 57 'name' => 'Smart Custom 404 error page [404page]', 58 58 'shortname' => '404page', 59 'version' => '11.4. 5'59 'version' => '11.4.6' 60 60 ) ); 61 61 -
404page/trunk/readme.txt
r3071850 r3072624 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 11.4. 56 Stable tag: 11.4.6 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 97 97 98 98 == Changelog == 99 100 = 11.4.6 (2024-04-17) URGENT BUGFIX = 101 * Bugfix after Cleanup 99 102 100 103 = 11.4.5 (2024-04-16) CLEANUP =
Note: See TracChangeset
for help on using the changeset viewer.