Changeset 3349559
- Timestamp:
- 08/25/2025 09:26:52 AM (7 months ago)
- File:
-
- 1 edited
-
wp-bannerize-pro/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-bannerize-pro/trunk/readme.txt
r3249499 r3349559 5 5 Requires at least: 6.2 6 6 Tested up to: 6.7 7 Stable tag: 1.1 0.07 Stable tag: 1.11.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 1.11.0 = 72 73 Security & Enhancement Updates 74 75 🔒 Security 76 * SSRF Protection: Added Server-Side Request Forgery (SSRF) protection for external banner image URLs 77 * Added wp_bannerize_is_remote_image() method to validate remote image URLs 78 * Only allows JPEG, PNG, and GIF image formats from external sources 79 * Returns HTTP 200 status validation for remote images 80 * Prevents malicious URL exploitation through banner uploads 81 * Added admin error notice when invalid image URLs are submitted 82 83 🎨 Code Quality 84 * Code Formatting: Standardized code indentation and formatting in WPBannerizeServiceProvider.php 85 * Improved readability and consistency across the codebase 86 * Fixed indentation issues throughout the service provider class 87 88 🚨 User Experience 89 * Error Handling: Added user-friendly error messages 90 * Display admin notice when invalid banner image URLs are entered 91 * Clear feedback for users when external image URLs fail validation 92 71 93 = 1.10.0 = 72 94
Note: See TracChangeset
for help on using the changeset viewer.