Changeset 3322288
- Timestamp:
- 07/04/2025 11:41:50 AM (9 months ago)
- Location:
- wp-simple-html-sitemap/trunk
- Files:
-
- 3 edited
-
inc/wshs_admin_view.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wordpress_simple_html_sitemap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-simple-html-sitemap/trunk/inc/wshs_admin_view.php
r3285592 r3322288 90 90 91 91 add_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');93 92 94 93 /** -
wp-simple-html-sitemap/trunk/readme.txt
r3285592 r3322288 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 3. 38 Stable tag: 3.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 121 121 == Changelog == 122 122 123 = 3.4 = 124 * Resolved vulnerability issues, updated security, and tested with the latest WordPress version. 125 123 126 = 3.3 = 124 127 * Removed unauthenticated AJAX actions to resolve broken access control vulnerability. -
wp-simple-html-sitemap/trunk/wordpress_simple_html_sitemap.php
r3285592 r3322288 5 5 * Description: Using WordPress Simple HTML Sitemap plugin, you can add HTML Sitemap anywhere on the website using Shortcode. 6 6 * Author: Ashish Ajani 7 * Version: 3. 37 * Version: 3.4 8 8 * Author: Ashish Ajani 9 9 * Author URI: http://freelancer-coder.com/
Note: See TracChangeset
for help on using the changeset viewer.