Skip to content

Commit ea6db9a

Browse files
authored
Merge pull request #463 from codepress/release/7.0.18
Release 7.0.18
2 parents 661673b + 2f02165 commit ea6db9a

6 files changed

Lines changed: 29 additions & 38 deletions

File tree

assets/css/utilities.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,10 @@
977977
padding-left: 14px
978978
}
979979

980+
.acu-pl-\[2px\] {
981+
padding-left: 2px
982+
}
983+
980984
.acu-pl-\[50px\] {
981985
padding-left: 50px
982986
}

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
== Changelog ==
22

3+
= 7.0.18 =
4+
Release Date: May 19th, 2026
5+
6+
* [Improved] The "Show edit columns" setting now also applies to the WP Admin Bar
7+
38
= 7.0.17 =
49
Release Date: May 11th, 2026
510

classes/Service/AdminBarEditColumns.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@
77
use AC\Capabilities;
88
use AC\ListScreen;
99
use AC\Registerable;
10+
use AC\Storage\Repository\EditButton;
1011
use AC\TableScreen;
1112
use AC\Type\EditorUrlFactory;
1213

1314
class AdminBarEditColumns implements Registerable
1415
{
1516

17+
private EditButton $setting;
18+
19+
public function __construct(EditButton $setting)
20+
{
21+
$this->setting = $setting;
22+
}
23+
1624
public function register(): void
1725
{
1826
add_action('ac/table/screen', [$this, 'init'], 10, 2);
@@ -24,6 +32,10 @@ public function init(TableScreen $table, ?ListScreen $listscreen = null): void
2432
return;
2533
}
2634

35+
if ( ! $this->setting->is_active()) {
36+
return;
37+
}
38+
2739
$admin_bar = new AdminBar(
2840
EditorUrlFactory::create(
2941
$table->get_id(),

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: 7.0.17
4+
Version: 7.0.18
55
Description: Add, reorder, and customize columns in your WordPress admin table for any post type, users, and media - no code required.
66
Author: AdminColumns.com
77
Author URI: https://www.admincolumns.com
@@ -41,7 +41,7 @@
4141
}
4242

4343
define('AC_FILE', __FILE__);
44-
define('AC_VERSION', '7.0.17');
44+
define('AC_VERSION', '7.0.18');
4545

4646
require_once ABSPATH . 'wp-admin/includes/plugin.php';
4747

languages/codepress-admin-columns.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Content-Transfer-Encoding: 8bit\n"
99
"Language-Team: Admin Columns <info@admincolumns.com>\n"
1010
"Last-Translator: Codepress <info@codepress.nl\n"
11-
"POT-Creation-Date: 2026-05-11 07:09+0000\n"
11+
"POT-Creation-Date: 2026-05-19 07:46+0000\n"
1212
"X-Poedit-Basepath: ..\n"
1313
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
1414
"X-Poedit-SearchPath-0: .\n"
@@ -364,7 +364,7 @@ msgstr ""
364364
msgid "Multiple views per screen"
365365
msgstr ""
366366

367-
#: classes/Service/AdminBarEditColumns.php:35
367+
#: classes/Service/AdminBarEditColumns.php:47
368368
msgid "Edit Columns"
369369
msgstr ""
370370

readme.txt

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: columns, admin columns, custom fields, list table, woocommerce
44
Requires at least: 5.9
55
Tested up to: 6.9.4
66
Requires PHP: 7.4
7-
Stable tag: 7.0.17
7+
Stable tag: 7.0.18
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -198,40 +198,10 @@ Head to Settings > Admin Columns and start customizing your columns. Check out t
198198

199199
== Changelog ==
200200

201-
= 7.0.17 =
202-
Release Date: May 11th, 2026
201+
= 7.0.18 =
202+
Release Date: May 19th, 2026
203203

204-
* [Fixed] Material icons failing to render when CSS bundlers concatenated stylesheets due to a missing trailing semicolon after the `@layer` declaration in `acui.css`.
205-
* [Updated] Axios updated to the latest version.
206-
207-
= 7.0.16 =
208-
Release Date: April 17th, 2026
209-
210-
* [Fixed] Fixed a critical error on sites where the PHP mbstring extension is not available.
211-
* [Fixed] Fixed a UI issue in the ACF field settings tab where inline scripts interfered with the page rendering.
212-
213-
= 7.0.15 =
214-
Release Date: April 14th, 2026
215-
216-
* [Improved] Various improvements to ACF field setting support.
217-
218-
= 7.0.14 =
219-
Release Date: March 31st, 2026
220-
221-
* [Added] ACF field settings tab to add fields as admin columns directly from the field group editor.
222-
* [Added] Column editor now scrolls to the opened column when linked from ACF field settings.
223-
* [Added] Word Count columns now support Before & After text to prepend or append custom text around the count.
224-
* [Added] Custom field column settings now display the meta key for reference.
225-
* [Added] ACF date save format option for custom field date columns.
226-
* [Improved] File columns now group attachments by file type and display multiple filenames separated by commas.
227-
* [Improved] Refreshed column settings sidebar with updated review and support panels.
228-
* [Improved] Improved Before & After display options UI.
229-
* [Fixed] Fixed the post link option not appearing for most property types in the Comment Post column.
230-
* [Fixed] Fixed the post link option not appearing for most property types in the User First Post and Last Post columns.
231-
* [Fixed] Fixed a potential error in user property columns when the display setting has not been saved yet.
232-
* [Fixed] Fixed "Default" option duplicating in the primary column preference dropdown.
233-
* [Fixed] Fixed template creation showing a success notification even when it failed.
234-
* [Fixed] Fixed media custom field columns not supporting multiple file uploads.
204+
* [Improved] The "Show edit columns" setting now also applies to the WP Admin Bar
235205

236206
[See changelog for all versions](https://github.com/codepress/admin-columns/blob/main/changelog.txt).
237207

0 commit comments

Comments
 (0)