Changeset 3190141
- Timestamp:
- 11/16/2024 11:24:45 AM (17 months ago)
- Location:
- author-box-by-nocksoft
- Files:
-
- 10 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from author-box-by-nocksoft/trunk)
-
tags/1.1.1/author-box-by-nocksoft.php (modified) (1 diff)
-
tags/1.1.1/css/hidewordpressauthorbox.css (modified) (1 diff)
-
tags/1.1.1/php/settings-global.php (modified) (1 diff)
-
tags/1.1.1/php/setup.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/author-box-by-nocksoft.php (modified) (1 diff)
-
trunk/css/hidewordpressauthorbox.css (modified) (1 diff)
-
trunk/php/settings-global.php (modified) (1 diff)
-
trunk/php/setup.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-box-by-nocksoft/tags/1.1.1/author-box-by-nocksoft.php
r2782053 r3190141 3 3 /* 4 4 Plugin Name: Author Box by Nocksoft 5 Version: 1.1. 06 Author: Rafael Nockmann@ Nocksoft5 Version: 1.1.1 6 Author: Rafael @ Nocksoft 7 7 Author URI: https://nocksoft.de 8 8 Plugin URI: https://github.com/Nocksoft/Author-Box-by-Nocksoft -
author-box-by-nocksoft/tags/1.1.1/css/hidewordpressauthorbox.css
r2653204 r3190141 1 .author-bio,2 .author-description {3 display: none ;1 div.author-bio, 2 div.author-description { 3 display: none !important; 4 4 } -
author-box-by-nocksoft/tags/1.1.1/php/settings-global.php
r2782053 r3190141 61 61 ?> 62 62 <div class="wrap"> 63 <h1><?php e sc_html(get_admin_page_title()); ?></h1>63 <h1><?php echo get_admin_page_title(); ?></h1> 64 64 65 65 <p><?php echo __("User-specific settings are made in your user profile in WordPress (Users -> Your Profile -> Edit). General settings can be made here.", "author-box-by-nocksoft"); ?></p> -
author-box-by-nocksoft/tags/1.1.1/php/setup.php
r2782053 r3190141 25 25 /* https://developer.wordpress.org/plugins/plugin-basics/uninstall-methods/ */ 26 26 function nstab_uninstall_plugin() { 27 if (!defined("WP_UNINSTALL_PLUGIN")) {28 die;29 }30 27 31 28 delete_option("nstab_setting_displayauthorboxonposts"); -
author-box-by-nocksoft/tags/1.1.1/readme.txt
r2985214 r3190141 2 2 Contributors: nocksoft 3 3 Tags: author box, author bio, author description, about author, about me, author profile, author 4 Stable tag: 1.1. 04 Stable tag: 1.1.1 5 5 Requires at least: 5.3 6 Tested up to: 6. 46 Tested up to: 6.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 1.1.1 = 76 * Fixed a bug that caused global settings heading do not show 77 * Fixed a bug that caused an error during uninstall 78 * Fixed a bug that caused Author Box from default WordPress theme not to be hidden 79 75 80 = 1.1.0 = 76 81 * Fixed PHP warnings "wp_register_style was called incorrectly" and "wp_enqueue_style was called incorrectly" -
author-box-by-nocksoft/trunk/author-box-by-nocksoft.php
r2782053 r3190141 3 3 /* 4 4 Plugin Name: Author Box by Nocksoft 5 Version: 1.1. 06 Author: Rafael Nockmann@ Nocksoft5 Version: 1.1.1 6 Author: Rafael @ Nocksoft 7 7 Author URI: https://nocksoft.de 8 8 Plugin URI: https://github.com/Nocksoft/Author-Box-by-Nocksoft -
author-box-by-nocksoft/trunk/css/hidewordpressauthorbox.css
r2653204 r3190141 1 .author-bio,2 .author-description {3 display: none ;1 div.author-bio, 2 div.author-description { 3 display: none !important; 4 4 } -
author-box-by-nocksoft/trunk/php/settings-global.php
r2782053 r3190141 61 61 ?> 62 62 <div class="wrap"> 63 <h1><?php e sc_html(get_admin_page_title()); ?></h1>63 <h1><?php echo get_admin_page_title(); ?></h1> 64 64 65 65 <p><?php echo __("User-specific settings are made in your user profile in WordPress (Users -> Your Profile -> Edit). General settings can be made here.", "author-box-by-nocksoft"); ?></p> -
author-box-by-nocksoft/trunk/php/setup.php
r2782053 r3190141 25 25 /* https://developer.wordpress.org/plugins/plugin-basics/uninstall-methods/ */ 26 26 function nstab_uninstall_plugin() { 27 if (!defined("WP_UNINSTALL_PLUGIN")) {28 die;29 }30 27 31 28 delete_option("nstab_setting_displayauthorboxonposts"); -
author-box-by-nocksoft/trunk/readme.txt
r2985214 r3190141 2 2 Contributors: nocksoft 3 3 Tags: author box, author bio, author description, about author, about me, author profile, author 4 Stable tag: 1.1. 04 Stable tag: 1.1.1 5 5 Requires at least: 5.3 6 Tested up to: 6. 46 Tested up to: 6.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 1.1.1 = 76 * Fixed a bug that caused global settings heading do not show 77 * Fixed a bug that caused an error during uninstall 78 * Fixed a bug that caused Author Box from default WordPress theme not to be hidden 79 75 80 = 1.1.0 = 76 81 * Fixed PHP warnings "wp_register_style was called incorrectly" and "wp_enqueue_style was called incorrectly"
Note: See TracChangeset
for help on using the changeset viewer.