Changeset 3345330
- Timestamp:
- 08/16/2025 12:29:45 AM (7 months ago)
- Location:
- tnc-toolbox
- Files:
-
- 22 added
- 1 deleted
- 2 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
tags/1.4.1 (added)
-
tags/1.4.1/assets (added)
-
tags/1.4.1/assets/index.php (added)
-
tags/1.4.1/assets/tnc-icon.png (added)
-
tags/1.4.1/core (added)
-
tags/1.4.1/core/class-tnc-wp-toolbox.php (added)
-
tags/1.4.1/core/includes (added)
-
tags/1.4.1/core/includes/classes (added)
-
tags/1.4.1/core/includes/classes/class-tnc-wp-toolbox-helpers.php (added)
-
tags/1.4.1/core/includes/classes/class-tnc-wp-toolbox-run.php (added)
-
tags/1.4.1/core/includes/classes/class-tnc-wp-toolbox-settings.php (added)
-
tags/1.4.1/core/includes/classes/index.php (added)
-
tags/1.4.1/core/includes/index.php (added)
-
tags/1.4.1/core/index.php (added)
-
tags/1.4.1/index.php (added)
-
tags/1.4.1/languages (added)
-
tags/1.4.1/languages/index.php (added)
-
tags/1.4.1/license.txt (added)
-
tags/1.4.1/readme.txt (added)
-
tags/1.4.1/tnc-wp-toolbox.php (added)
-
trunk/changelog.txt (deleted)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/tnc-wp-toolbox.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tnc-toolbox/trunk/readme.txt
r3246268 r3345330 6 6 Tags: NGINX, Cache Purge, Web Performance, Automatic Purge, Freeware 7 7 Requires at least: 8 Tested up to: 6. 78 Tested up to: 6.8 9 9 Requires PHP: 10 Stable tag: 1.4. 010 Stable tag: 1.4.1 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 13 14 Adds functionality (cache purge, etc) to WP - designed for NGINX-powered Servers on cPanel+WHM. Made to help you fly online! 14 Made to help you fly online! Adds functionality (cache purge, etc) to WP - designed for NGINX-powered Servers on cPanel+WHM. 15 15 16 16 … … 29 29 - Also purges the Cache when the WP Core is successfully updated 30 30 - Lets you know if the plugin is activated but not yet configured 31 - Only allows Admin istrators to enable/disable caching; edit config31 - Only allows Admins to enable/disable caching & edit configs 32 32 33 33 **Eager for even more capabilities?** … … 37 37 _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!_ 38 38 39 **FOSS by [The Network Crew Pty Ltd](https://tnc.works) for [Merlot Digital](https://merlot.digital) and the world.**39 **FOSS by [The Network Crew Pty Ltd](https://tnc.works) (TNC) for [Merlot Digital](https://merlot.digital) & the world.** ❤️ 40 40 41 == Screenshots == 42 43 1. Top Menu Bar options for NGINX Caching. 44 2. Configuration in the WP Admin GUI. 41 45 42 46 == Frequently Asked Questions == … … 44 48 = Does the plugin allow me to purge the NGINX User Cache? = 45 49 46 Yes, it does! All users can do this easily via the button in the admin topbar.50 **Yes, it does!** All Users can do this easily via the button in the Admin top menu bar. 47 51 48 52 = Does it allow me to disable or enable NGINX User Caching? = 49 53 50 Yes! Admins can disable or enable the cache from the top adminbar.54 **Yes!** Admins can disable or enable the cache from the Admin top menu bar. 51 55 52 This is only visible if you are logged in as a nAdministrator.56 This is only visible if you are logged in as a WP Administrator. 53 57 54 58 = Can I request functionality to be added into the module? = 55 59 56 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.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. 57 61 58 62 = Why am I getting a cURL Error 3 on my WP-Admin dashboard? = 59 63 60 Most likely due to newline /n characters in your config files. 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. 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. 61 67 62 68 = Is there a way for us to deploy the plugin server-wide? = 63 69 64 Yes! If you check the GitHub repository, you can use the bash scripts there (make sure you satisfy their pre-requisites) to deploy/update the plugin server-wide.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. 65 71 66 Please note there are pre-requisites to running the scripts, so understand & prepare before usage as always. 67 72 Please note there are pre-requisites to running the scripts, so understand & prepare before usage as always! 68 73 69 74 == Installation == … … 87 92 - You can go further with caching, and should: like browser-caching assets! 88 93 94 **3-layer Cache:** 95 1. NGINX Caching Proxy (ahead of Apache) 96 2. WP Super Cache, WP Rocket, etc on-site 97 3. htaccess/etc rules for Browser Caching 98 99 This way, you can ensure maximum efficiency! 100 101 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. 89 102 90 103 == Changelog == 104 105 = 1.4.1: Aug 16, 2025 = 106 * Update WordPress supported version to 6.8.x (#26) 107 * Add screenshots to the WP.org plugin listing (#27) 108 * Slight improvements to the WP.org Plugin Readme (#27) 91 109 92 110 = 1.4.0: Feb 21, 2025 = -
tnc-toolbox/trunk/tnc-wp-toolbox.php
r3246268 r3345330 6 6 * @author The Network Crew Pty Ltd (TNC) 7 7 * @license gplv3 8 * @version 1.4. 08 * @version 1.4.1 9 9 * 10 10 * @wordpress-plugin … … 12 12 * Plugin URI: https://merlot.digital 13 13 * Description: Adds functionality to WP - designed for NGINX-powered Servers on cPanel+WHM. Made to help you fly online! 14 * Version: 1.4. 014 * Version: 1.4.1 15 15 * Author: The Network Crew Pty Ltd (TNC) 16 16 * Author URI: https://tnc.works … … 47 47 48 48 // Plugin version 49 define( 'TNCWPTBOX_VERSION', '1.4. 0' );49 define( 'TNCWPTBOX_VERSION', '1.4.1' ); 50 50 51 51 // Plugin Root File
Note: See TracChangeset
for help on using the changeset viewer.