Changeset 3072635
- Timestamp:
- 04/17/2024 08:23:54 PM (2 years ago)
- Location:
- smart-custom-display-name
- Files:
-
- 8 edited
- 1 moved
-
tags/5.0.3 (moved) (moved from smart-custom-display-name/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/smart-custom-display-name.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/smart-custom-display-name.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smart-custom-display-name/tags/5.0.3/inc/ppf/ppf-plugin.php
r3071855 r3072635 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 { -
smart-custom-display-name/tags/5.0.3/loader.php
r3071855 r3072635 37 37 'name' => 'Smart Custom Display Name', 38 38 'shortname' => 'Smart Custom Display Name', 39 'version' => '5.0. 2'39 'version' => '5.0.3' 40 40 ) ); 41 41 -
smart-custom-display-name/tags/5.0.3/readme.txt
r3071855 r3072635 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: 7.0 8 8 License: GPLv2 or later … … 34 34 35 35 == Changelog == 36 37 = 5.0.3 (2024-04-17) URGENT BUGFIX = 38 * Bugfix after Cleanup 36 39 37 40 = 5.0.2 (2024-04-16) CLEANUP = -
smart-custom-display-name/tags/5.0.3/smart-custom-display-name.php
r3071855 r3072635 10 10 * Plugin URI: https://wordpress.org/plugins/smart-custom-display-name/ 11 11 * Description: Set users "Display Name" to any custom value 12 * Version: 5.0. 212 * Version: 5.0.3 13 13 * Author: Peter Raschendorfer 14 14 * Author URI: https://profiles.wordpress.org/petersplugins/ -
smart-custom-display-name/trunk/inc/ppf/ppf-plugin.php
r3071855 r3072635 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 { -
smart-custom-display-name/trunk/loader.php
r3071855 r3072635 37 37 'name' => 'Smart Custom Display Name', 38 38 'shortname' => 'Smart Custom Display Name', 39 'version' => '5.0. 2'39 'version' => '5.0.3' 40 40 ) ); 41 41 -
smart-custom-display-name/trunk/readme.txt
r3071855 r3072635 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: 7.0 8 8 License: GPLv2 or later … … 34 34 35 35 == Changelog == 36 37 = 5.0.3 (2024-04-17) URGENT BUGFIX = 38 * Bugfix after Cleanup 36 39 37 40 = 5.0.2 (2024-04-16) CLEANUP = -
smart-custom-display-name/trunk/smart-custom-display-name.php
r3071855 r3072635 10 10 * Plugin URI: https://wordpress.org/plugins/smart-custom-display-name/ 11 11 * Description: Set users "Display Name" to any custom value 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.