Plugin Directory

Changeset 1883619


Ignore:
Timestamp:
05/29/2018 08:14:58 PM (8 years ago)
Author:
sujin2f
Message:

6.0.3

  • Fix the PHP error
Location:
plugin-grouper/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugin-grouper/trunk/classes/class-table.php

    r1722076 r1883619  
    116116
    117117        if ( $action = $wp_list_table->current_action() ) {
    118             $checked = $_REQUEST['checked'];
     118            $checked = isset( $_REQUEST['checked'] ) ? $_REQUEST['checked'] : [];
    119119
    120120            switch( $action ) {
  • plugin-grouper/trunk/plugin-grouper.php

    r1722076 r1883619  
    44 * Plugin URI:    https://wordpress.org/plugins/plugin-grouper/
    55 * Description:   Too many plugins bothers you? Put them into group!
    6  * Version:       6.0.1
     6 * Version:       6.0.3
    77 * Author:        Sujin 수진 Choi
    88 * Author URI:    http://www.sujinc.com/
  • plugin-grouper/trunk/readme.txt

    r1722076 r1883619  
    44Tags: plugin, group, category. manage, admin
    55Requires at least: 4.2.2
    6 Tested up to: 4.8.1
    7 Stable tag: 6.0.1
     6Tested up to: 4.9.6
     7Stable tag: 6.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525== Changelog ==
     26= 6.0.3 =
     27* Fix the PHP error
     28
     29= 6.0.2 =
     30* Supports PHP7.2
     31* Fix the button size issue
     32
    2633= 6.0.1 =
    2734* Fix JavaScript Error
Note: See TracChangeset for help on using the changeset viewer.