Skip to content

Commit e7202c9

Browse files
author
Stefan van den Dungen Gronovius
committed
Version Bump
1 parent 51e37e3 commit e7202c9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

codepress-admin-columns.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Admin Columns
4-
Version: 4.2.3
4+
Version: 4.2.4
55
Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
66
Author: AdminColumns.com
77
Author URI: https://www.admincolumns.com
@@ -36,7 +36,7 @@
3636
}
3737

3838
define( 'AC_FILE', __FILE__ );
39-
define( 'AC_VERSION', '4.2.3' );
39+
define( 'AC_VERSION', '4.2.4' );
4040

4141
require_once __DIR__ . '/classes/Dependencies.php';
4242

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: codepress, tschutter, davidmosterd, engelen, dungengronovius
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
44
Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
55
Requires at least: 4.7
6-
Tested up to: 5.5.1
6+
Tested up to: 5.6
77
Requires PHP: 5.6.20
8-
Stable tag: 4.2.3
8+
Stable tag: 4.2.4
99

1010
Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
1111

@@ -209,6 +209,11 @@ You can find a list of the available actions and filters (and examples on how to
209209

210210
== Changelog ==
211211

212+
= 4.2.4 =
213+
Release Date: December 9th, 2020
214+
215+
* [Fixed] WordPress 5.6 compatibility issues
216+
212217
= 4.2.3 =
213218
Release Date: October 6th, 2020
214219

0 commit comments

Comments
 (0)