Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Jan 16, 2022
1 parent e3286a0 commit eb82057
Show file tree
Hide file tree
Showing 2 changed files with 11 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.3.0
Version: 1.4.0
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.3.0' );
define( 'PCM_PLUGIN_VERSION', '1.4.0' );

require_once 'wp-autoloader.php';

Expand Down
11 changes: 9 additions & 2 deletions 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.3.0
Stable tag: 1.4.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -30,7 +30,7 @@ Yes, it supports all the available post types and their taxonomies.

= I want X feature / something doesn't work =

Just write to me and I'll try to add/fix it in the next plugin versions.
Just write about it in the plugin support forum, and we'll try to add/fix it in the next plugin versions.

== Screenshots ==

Expand All @@ -41,6 +41,13 @@ Just write to me and I'll try to add/fix it in the next plugin versions.

== Changelog ==

= 1.4.0 =
* 2021-11-23
* UPDATE SUMMARY: Column fields improvements
* [UPDATE] Added support for ACF relationship fields
* [UPDATE] Added support for ACF image fields
* [UPDATE] Added possibility to sort numeric fields

= 1.3.0 =
* 2021-11-23
* UPDATE SUMMARY: Possibility to edit column titles, sorting fix
Expand Down

0 comments on commit eb82057

Please sign in to comment.