Plugin Directory

Changeset 2912035


Ignore:
Timestamp:
05/13/2023 04:08:08 PM (3 years ago)
Author:
kunalnagar
Message:

Update to version 3.8.2 from GitHub

Location:
custom-404-pro
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • custom-404-pro/tags/3.8.2/admin/views/logs.php

    r2903606 r2912035  
    1212    <form id="form_logs" method="GET">
    1313        <!-- 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']); ?>" />
    1515        <?php wp_nonce_field("form-logs-options", "form-logs-options"); ?>
    1616        <!-- Now we can render the completed list table -->
  • custom-404-pro/tags/3.8.2/custom-404-pro.php

    r2912032 r2912035  
    55Plugin URI: https://wordpress.org/plugins/custom-404-pro/
    66Description: Override the default 404 page with any page or a custom URL from the Admin Panel.
    7 Version: 3.8.1
     7Version: 3.8.2
    88Author: Kunal Nagar
    99Author URI: https://www.kunalnagar.in
  • custom-404-pro/tags/3.8.2/readme.txt

    r2912032 r2912035  
    55Requires at least: 3.0.1
    66Tested up to: 6.2
    7 Stable tag: 3.8.1
     7Stable tag: 3.8.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656== Changelog ==
     57
     58= 3.8.2 =
     59* Fix logs vuln
    5760
    5861= 3.8.1 =
  • custom-404-pro/trunk/admin/views/logs.php

    r2903606 r2912035  
    1212    <form id="form_logs" method="GET">
    1313        <!-- 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']); ?>" />
    1515        <?php wp_nonce_field("form-logs-options", "form-logs-options"); ?>
    1616        <!-- Now we can render the completed list table -->
  • custom-404-pro/trunk/custom-404-pro.php

    r2912032 r2912035  
    55Plugin URI: https://wordpress.org/plugins/custom-404-pro/
    66Description: Override the default 404 page with any page or a custom URL from the Admin Panel.
    7 Version: 3.8.1
     7Version: 3.8.2
    88Author: Kunal Nagar
    99Author URI: https://www.kunalnagar.in
  • custom-404-pro/trunk/readme.txt

    r2912032 r2912035  
    55Requires at least: 3.0.1
    66Tested up to: 6.2
    7 Stable tag: 3.8.1
     7Stable tag: 3.8.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656== Changelog ==
     57
     58= 3.8.2 =
     59* Fix logs vuln
    5760
    5861= 3.8.1 =
Note: See TracChangeset for help on using the changeset viewer.