Plugin Directory

Changeset 3322288


Ignore:
Timestamp:
07/04/2025 11:41:50 AM (9 months ago)
Author:
ashishajani
Message:

Resolved vulnerability and tested with latest WP version

Location:
wp-simple-html-sitemap/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-simple-html-sitemap/trunk/inc/wshs_admin_view.php

    r3285592 r3322288  
    9090
    9191add_action('wp_ajax_wshs_get_posts_by_type', 'wshs_get_posts_by_type');
    92 //add_action('wp_ajax_nopriv_wshs_get_posts_by_type', 'wshs_get_posts_by_type');
    9392
    9493/**
  • wp-simple-html-sitemap/trunk/readme.txt

    r3285592 r3322288  
    66Tested up to: 6.8.1
    77Requires PHP: 7.4
    8 Stable tag: 3.3
     8Stable tag: 3.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    121121== Changelog ==
    122122
     123= 3.4 =
     124* Resolved vulnerability issues, updated security, and tested with the latest WordPress version.
     125
    123126= 3.3 =
    124127* Removed unauthenticated AJAX actions to resolve broken access control vulnerability.
  • wp-simple-html-sitemap/trunk/wordpress_simple_html_sitemap.php

    r3285592 r3322288  
    55 * Description: Using WordPress Simple HTML Sitemap plugin, you can add HTML Sitemap anywhere on the website using Shortcode.
    66 * Author: Ashish Ajani
    7  * Version: 3.3
     7 * Version: 3.4
    88 * Author: Ashish Ajani
    99 * Author URI: http://freelancer-coder.com/
Note: See TracChangeset for help on using the changeset viewer.