Skip to content

Commit 51db5dc

Browse files
authored
Merge pull request #222 from codepress/release/3.1.10
Release 3.1.10
2 parents 712c810 + cb3c088 commit 51db5dc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

classes/Admin/Page/Columns.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,10 @@ public function display_column( AC_Column $column ) { ?>
907907
}
908908

909909
public function display_modal() {
910+
if ( ! $this->is_current_screen() ) {
911+
return;
912+
}
913+
910914
?>
911915
<div class="ac-modal" id="ac-modal-pro">
912916
<div class="ac-modal__dialog -mascot">

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: 3.1.9
4+
Version: 3.1.10
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
@@ -179,7 +179,7 @@ protected function get_version_key() {
179179
* @return string
180180
*/
181181
public function get_version() {
182-
return '3.1.9';
182+
return '3.1.10';
183183
}
184184

185185
public function get_prefix() {

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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.5
66
Tested up to: 4.9.5
7-
Stable tag: 3.1.9
7+
Stable tag: 3.1.10
88

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

@@ -218,6 +218,12 @@ You can find a list of the available actions and filters (and examples on how to
218218

219219
== Changelog ==
220220

221+
= 3.1.10 =
222+
223+
Release Date: May 1st, 2018
224+
225+
* [Fixed] Removed wrongly placed promotional modal
226+
221227
= 3.1.9 =
222228

223229
Release Date: May 1st, 2018

0 commit comments

Comments
 (0)