Changeset 3390875
- Timestamp:
- 11/06/2025 07:17:05 AM (5 months ago)
- Location:
- tnc-toolbox
- Files:
-
- 17 added
- 3 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/assets (added)
-
tags/2.0.1/assets/index.php (added)
-
tags/2.0.1/assets/styles-config.css (added)
-
tags/2.0.1/assets/tnc-icon-light.png (added)
-
tags/2.0.1/core (added)
-
tags/2.0.1/core/core.php (added)
-
tags/2.0.1/core/index.php (added)
-
tags/2.0.1/core/settings.php (added)
-
tags/2.0.1/index.php (added)
-
tags/2.0.1/languages (added)
-
tags/2.0.1/languages/index.php (added)
-
tags/2.0.1/license.txt (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/tnc-toolbox.php (added)
-
tags/2.0.1/vendors (added)
-
tags/2.0.1/vendors/cpanel-uapi.php (added)
-
trunk/core/core.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tnc-toolbox.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tnc-toolbox/trunk/core/core.php
r3390845 r3390875 253 253 if ('publish' === $post_after->post_status || 254 254 ($post_before->post_status === 'publish' && $post_after->post_status !== 'trash')) { 255 $this->nginx_cache_purge(); 255 // Use the UAPI directly rather than function, to support automated 256 TNC_cPanel_UAPI::make_api_request('NginxCaching/clear_cache'); 256 257 } 257 258 } -
tnc-toolbox/trunk/readme.txt
r3390845 r3390875 8 8 Tested up to: 6.8 9 9 Requires PHP: 8.0 10 Stable tag: 2.0. 010 Stable tag: 2.0.1 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 95 95 == Changelog == 96 96 97 = 2.0.1: Nov 6, 2025 = 98 * Fix: Auto-purge now calls directly (re: nonce failure) (#31) 99 97 100 = 2.0.0: Nov 6, 2025 = 98 101 * NOTE: MAJOR REBUILD, PLEASE TEST BEFORE DEPLOYING -
tnc-toolbox/trunk/tnc-toolbox.php
r3390845 r3390875 6 6 * @author The Network Crew Pty Ltd (TNC & Co.) 7 7 * @license gplv3 8 * @version 2.0. 08 * @version 2.0.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: 2.0. 014 * Version: 2.0.1 15 15 * Requires at least: 6.0 16 16 * Requires PHP: 8.0 … … 32 32 33 33 // Plugin version 34 define('TNCTOOLBOX_VERSION', '2.0. 0');34 define('TNCTOOLBOX_VERSION', '2.0.1'); 35 35 36 36 // Plugin Root File
Note: See TracChangeset
for help on using the changeset viewer.