Plugin Directory

Changeset 2284534


Ignore:
Timestamp:
04/15/2020 11:34:32 PM (6 years ago)
Author:
kanakogi
Message:

2.2.3

Location:
adjust-admin-categories
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • adjust-admin-categories/tags/2.2.3/adjust-admin-categories.php

    r2284531 r2284534  
    55Description: Installing this plugin allows you to adjust the behavior of the area below the posts screen categoryand custom taxonomy box.
    66Author: Nakashima Masahiro
    7 Version: 2.2.2
     7Version: 2.2.3
    88Author URI: https://www.kigurumi.asia
    99Text Domain: aac
    1010Domain Path: /languages/
    1111*/
    12 define( 'AAC_VERSION', '2.2.2' );
     12define( 'AAC_VERSION', '2.2.3' );
    1313define( 'AAC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    1414define( 'AAC_PLUGIN_NAME', trim( dirname( AAC_PLUGIN_BASENAME ), '/' ) );
  • adjust-admin-categories/tags/2.2.3/includes/class-category-checklist.php

    r2284533 r2284534  
    5757                if( $category->parent == 0 || $this->category_has_children( $category->term_id, $category->taxonomy ) ) {
    5858                    $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" .
    59                         '<label class="selectit">' . esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
     59                            '<b>' . esc_html( apply_filters( 'the_category', $category->name ) ) . '</b>';
    6060                }else{
    6161                    /** This filter is documented in wp-includes/category-template.php */
     
    6464                        checked( in_array( $category->term_id, $args['selected_cats'] ), true, false ) .
    6565                        disabled( empty( $args['disabled'] ), false, false ) . ' /> ' .
    66                         esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';                   
     66                        esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
    6767                }
    6868            }else{
     
    7272                    checked( in_array( $category->term_id, $args['selected_cats'] ), true, false ) .
    7373                    disabled( empty( $args['disabled'] ), false, false ) . ' /> ' .
    74                     esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>'; 
     74                    esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
    7575            }
    7676        }
  • adjust-admin-categories/tags/2.2.3/readme.txt

    r2284532 r2284534  
    11=== Adjust Admin Categories ===
    2 Contributors: kanakogi, saillmone, katanyan, ishiiyoshinori, nashiko
     2Contributors: kanakogi, saillmone, katanyan, ishiiyoshinori, nashiko, twinpictures
    33Donate link: http://www.amazon.co.jp/registry/wishlist/2TUGZOYJW8T4T/?_encoding=UTF8&camp=247&creative=7399&linkCode=ur2&tag=wpccc-22
    44Tags: admin, category
    55Requires at least: 3.0 or higher
    6 Tested up to: 5.2.3
    7 Stable tag: 2.2.2
     6Tested up to: 5.4.0
     7Stable tag: 2.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36**2.2.3 - 15 April 2020**
     37Non selectable parent categories are bold and no longer wrapped in a clickable label element
     38
    3539**2.2.0 - 29 June 2018**
    3640Bug fix.
  • adjust-admin-categories/trunk/adjust-admin-categories.php

    r2153356 r2284534  
    55Description: Installing this plugin allows you to adjust the behavior of the area below the posts screen categoryand custom taxonomy box.
    66Author: Nakashima Masahiro
    7 Version: 2.2.2
     7Version: 2.2.3
    88Author URI: https://www.kigurumi.asia
    99Text Domain: aac
    1010Domain Path: /languages/
    1111*/
    12 define( 'AAC_VERSION', '2.2.2' );
     12define( 'AAC_VERSION', '2.2.3' );
    1313define( 'AAC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    1414define( 'AAC_PLUGIN_NAME', trim( dirname( AAC_PLUGIN_BASENAME ), '/' ) );
  • adjust-admin-categories/trunk/includes/class-category-checklist.php

    r1574968 r2284534  
    5757                if( $category->parent == 0 || $this->category_has_children( $category->term_id, $category->taxonomy ) ) {
    5858                    $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" .
    59                         '<label class="selectit">' . esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
     59                            '<b>' . esc_html( apply_filters( 'the_category', $category->name ) ) . '</b>';
    6060                }else{
    6161                    /** This filter is documented in wp-includes/category-template.php */
     
    6464                        checked( in_array( $category->term_id, $args['selected_cats'] ), true, false ) .
    6565                        disabled( empty( $args['disabled'] ), false, false ) . ' /> ' .
    66                         esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';                   
     66                        esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
    6767                }
    6868            }else{
     
    7272                    checked( in_array( $category->term_id, $args['selected_cats'] ), true, false ) .
    7373                    disabled( empty( $args['disabled'] ), false, false ) . ' /> ' .
    74                     esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>'; 
     74                    esc_html( apply_filters( 'the_category', $category->name ) ) . '</label>';
    7575            }
    7676        }
  • adjust-admin-categories/trunk/readme.txt

    r2153356 r2284534  
    11=== Adjust Admin Categories ===
    2 Contributors: kanakogi, saillmone, katanyan, ishiiyoshinori, nashiko
     2Contributors: kanakogi, saillmone, katanyan, ishiiyoshinori, nashiko, twinpictures
    33Donate link: http://www.amazon.co.jp/registry/wishlist/2TUGZOYJW8T4T/?_encoding=UTF8&camp=247&creative=7399&linkCode=ur2&tag=wpccc-22
    44Tags: admin, category
    55Requires at least: 3.0 or higher
    6 Tested up to: 5.2.3
    7 Stable tag: 2.2.2
     6Tested up to: 5.4.0
     7Stable tag: 2.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36**2.2.3 - 15 April 2020**
     37Non selectable parent categories are bold and no longer wrapped in a clickable label element
     38
    3539**2.2.0 - 29 June 2018**
    3640Bug fix.
Note: See TracChangeset for help on using the changeset viewer.