Plugin Directory

Changeset 3204549


Ignore:
Timestamp:
12/09/2024 02:34:51 AM (15 months ago)
Author:
g5theme
Message:
  • Fix capabilities for post_types: "trans_log", "invoice" and "user_package"
Location:
essential-real-estate/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • essential-real-estate/trunk/CHANGELOG.md

    r3199220 r3204549  
    11Changelog
    22=========
     3### 5.1.7 - December 09, 2024
     4* Fix capabilities for post_types: "trans_log", "invoice" and "user_package"
     5
    36### 5.1.6 - November 29, 2024
    47* Fix error verify captcha register user
  • essential-real-estate/trunk/admin/class-ere-admin.php

    r3172570 r3204549  
    222222                'menu_icon'           => 'dashicons-money',
    223223                'can_export'          => true,
    224                 'capabilities'        => $this->get_user_package_capabilities(),
     224                //'capabilities'        => $this->get_user_package_capabilities(),
     225                'capability_type' => 'user_package',
    225226                'map_meta_cap'        => true,
    226227                'exclude_from_search' => true,
     
    235236                'supports'            => array( 'title', 'excerpt' ),
    236237                'menu_icon'           => 'dashicons-list-view',
    237                 'capabilities'        => $this->get_invoice_capabilities(),
     238                //'capabilities'        => $this->get_invoice_capabilities(),
     239                'capability_type' => 'invoice',
    238240                'map_meta_cap'        => true,
    239241                'exclude_from_search' => true,
     
    249251                'menu_icon'           => 'dashicons-media-text',
    250252                'can_export'          => true,
    251                 'capabilities'        => $this->get_trans_log_capabilities(),
     253                //'capabilities'        => $this->get_trans_log_capabilities(),
     254                'capability_type' => 'trans_log',
    252255                'map_meta_cap'        => true,
    253256                'exclude_from_search' => true,
  • essential-real-estate/trunk/essential-real-estate.php

    r3199220 r3204549  
    44 * Plugin URI: https://wordpress.org/plugins/essential-real-estate
    55 * 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.6
     6 * Version: 5.1.7
    77 * Author: G5Theme
    88 * Author URI: http://themeforest.net/user/g5theme
     
    2929
    3030if (!defined('ERE_PLUGIN_VER')) {
    31     define('ERE_PLUGIN_VER', '5.1.6');
     31    define('ERE_PLUGIN_VER', '5.1.7');
    3232}
    3333if (!defined('ERE_PLUGIN_FILE')) {
  • essential-real-estate/trunk/readme.txt

    r3199220 r3204549  
    55Requires at least: 4.5
    66Tested up to: 6.6.2
    7 Stable tag: 5.1.6
     7Stable tag: 5.1.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9999
    100100== Changelog ==
     101= 5.1.7 =
     102* Fix capabilities for post_types: "trans_log", "invoice" and "user_package"
    101103= 5.1.6 =
     104
    102105* Fix error verify captcha register user
    103106
Note: See TracChangeset for help on using the changeset viewer.