Changeset 3218040
- Timestamp:
- 01/07/2025 01:17:47 AM (14 months ago)
- Location:
- essential-real-estate/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
admin/class-ere-admin-setup.php (modified) (2 diffs)
-
essential-real-estate.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
essential-real-estate/trunk/CHANGELOG.md
r3210806 r3218040 1 1 Changelog 2 2 ========= 3 ### 5.1.9 - January 07, 2025 4 * Fix error CSRF in setup pages 5 3 6 ### 5.1.8 - December 20, 2024 4 7 * Fix query property by features -
essential-real-estate/trunk/admin/class-ere-admin-setup.php
r3123067 r3218040 155 155 $step = ! empty( $_GET['step'] ) ? absint( wp_unslash( $_GET['step'] ) ) : 1; 156 156 if ( 3 === $step && ! empty( $_POST ) ) { 157 if (!isset($_POST['_wpnonce']) || !wp_verify_nonce($_POST['_wpnonce'],'ere_setup_pages')) { 158 return; 159 } 160 157 161 $create_pages = isset( $_POST['ere-create-page'] ) ? ere_clean( wp_unslash( $_POST['ere-create-page'] ) ) : array(); 158 162 $page_titles = isset( $_POST['ere-page-title'] ) ? ere_clean( wp_unslash( $_POST['ere-page-title'] ) ) : array(); … … 215 219 216 220 <form action="<?php echo esc_url( add_query_arg( 'step', 3 ) ); ?>" method="post"> 221 <?php wp_nonce_field('ere_setup_pages') ?> 217 222 <table class="ere-shortcodes widefat"> 218 223 <thead> -
essential-real-estate/trunk/essential-real-estate.php
r3210806 r3218040 4 4 * Plugin URI: https://wordpress.org/plugins/essential-real-estate 5 5 * Description: The latest plugins Real Estate you want. Completely all features, easy customize and override layout, functions. Supported global payment, build market, single, list property, single agent...etc. All fields are defined dynamic, they will help you can build any kind of Real Estate website. 6 * Version: 5.1. 86 * Version: 5.1.9 7 7 * Author: G5Theme 8 8 * Author URI: http://themeforest.net/user/g5theme … … 29 29 30 30 if (!defined('ERE_PLUGIN_VER')) { 31 define('ERE_PLUGIN_VER', '5.1. 8');31 define('ERE_PLUGIN_VER', '5.1.9'); 32 32 } 33 33 if (!defined('ERE_PLUGIN_FILE')) { -
essential-real-estate/trunk/readme.txt
r3210806 r3218040 5 5 Requires at least: 4.5 6 6 Tested up to: 6.6.2 7 Stable tag: 5.1. 87 Stable tag: 5.1.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 99 99 100 100 == Changelog == 101 = 5.1.9 = 102 * Fix error CSRF in setup pages 103 101 104 = 5.1.8 = 102 105 * Fix query property by features
Note: See TracChangeset
for help on using the changeset viewer.