Plugin Directory

Changeset 3397574


Ignore:
Timestamp:
11/17/2025 08:36:44 PM (4 months ago)
Author:
creativemashwp
Message:

Updated readme.txt for version 1.1.2

Location:
menu-backup-restore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-backup-restore/tags/1.1.2/readme.txt

    r3397570 r3397574  
    127127= 1.1.2 =
    128128* Fixed PHP 8.1 deprecation warnings caused by passing null to add_submenu_page()
    129 * Fixed PHP 8.1 deprecation warning in strip_tags() by setting global $title for import preview page
    130 * Fixed WordPress.org review link compliance issue - changed to general reviews page
    131 * Changed null to empty string in add_submenu_page() call for hidden admin page
    132 * Added null coalescing operators to all $_GET and $_POST parameter accesses before sanitization
    133 * Added null coalescing operators to all menu item property accesses (title, description, url, type, object, etc.)
    134 * Ensured wp_unslash() and sanitize_text_field() always receive string values, never null
    135 * Fixed strpos(), str_replace(), and strip_tags() deprecation warnings in WordPress core
    136 * Fixed null value handling in menu object name retrieval
    137 * Fixed null value handling in post/term metadata extraction
    138129* Improved PHP 8.1+ compatibility across all admin interfaces and form handlers
    139130* Fixed CSS not loading on import preview page - styles now properly apply
  • menu-backup-restore/trunk/readme.txt

    r3397570 r3397574  
    127127= 1.1.2 =
    128128* Fixed PHP 8.1 deprecation warnings caused by passing null to add_submenu_page()
    129 * Fixed PHP 8.1 deprecation warning in strip_tags() by setting global $title for import preview page
    130 * Fixed WordPress.org review link compliance issue - changed to general reviews page
    131 * Changed null to empty string in add_submenu_page() call for hidden admin page
    132 * Added null coalescing operators to all $_GET and $_POST parameter accesses before sanitization
    133 * Added null coalescing operators to all menu item property accesses (title, description, url, type, object, etc.)
    134 * Ensured wp_unslash() and sanitize_text_field() always receive string values, never null
    135 * Fixed strpos(), str_replace(), and strip_tags() deprecation warnings in WordPress core
    136 * Fixed null value handling in menu object name retrieval
    137 * Fixed null value handling in post/term metadata extraction
    138129* Improved PHP 8.1+ compatibility across all admin interfaces and form handlers
    139130* Fixed CSS not loading on import preview page - styles now properly apply
Note: See TracChangeset for help on using the changeset viewer.