Changeset 3395328
- Timestamp:
- 11/13/2025 09:12:12 PM (4 months ago)
- Location:
- tnc-toolbox
- Files:
-
- 18 added
- 3 edited
-
tags/2.0.6 (added)
-
tags/2.0.6/assets (added)
-
tags/2.0.6/assets/index.php (added)
-
tags/2.0.6/assets/styles-config.css (added)
-
tags/2.0.6/assets/tnc-icon-light.png (added)
-
tags/2.0.6/core (added)
-
tags/2.0.6/core/core.php (added)
-
tags/2.0.6/core/index.php (added)
-
tags/2.0.6/core/settings.php (added)
-
tags/2.0.6/index.php (added)
-
tags/2.0.6/license.txt (added)
-
tags/2.0.6/locale (added)
-
tags/2.0.6/locale/index.php (added)
-
tags/2.0.6/readme.txt (added)
-
tags/2.0.6/tnc-toolbox.php (added)
-
tags/2.0.6/vendor (added)
-
tags/2.0.6/vendor/cpanel-uapi.php (added)
-
tags/2.0.6/vendor/index.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
r3395024 r3395328 209 209 public function nginx_cache_purge() { 210 210 check_admin_referer('nginx_cache_purge'); 211 if (!current_user_can(' manage_options')) {211 if (!current_user_can('edit_posts')) { 212 212 wp_die(__('You are not allowed to do that.')); 213 213 } -
tnc-toolbox/trunk/readme.txt
r3395024 r3395328 6 6 Tags: NGINX, Cache Purge, Web Performance, Automatic Purge, Freeware 7 7 Tested up to: 6.8 8 Stable tag: 2.0. 58 Stable tag: 2.0.6 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 113 113 == Changelog == 114 114 115 = 2.0.6: Nov 14, 2025 = 116 * Cache Purge: Loosen required permission (edit_posts) 117 115 118 = 2.0.5: Nov 13, 2025 = 116 119 * Security: Restrict actions to Cron/Hook & via Perms -
tnc-toolbox/trunk/tnc-toolbox.php
r3395024 r3395328 6 6 * @author The Network Crew Pty Ltd (TNC & Co.) 7 7 * @license gplv3 8 * @version 2.0. 58 * @version 2.0.6 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. 514 * Version: 2.0.6 15 15 * Author: The Network Crew Pty Ltd (TNC & Co.) 16 16 * Author URI: https://tnc.works … … 30 30 31 31 // Plugin version 32 define('TNCTOOLBOX_VERSION', '2.0. 5');32 define('TNCTOOLBOX_VERSION', '2.0.6'); 33 33 34 34 // Plugin Root File
Note: See TracChangeset
for help on using the changeset viewer.