Changeset 1883619
- Timestamp:
- 05/29/2018 08:14:58 PM (8 years ago)
- Location:
- plugin-grouper/trunk
- Files:
-
- 3 edited
-
classes/class-table.php (modified) (1 diff)
-
plugin-grouper.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugin-grouper/trunk/classes/class-table.php
r1722076 r1883619 116 116 117 117 if ( $action = $wp_list_table->current_action() ) { 118 $checked = $_REQUEST['checked'];118 $checked = isset( $_REQUEST['checked'] ) ? $_REQUEST['checked'] : []; 119 119 120 120 switch( $action ) { -
plugin-grouper/trunk/plugin-grouper.php
r1722076 r1883619 4 4 * Plugin URI: https://wordpress.org/plugins/plugin-grouper/ 5 5 * Description: Too many plugins bothers you? Put them into group! 6 * Version: 6.0. 16 * Version: 6.0.3 7 7 * Author: Sujin 수진 Choi 8 8 * Author URI: http://www.sujinc.com/ -
plugin-grouper/trunk/readme.txt
r1722076 r1883619 4 4 Tags: plugin, group, category. manage, admin 5 5 Requires at least: 4.2.2 6 Tested up to: 4. 8.17 Stable tag: 6.0. 16 Tested up to: 4.9.6 7 Stable tag: 6.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == 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 26 33 = 6.0.1 = 27 34 * Fix JavaScript Error
Note: See TracChangeset
for help on using the changeset viewer.