Plugin Directory

Changeset 3190141


Ignore:
Timestamp:
11/16/2024 11:24:45 AM (17 months ago)
Author:
nocksoft
Message:

Tagging versioon 1.1.1

Location:
author-box-by-nocksoft
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • author-box-by-nocksoft/tags/1.1.1/author-box-by-nocksoft.php

    r2782053 r3190141  
    33/*
    44    Plugin Name: Author Box by Nocksoft
    5     Version: 1.1.0
    6     Author: Rafael Nockmann @ Nocksoft
     5    Version: 1.1.1
     6    Author: Rafael @ Nocksoft
    77    Author URI: https://nocksoft.de
    88    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;
     1div.author-bio,
     2div.author-description {
     3    display: none !important;
    44}
  • author-box-by-nocksoft/tags/1.1.1/php/settings-global.php

    r2782053 r3190141  
    6161    ?>
    6262    <div class="wrap">
    63         <h1><?php esc_html(get_admin_page_title()); ?></h1>
     63        <h1><?php echo get_admin_page_title(); ?></h1>
    6464       
    6565        <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  
    2525/* https://developer.wordpress.org/plugins/plugin-basics/uninstall-methods/ */
    2626function nstab_uninstall_plugin() {
    27     if (!defined("WP_UNINSTALL_PLUGIN")) {
    28         die;
    29     }
    3027   
    3128    delete_option("nstab_setting_displayauthorboxonposts");
  • author-box-by-nocksoft/tags/1.1.1/readme.txt

    r2985214 r3190141  
    22Contributors: nocksoft
    33Tags: author box, author bio, author description, about author, about me, author profile, author
    4 Stable tag: 1.1.0
     4Stable tag: 1.1.1
    55Requires at least: 5.3
    6 Tested up to: 6.4
     6Tested up to: 6.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373== Changelog ==
    7474
     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
    7580= 1.1.0 =
    7681* 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  
    33/*
    44    Plugin Name: Author Box by Nocksoft
    5     Version: 1.1.0
    6     Author: Rafael Nockmann @ Nocksoft
     5    Version: 1.1.1
     6    Author: Rafael @ Nocksoft
    77    Author URI: https://nocksoft.de
    88    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;
     1div.author-bio,
     2div.author-description {
     3    display: none !important;
    44}
  • author-box-by-nocksoft/trunk/php/settings-global.php

    r2782053 r3190141  
    6161    ?>
    6262    <div class="wrap">
    63         <h1><?php esc_html(get_admin_page_title()); ?></h1>
     63        <h1><?php echo get_admin_page_title(); ?></h1>
    6464       
    6565        <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  
    2525/* https://developer.wordpress.org/plugins/plugin-basics/uninstall-methods/ */
    2626function nstab_uninstall_plugin() {
    27     if (!defined("WP_UNINSTALL_PLUGIN")) {
    28         die;
    29     }
    3027   
    3128    delete_option("nstab_setting_displayauthorboxonposts");
  • author-box-by-nocksoft/trunk/readme.txt

    r2985214 r3190141  
    22Contributors: nocksoft
    33Tags: author box, author bio, author description, about author, about me, author profile, author
    4 Stable tag: 1.1.0
     4Stable tag: 1.1.1
    55Requires at least: 5.3
    6 Tested up to: 6.4
     6Tested up to: 6.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373== Changelog ==
    7474
     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
    7580= 1.1.0 =
    7681* 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.