Changeset 2912035
- Timestamp:
- 05/13/2023 04:08:08 PM (3 years ago)
- Location:
- custom-404-pro
- Files:
-
- 6 edited
- 1 copied
-
tags/3.8.2 (copied) (copied from custom-404-pro/trunk)
-
tags/3.8.2/admin/views/logs.php (modified) (1 diff)
-
tags/3.8.2/custom-404-pro.php (modified) (1 diff)
-
tags/3.8.2/readme.txt (modified) (2 diffs)
-
trunk/admin/views/logs.php (modified) (1 diff)
-
trunk/custom-404-pro.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-404-pro/tags/3.8.2/admin/views/logs.php
r2903606 r2912035 12 12 <form id="form_logs" method="GET"> 13 13 <!-- For plugins, we also need to ensure that the form posts back to our current page --> 14 <input type="hidden" name="page" value="<?php echo sanitize_text_field($_REQUEST['page']); ?>" />14 <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" /> 15 15 <?php wp_nonce_field("form-logs-options", "form-logs-options"); ?> 16 16 <!-- Now we can render the completed list table --> -
custom-404-pro/tags/3.8.2/custom-404-pro.php
r2912032 r2912035 5 5 Plugin URI: https://wordpress.org/plugins/custom-404-pro/ 6 6 Description: Override the default 404 page with any page or a custom URL from the Admin Panel. 7 Version: 3.8. 17 Version: 3.8.2 8 8 Author: Kunal Nagar 9 9 Author URI: https://www.kunalnagar.in -
custom-404-pro/tags/3.8.2/readme.txt
r2912032 r2912035 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.2 7 Stable tag: 3.8. 17 Stable tag: 3.8.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 58 = 3.8.2 = 59 * Fix logs vuln 57 60 58 61 = 3.8.1 = -
custom-404-pro/trunk/admin/views/logs.php
r2903606 r2912035 12 12 <form id="form_logs" method="GET"> 13 13 <!-- For plugins, we also need to ensure that the form posts back to our current page --> 14 <input type="hidden" name="page" value="<?php echo sanitize_text_field($_REQUEST['page']); ?>" />14 <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" /> 15 15 <?php wp_nonce_field("form-logs-options", "form-logs-options"); ?> 16 16 <!-- Now we can render the completed list table --> -
custom-404-pro/trunk/custom-404-pro.php
r2912032 r2912035 5 5 Plugin URI: https://wordpress.org/plugins/custom-404-pro/ 6 6 Description: Override the default 404 page with any page or a custom URL from the Admin Panel. 7 Version: 3.8. 17 Version: 3.8.2 8 8 Author: Kunal Nagar 9 9 Author URI: https://www.kunalnagar.in -
custom-404-pro/trunk/readme.txt
r2912032 r2912035 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.2 7 Stable tag: 3.8. 17 Stable tag: 3.8.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 58 = 3.8.2 = 59 * Fix logs vuln 57 60 58 61 = 3.8.1 =
Note: See TracChangeset
for help on using the changeset viewer.