Changeset 3204549
- Timestamp:
- 12/09/2024 02:34:51 AM (15 months ago)
- Location:
- essential-real-estate/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
admin/class-ere-admin.php (modified) (3 diffs)
-
essential-real-estate.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
essential-real-estate/trunk/CHANGELOG.md
r3199220 r3204549 1 1 Changelog 2 2 ========= 3 ### 5.1.7 - December 09, 2024 4 * Fix capabilities for post_types: "trans_log", "invoice" and "user_package" 5 3 6 ### 5.1.6 - November 29, 2024 4 7 * Fix error verify captcha register user -
essential-real-estate/trunk/admin/class-ere-admin.php
r3172570 r3204549 222 222 'menu_icon' => 'dashicons-money', 223 223 'can_export' => true, 224 'capabilities' => $this->get_user_package_capabilities(), 224 //'capabilities' => $this->get_user_package_capabilities(), 225 'capability_type' => 'user_package', 225 226 'map_meta_cap' => true, 226 227 'exclude_from_search' => true, … … 235 236 'supports' => array( 'title', 'excerpt' ), 236 237 'menu_icon' => 'dashicons-list-view', 237 'capabilities' => $this->get_invoice_capabilities(), 238 //'capabilities' => $this->get_invoice_capabilities(), 239 'capability_type' => 'invoice', 238 240 'map_meta_cap' => true, 239 241 'exclude_from_search' => true, … … 249 251 'menu_icon' => 'dashicons-media-text', 250 252 'can_export' => true, 251 'capabilities' => $this->get_trans_log_capabilities(), 253 //'capabilities' => $this->get_trans_log_capabilities(), 254 'capability_type' => 'trans_log', 252 255 'map_meta_cap' => true, 253 256 'exclude_from_search' => true, -
essential-real-estate/trunk/essential-real-estate.php
r3199220 r3204549 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. 66 * Version: 5.1.7 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. 6');31 define('ERE_PLUGIN_VER', '5.1.7'); 32 32 } 33 33 if (!defined('ERE_PLUGIN_FILE')) { -
essential-real-estate/trunk/readme.txt
r3199220 r3204549 5 5 Requires at least: 4.5 6 6 Tested up to: 6.6.2 7 Stable tag: 5.1. 67 Stable tag: 5.1.7 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.7 = 102 * Fix capabilities for post_types: "trans_log", "invoice" and "user_package" 101 103 = 5.1.6 = 104 102 105 * Fix error verify captcha register user 103 106
Note: See TracChangeset
for help on using the changeset viewer.