You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made to help you fly online! Adds functionality (cache purge, etc) to WP - designed for NGINX-powered Servers on cPanel+WHM.
12
+
Designed for ea-NGINX (Cache/Proxy) on cPanel+WHM. Made to help you fly online! 🚀
13
13
14
14
15
15
== Description ==
@@ -33,13 +33,30 @@ With a heavy focus on the Apache + NGINX as Reverse Caching Proxy web stack, the
33
33
- Only allows Admins to enable/disable caching & edit configs
34
34
- Shows you the status of cP UAPI via disk usage info
35
35
- Purge when any ACF config options are saved
36
+
- Supports scheduled post publishing!
36
37
37
38
**Eager for even more capabilities?**
38
39
39
40
We plan to add further features as clients & the community request it.
40
41
41
42
_Please let us know your ideas on [GitHub](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/) - we'd love to hear from you!_
42
43
44
+
== Caching Deployments ==
45
+
46
+
**Caching ideals:**
47
+
- Don't forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
48
+
- ie. Make sure your WP site also has on-site caching, like WP Super Cache
49
+
- You can go further with caching, and should: like browser-caching assets!
50
+
51
+
**3-layer Cache:**
52
+
1. NGINX Caching Proxy (ahead of Apache)
53
+
2. WP Super Cache, WP Rocket, etc on-site
54
+
3. htaccess/etc rules for Browser Caching
55
+
56
+
**This way, you can ensure maximum efficiency!**
57
+
58
+
The key is to purge when stale, so properly configuring your WP Plugin Cache is critical to ensuring that you don't end up with cache misses due to stale data that could've/should've been purged by garbage collection, preloading, etc, rule-sets.
59
+
43
60
== Updating from v1 to v2.x.x ==
44
61
45
62
**On every website running the plugin, check that:**
@@ -64,22 +81,6 @@ _(* Change to main plugin file name may result in deactivation)_
64
81
65
82
Note: To do this, you require `root` access to the Server.
66
83
67
-
== Caching Deployments ==
68
-
69
-
**Caching ideals:**
70
-
- Don't forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
71
-
- ie. Make sure your WP site also has on-site caching, like WP Super Cache
72
-
- You can go further with caching, and should: like browser-caching assets!
73
-
74
-
**3-layer Cache:**
75
-
1. NGINX Caching Proxy (ahead of Apache)
76
-
2. WP Super Cache, WP Rocket, etc on-site
77
-
3. htaccess/etc rules for Browser Caching
78
-
79
-
**This way, you can ensure maximum efficiency!**
80
-
81
-
The key is to purge when stale, so properly configuring your WP Plugin Cache is critical to ensuring that you don't end up with cache misses due to stale data that could've/should've been purged by garbage collection, preloading, etc, rule-sets.
82
-
83
84
== Screenshots ==
84
85
85
86
1. Top Menu Bar options for NGINX Caching.
@@ -110,7 +111,7 @@ This is only visible if you are logged in as a WP Administrator.
110
111
**Pre-reqs:**
111
112
112
113
1. To use ea-NGINX features, your Hosting needs to be on cPanel
113
-
2. Acquire a cPanel API Token (cPanel > Manage API Tokens)
114
+
2. Acquire a [cPanel API Token](https://docs.cpanel.net/cpanel/security/manage-api-tokens-in-cpanel/) (cPanel > Manage API Tokens)
114
115
3. Configure the TNC Toolbox plugin inside WordPress
115
116
116
117
**How to install:**
@@ -122,12 +123,9 @@ This is only visible if you are logged in as a WP Administrator.
122
123
5. Enter your API Token, User & Hostname
123
124
6. Save the config & use WP as-normal!
124
125
125
-
[cPanel Docs re: API Tokens](https://docs.cpanel.net/cpanel/security/manage-api-tokens-in-cpanel/)
126
-
127
-
** Updating from v1 to v2:**
126
+
**Updating from v1 to v2:**
128
127
129
128
On every website running the plugin, check that:
130
-
131
129
1. Website is reporting v2.x.x plugin version.
132
130
2. Plugin has been activated post-update. *
133
131
3. Config exists in the plugin settings.
@@ -138,6 +136,10 @@ _(* Change to main plugin file name may result in deactivation)_
138
136
139
137
== Changelog ==
140
138
139
+
= 2.0.8: Dec 3, 2025 =
140
+
* Scheduled Posts: Support scheduled post go-lives (#34)
141
+
* WordPress 6.9: Bump tested-to version from major v6.8
142
+
141
143
= 2.0.7: Nov 18, 2025 =
142
144
* Global Script: Update tool now purges artifact configs.
143
145
* Off/On: Fix conditional display only in Admin Area (#33)
@@ -186,3 +188,11 @@ _(* Change to main plugin file name may result in deactivation)_
186
188
= 1.4.0: Feb 21, 2025 =
187
189
* Truncate max-length of relayed API error to GUI (#22)
188
190
* Auto-purge when WP Core is successfully upgraded (#23)
191
+
192
+
== Upgrade Notice ==
193
+
194
+
= 2.0.5 =
195
+
This release contains a security fix. It is of minor severity.
196
+
197
+
= 2.0.0 =
198
+
This release contains a security fix. Upgrade v1 to v2 immediately.
0 commit comments