Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Sep 13, 2021
1 parent 751429f commit 009154b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.2.0
Version: 1.2.1
Description: Manage custom columns in the posts editor. You can: add columns, sort and filter posts in the custom columns.
License: GPL2
Expand All @@ -29,7 +29,7 @@
define( 'PCM_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'PCM_PLUGIN_URL', plugins_url( '', __FILE__ ) );
define( 'PCM_TEXT_DOMAIN', 'PCM' );
define( 'PCM_PLUGIN_VERSION', '1.2.0' );
define( 'PCM_PLUGIN_VERSION', '1.2.1' );

require_once 'wp-autoloader.php';

Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: zahardoc
Tags: admin, editor, manage, columns, posts overview
Requires at least: 4.7
Tested up to: 5.8
Stable tag: 1.2.0
Stable tag: 1.2.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -39,6 +39,11 @@ Just write to me and I'll try to add/fix it in the next plugin versions.

== Changelog ==

= 1.2.1 =
* 2021-09-13
* UPDATE SUMMARY: Do not skip some meta values
* [FIX] Show meta keys beginning with an underscore

= 1.2.0 =
* 2021-09-09
* UPDATE SUMMARY: Settings UI improvements
Expand Down

0 comments on commit 009154b

Please sign in to comment.