Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Feb 18, 2023
1 parent 35aeac3 commit 3abaf58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions posts-columns-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Posts Columns Manager
Author: Sergey Zakharchenko
Author URI: https://github.com/zahardev
Version: 1.5.0
Version: 1.6.0
Description: Manage custom columns in the posts editor. You can: add columns, sort and filter posts in the custom columns.
License: GPL2
Text Domain: posts-columns-manager
Expand All @@ -13,7 +13,7 @@
exit;
}

define( 'PCM_PLUGIN_VERSION', '1.5.0' );
define( 'PCM_PLUGIN_VERSION', '1.6.0' );
define( 'PCM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'PCM_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'PCM_PLUGIN_URL', plugins_url( '', __FILE__ ) );
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: zahardoc
Tags: admin, editor, manage, columns, posts overview
Requires at least: 4.7
Tested up to: 5.8
Stable tag: 1.5.0
Tested up to: 6.1
Stable tag: 1.6.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -41,6 +41,12 @@ Just write about it in the plugin support forum, and we'll try to add/fix it in

== Changelog ==

= 1.6.0 =
* 2023-02-18
* UPDATE SUMMARY: Fixed columns not showing in WC Orders issue
* [FIX] Fixed columns not showing in WC Orders issue
* [UPDATE] Updated supported WP version

= 1.5.0 =
* 2022-01-16
* UPDATE SUMMARY: Support ACF checkbox field
Expand Down

0 comments on commit 3abaf58

Please sign in to comment.