Skip to content

Commit 7e6f549

Browse files
authored
Merge pull request #420 from codepress/release/4.7.16
Release 4.7.16
2 parents c65e881 + c1d7471 commit 7e6f549

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

classes/Service/PluginUpdate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function register(): void
3030
10,
3131
2
3232
);
33-
wp_clean_update_cache();
3433

3534
// Use wp_clean_update_cache() to bypass cache
3635
add_filter('pre_set_site_transient_update_plugins', [$this, 'add_upgrade_notice_to_response'], 20);

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.7.15
4+
Version: 4.7.16
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
@@ -37,7 +37,7 @@
3737
}
3838

3939
define('AC_FILE', __FILE__);
40-
define('AC_VERSION', '4.7.15');
40+
define('AC_VERSION', '4.7.16');
4141

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

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: admin, column, columns, table, tables
44
Requires at least: 4.7.3
55
Tested up to: 6.8.1
66
Requires PHP: 7.2
7-
Stable tag: 4.7.15
7+
Stable tag: 4.7.16
88
License: GPLv2
99
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1010

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

211211
== Changelog ==
212212

213+
= 4.7.16 =
214+
Release Date: June 17th, 2025
215+
216+
* [Fixed] Cache optimization
217+
213218
= 4.7.15 =
214219
Release Date: June 16th, 2025
215220

0 commit comments

Comments
 (0)