From 3abaf5872428fdf955760e56266518d6457a929e Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Sat, 18 Feb 2023 15:40:16 +0100 Subject: [PATCH] Version 1.6.0 --- posts-columns-manager.php | 4 ++-- readme.txt | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/posts-columns-manager.php b/posts-columns-manager.php index a8098e0..3243950 100644 --- a/posts-columns-manager.php +++ b/posts-columns-manager.php @@ -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 @@ -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__ ) ); diff --git a/readme.txt b/readme.txt index a92cf05..12c443d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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