Skip to content

Releases: The-Network-Crew/TNC-Toolbox-for-WordPress

v1.3.9: Error Pass-through

01 Jan 00:03
3f2954a
Compare
Choose a tag to compare

💅 Polish

  • Pass-through error from cP API back to WP GUI (#22)
  • Improve uncaught error wording, and clarify on user type

Full Changelog: v1.3.8...v1.3.9

v1.3.8: WP v6.7 Compatible

18 Dec 04:18
Compare
Choose a tag to compare

💅 Polish

  • Update compatibility with WP to support v6.7 (#20)
  • Slight improvements to GUI Notice wording (#21)

Full Changelog: v1.3.7...v1.3.8

v1.3.7: House-keeping, please.

09 May 10:15
997e6ef
Compare
Choose a tag to compare

💅 Polish

  • Slight improvements to GUI/Menu wording

🐛 Bug Fix

  • Declare class firstly, resolve warnings (#18)

ZIP File: Manually adding a ZIP which is installable into WordPress directly!

v1.3.6: Clean-up; Multi-site OK; GPLv3

03 May 01:55
08c852b
Compare
Choose a tag to compare

💅 Polish

  • Upgrade consistently to GPLv3 from a split mix of v2 and v3
  • Merge all cPanel API Calls into single function, pass action (#16)

🐛 Bug Fix

  • Multi-site should now function properly, due to #17 being fixed
  • pluggable.php no longer included, as it is supplied by WP (#17)

v1.3.5: Config for Admins; Fix Warning; WP-API

10 Dec 00:09
Compare
Choose a tag to compare

🚀 Feature

  • Import pluggable.php for access to more WP API functionality (#15)

💅 Polish

  • Restrict on/off and reconfiguration functionality to WP Admins only (#14)

🐛 Bug Fix

  • Don't show a PHP warning when the config is empty, instead return empty (#13)

v1.3.4: Fix auto-purge bug

14 Jun 11:30
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • Auto-purge now working properly

v1.3.2: Auto-purge; Retain config; etc.

13 Jun 05:26
Compare
Choose a tag to compare
Pre-release

🚀 Feature

  • Purges the NGINX User Cache if a post/page is published or updated (#3)

💅 Polish

  • Add a Settings link to WP's Installed Plugins page (#9)
  • Add a warning if the plugin is activated but not configured (#4)
  • Colour the button backgrounds (traffic light coming in v1.3.3) re: UX (#9)

🐛 Bug Fix

  • Expand the size of the config fields to show API key (#9)
  • Retain existing config values during a WP Plugin Update (#8)

v1.2.0: Published on WP.org! 🚀

31 Mar 22:01
72d5804
Compare
Choose a tag to compare
Pre-release

🚀 Feature

  • Added Config GUI
  • Published on WP.org!

v1.1.1: Security tweaks

19 Jan 22:52
Compare
Choose a tag to compare
Pre-release

💅 Polish

  • Clarify that ea-nginx (cPanel) is needed for usage.

🐛 Bug Fix

  • Improves security by escaping data before echoing.

v1.1.0: Cache Off/On; pass-back

19 Jan 10:12
Compare
Choose a tag to compare
Pre-release

🚀 Feature

  • Adds buttons to enable and disable the NGINX User Cache.

💅 Polish

  • Passes you back to the page you requested the action from, rather than to WP-Admin home.