Plugin Directory

Changeset 3390845


Ignore:
Timestamp:
11/06/2025 06:12:40 AM (5 months ago)
Author:
leopardhost
Message:

v2.0.0: Major Overhaul!

Location:
tnc-toolbox
Files:
24 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tnc-toolbox/trunk/readme.txt

    r3389324 r3390845  
    55Contributors:
    66Tags: NGINX, Cache Purge, Web Performance, Automatic Purge, Freeware
    7 Requires at least:
     7Requires at least: 6.0
    88Tested up to: 6.8
    9 Requires PHP:
    10 Stable tag: 1.4.2
     9Requires PHP: 8.0
     10Stable tag: 2.0.0
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060**Yes!** Simply raise an Issue/PR on the [GitHub repository](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/issues) and we'll take a look.
    6161
    62 = Why am I getting a cURL Error 3 on my WP-Admin dashboard? =
    63 
    64 It's most likely due to newline /n characters in your config files.
    65 
    66 Use the [script](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/blob/main/script-remove-conf-newlines.sh) in the GitHub Repo to remove these.
    67 
    6862= Is there a way for us to deploy the plugin server-wide? =
    6963
    70 **Yes!** If you check the [GitHub repository](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/), you can use the bash scripts there (make sure you satisfy their pre-requisites) to deploy/update the plugin server-wide.
    71 
    72 Please note there are pre-requisites to running the scripts, so understand & prepare before usage as always!
     64**Yes!** You can use `WP-CLI` to install **tnc-toolbox** for all users!
    7365
    7466== Installation ==
     
    10395== Changelog ==
    10496
     97= 2.0.0: Nov 6, 2025 =
     98* NOTE: MAJOR REBUILD, PLEASE TEST BEFORE DEPLOYING
     99* Feature: Add direct quota info re: API connected OK (#5)
     100* Security: Move config from files to WordPress database (#6)
     101* Security: Secure deletion of old config after migration
     102* License: Properly apply GPLv3 to all code in the repo
     103* Improvement: Better API response handling and errors (#28)
     104* Architecture: Complete codebase re-build for maintainability
     105* Architecture: Move cPanel API functionality to vendor module
     106* Architecture: Automatic config migration from old versions
     107* Legacy: Requires WP 6.0 & PHP 8.0 to set easy baselines
     108* Auto-update: Revert flag from v1.4.2 - was global (#29)
     109
    105110= 1.4.2: Nov 4, 2025 =
    106111* Config Checker: Add function to iterate over
Note: See TracChangeset for help on using the changeset viewer.