Skip to content

Commit cfd42c2

Browse files
committed
v2.0.3: Auto-purge (ACF) #24
1 parent 3061e48 commit cfd42c2

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to TNC Toolbox for WordPress will be documented in this file.
33

4+
## [2.0.3] - 2025-11-06
5+
6+
### 🚀 Feature
7+
- Auto-purge (ACF): When you save ACF config, purge! (#24)
8+
49
## [2.0.2] - 2025-11-06
510

611
### 🐛 Bug Fix

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
https://wordpress.org/plugins/tnc-toolbox
44

5+
> [!TIP]
6+
> **Will expand to include other features as requested by community & clients!**
7+
58
- Allows you to purge the EA-NGINX User Cache from within WP
69
- Automatically purges the cache when a post or page is updated
710
- Does the same when the WP Core has been successfully upgraded :)
@@ -10,17 +13,16 @@ https://wordpress.org/plugins/tnc-toolbox
1013
- For any action, redirects you back to the page you requested it from
1114
- Shows you whether or not the API is working via diagnostic quota info
1215

13-
> **Will expand to include other features as requested by community & clients!**
14-
1516
## 🖥️ (PLUGIN) System Requirements
1617

18+
> [!IMPORTANT]
19+
> EA-NGINX (Reverse Proxy) by cPanel is supported, not "old school" implementations.
20+
>
21+
> CloudLinux Apache2NGINX (A2N) depends on ea-NGINX so _shouldn't_ cause issues with TNC Toolbox.
22+
1723
- cPanel API Key, cPanel Username & Server Hostname needed in Settings
1824
- Hosting Environment must be cPanel+WHM, running NGINX + Apache stack!
1925

20-
> Note: EA-NGINX (Reverse Proxy) by cPanel is supported, not "old school" implementations.
21-
>
22-
> CloudLinux Apache2NGINX (A2N) depends on ea-NGINX so shouldn't cause issues with TNC Toolbox.
23-
2426
## ⚙️ (INSTALL) How to Install the Plugin
2527

2628
1. Head to WP-Admin > Plugins, search for "TNC Toolbox"
@@ -35,10 +37,11 @@ Use `WP-CLI` to install **tnc-toolbox** for all relevant accounts.
3537

3638
## 🆘 (HELP) Getting help with the Plugin
3739

38-
Please raise an [Issue](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/issues) on the GitHub Repository!
39-
4040
Include all info, screenshots, etc, to help our crew.
4141

42+
> [!NOTE]
43+
> Please raise an [Issue](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/issues) on the GitHub Repository!
44+
4245
## ✨ (FOSS) Contributing to the Plugin
4346

4447
Please feel free to contribute by submitting a PR with your proposed changes!

tnc-toolbox/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tags: NGINX, Cache Purge, Web Performance, Automatic Purge, Freeware
77
Requires at least: 6.0
88
Tested up to: 6.8
99
Requires PHP: 8.0
10-
Stable tag: 2.0.2
10+
Stable tag: 2.0.3
1111
License: GPLv3
1212
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313

@@ -94,6 +94,9 @@ The key is to purge when stale, so properly configuring your WP Plugin Cache is
9494

9595
== Changelog ==
9696

97+
= 2.0.3: Nov 6, 2025 =
98+
* Auto-purge (ACF): When you save ACF config, purge! (#24)
99+
97100
= 2.0.2: Nov 6, 2025 =
98101
* Fix: Settings save no longer errors (relocated func.) (#32)
99102

tnc-toolbox/tnc-toolbox.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
* @package TNCTOOLBOX
66
* @author The Network Crew Pty Ltd (TNC & Co.)
77
* @license gplv3
8-
* @version 2.0.2
8+
* @version 2.0.3
99
*
1010
* @wordpress-plugin
1111
* Plugin Name: TNC Toolbox: Web Performance
1212
* Plugin URI: https://merlot.digital
1313
* Description: Adds functionality to WP - designed for NGINX-powered Servers on cPanel+WHM. Made to help you fly online!
14-
* Version: 2.0.2
14+
* Version: 2.0.3
1515
* Requires at least: 6.0
1616
* Requires PHP: 8.0
1717
* Author: The Network Crew Pty Ltd (TNC & Co.)
@@ -31,7 +31,7 @@
3131
define('TNCTOOLBOX_NAME', 'TNC Toolbox');
3232

3333
// Plugin version
34-
define('TNCTOOLBOX_VERSION', '2.0.2');
34+
define('TNCTOOLBOX_VERSION', '2.0.3');
3535

3636
// Plugin Root File
3737
define('TNCTOOLBOX_PLUGIN_FILE', __FILE__);

0 commit comments

Comments
 (0)