Changeset 3413304
- Timestamp:
- 12/07/2025 02:56:31 AM (8 weeks ago)
- Location:
- reset-file-and-folder-permissions/trunk
- Files:
-
- 5 added
- 2 edited
-
file-permissions-reset.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
screenshots (added)
-
screenshots/screenshot-1.png (added)
-
screenshots/screenshot-2.png (added)
-
screenshots/screenshot-3.png (added)
-
screenshots/screenshot-4.png (added)
Legend:
- Unmodified
- Added
- Removed
-
reset-file-and-folder-permissions/trunk/file-permissions-reset.php
r3410275 r3413304 4 4 * Plugin URI: https://nandann.com/contact 5 5 * Description: A WordPress plugin to reset all file permissions to 0644 and all directory permissions to 0755 for security and maintenance purposes. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: Prakhar Bhatia 8 8 * Author URI: https://nandann.com … … 26 26 27 27 // Define plugin constants 28 define( 'RESETFILEPERM_PLUGIN_VERSION', '1.1. 0' );28 define( 'RESETFILEPERM_PLUGIN_VERSION', '1.1.1' ); 29 29 define( 'RESETFILEPERM_PLUGIN_FILE', __FILE__ ); 30 30 define( 'RESETFILEPERM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
reset-file-and-folder-permissions/trunk/readme.txt
r3413303 r3413304 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 153 153 154 154 == Changelog == 155 156 = 1.1.1 = 157 * Added: Screenshots for better plugin visibility on WordPress.org 158 * Updated: Tested up to WordPress 6.9 159 * Improved: Screenshot descriptions in readme.txt 155 160 156 161 = 1.1.0 = … … 178 183 == Upgrade Notice == 179 184 185 = 1.1.1 = 186 Minor update: Added screenshots and updated WordPress compatibility to 6.9. Recommended for all users. 187 180 188 = 1.1.0 = 181 189 Major update: Added file and folder ownership reset functionality with automatic server detection and smart recommendations. New tab-based interface for better organization. Ownership features require VPS/dedicated server.
Note: See TracChangeset
for help on using the changeset viewer.