Changeset 3390845
- Timestamp:
- 11/06/2025 06:12:40 AM (5 months ago)
- Location:
- tnc-toolbox
- Files:
-
- 24 added
- 4 deleted
- 2 edited
-
assets/screenshot-2.png (modified) (previous)
-
tags/2.0.0 (added)
-
tags/2.0.0/assets (added)
-
tags/2.0.0/assets/index.php (added)
-
tags/2.0.0/assets/styles-config.css (added)
-
tags/2.0.0/assets/tnc-icon-light.png (added)
-
tags/2.0.0/core (added)
-
tags/2.0.0/core/core.php (added)
-
tags/2.0.0/core/index.php (added)
-
tags/2.0.0/core/settings.php (added)
-
tags/2.0.0/index.php (added)
-
tags/2.0.0/languages (added)
-
tags/2.0.0/languages/index.php (added)
-
tags/2.0.0/license.txt (added)
-
tags/2.0.0/readme.txt (added)
-
tags/2.0.0/tnc-toolbox.php (added)
-
tags/2.0.0/vendors (added)
-
tags/2.0.0/vendors/cpanel-uapi.php (added)
-
trunk/assets/styles-config.css (added)
-
trunk/assets/tnc-icon-light.png (added)
-
trunk/assets/tnc-icon.png (deleted)
-
trunk/core/class-tnc-wp-toolbox.php (deleted)
-
trunk/core/core.php (added)
-
trunk/core/includes (deleted)
-
trunk/core/settings.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tnc-toolbox.php (added)
-
trunk/tnc-wp-toolbox.php (deleted)
-
trunk/vendors (added)
-
trunk/vendors/cpanel-uapi.php (added)
Legend:
- Unmodified
- Added
- Removed
-
tnc-toolbox/trunk/readme.txt
r3389324 r3390845 5 5 Contributors: 6 6 Tags: NGINX, Cache Purge, Web Performance, Automatic Purge, Freeware 7 Requires at least: 7 Requires at least: 6.0 8 8 Tested up to: 6.8 9 Requires PHP: 10 Stable tag: 1.4.29 Requires PHP: 8.0 10 Stable tag: 2.0.0 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 60 60 **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. 61 61 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 68 62 = Is there a way for us to deploy the plugin server-wide? = 69 63 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! 73 65 74 66 == Installation == … … 103 95 == Changelog == 104 96 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 105 110 = 1.4.2: Nov 4, 2025 = 106 111 * Config Checker: Add function to iterate over
Note: See TracChangeset
for help on using the changeset viewer.