Skip to content

Commit

Permalink
Merge pull request #405 from codepress/release/4.7.7
Browse files Browse the repository at this point in the history
Release 4.7.7
  • Loading branch information
DGStefan authored Jun 10, 2024
2 parents 67dddc0 + 459ba6e commit 6900f13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions classes/Integration/GravityForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use AC\ListScreen;
use AC\Screen;
use AC\Type\Url\Site;
use ACA;

final class GravityForms extends Integration
{
Expand Down Expand Up @@ -47,7 +46,7 @@ public function show_notice(Screen $screen): bool

public function show_placeholder(ListScreen $list_screen): bool
{
return $list_screen instanceof ACA\GravityForms\ListScreen\Entry;
return 'gravity_forms_entry' === $list_screen->get_meta_type();
}

}
4 changes: 2 additions & 2 deletions codepress-admin-columns.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Admin Columns
Version: 4.7.6
Version: 4.7.7
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.
Author: AdminColumns.com
Author URI: https://www.admincolumns.com
Expand Down Expand Up @@ -37,7 +37,7 @@
}

define('AC_FILE', __FILE__);
define('AC_VERSION', '4.7.6');
define('AC_VERSION', '4.7.7');

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

Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: codepress, tschutter, davidmosterd, engelen, dungengronovius
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
Requires at least: 4.7.3
Tested up to: 6.5.2
Tested up to: 6.5.4
Requires PHP: 7.2
Stable tag: 4.7.6
Stable tag: 4.7.7

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

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

== Changelog ==

= 4.7.7 =
Release Date: June 10th, 2024

* [Fixed] Gravity Forms column no longer relies on namespace check

= 4.7.6 =
Release Date: June 4th, 2024

Expand Down

0 comments on commit 6900f13

Please sign in to comment.