Plugin Directory

Changeset 3413304


Ignore:
Timestamp:
12/07/2025 02:56:31 AM (8 weeks ago)
Author:
prakharb88
Message:

Version 1.1.1: Add screenshots and update to WordPress 6.9

Location:
reset-file-and-folder-permissions/trunk
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • reset-file-and-folder-permissions/trunk/file-permissions-reset.php

    r3410275 r3413304  
    44 * Plugin URI: https://nandann.com/contact
    55 * 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.0
     6 * Version: 1.1.1
    77 * Author: Prakhar Bhatia
    88 * Author URI: https://nandann.com
     
    2626
    2727// Define plugin constants
    28 define( 'RESETFILEPERM_PLUGIN_VERSION', '1.1.0' );
     28define( 'RESETFILEPERM_PLUGIN_VERSION', '1.1.1' );
    2929define( 'RESETFILEPERM_PLUGIN_FILE', __FILE__ );
    3030define( 'RESETFILEPERM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • reset-file-and-folder-permissions/trunk/readme.txt

    r3413303 r3413304  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    153153
    154154== 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
    155160
    156161= 1.1.0 =
     
    178183== Upgrade Notice ==
    179184
     185= 1.1.1 =
     186Minor update: Added screenshots and updated WordPress compatibility to 6.9. Recommended for all users.
     187
    180188= 1.1.0 =
    181189Major 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.