Changeset 3397574
- Timestamp:
- 11/17/2025 08:36:44 PM (4 months ago)
- Location:
- menu-backup-restore
- Files:
-
- 2 edited
-
tags/1.1.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
menu-backup-restore/tags/1.1.2/readme.txt
r3397570 r3397574 127 127 = 1.1.2 = 128 128 * 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 page130 * Fixed WordPress.org review link compliance issue - changed to general reviews page131 * Changed null to empty string in add_submenu_page() call for hidden admin page132 * Added null coalescing operators to all $_GET and $_POST parameter accesses before sanitization133 * 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 null135 * Fixed strpos(), str_replace(), and strip_tags() deprecation warnings in WordPress core136 * Fixed null value handling in menu object name retrieval137 * Fixed null value handling in post/term metadata extraction138 129 * Improved PHP 8.1+ compatibility across all admin interfaces and form handlers 139 130 * Fixed CSS not loading on import preview page - styles now properly apply -
menu-backup-restore/trunk/readme.txt
r3397570 r3397574 127 127 = 1.1.2 = 128 128 * 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 page130 * Fixed WordPress.org review link compliance issue - changed to general reviews page131 * Changed null to empty string in add_submenu_page() call for hidden admin page132 * Added null coalescing operators to all $_GET and $_POST parameter accesses before sanitization133 * 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 null135 * Fixed strpos(), str_replace(), and strip_tags() deprecation warnings in WordPress core136 * Fixed null value handling in menu object name retrieval137 * Fixed null value handling in post/term metadata extraction138 129 * Improved PHP 8.1+ compatibility across all admin interfaces and form handlers 139 130 * Fixed CSS not loading on import preview page - styles now properly apply
Note: See TracChangeset
for help on using the changeset viewer.