Plugin Directory

Changeset 2835366


Ignore:
Timestamp:
12/17/2022 05:41:31 AM (3 years ago)
Author:
mbmipak
Message:

ver 2.1.2 fix bug

Location:
manage-user-access-permission/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • manage-user-access-permission/trunk/include/core.php

    r2833529 r2835366  
    8686        wp_enqueue_script(
    8787            'muap_admin',
    88             MUAP_MPMTI_URI . 'assets/js/admin.js?ver=1.0.18',
     88            MUAP_MPMTI_URI . 'assets/js/admin.js?ver=1.0.19',
    8989            array('jquery'),
    9090            1,
  • manage-user-access-permission/trunk/manage-user-access-permission.php

    r2833529 r2835366  
    88 *
    99 * @link              https://mbmti.ir
    10  * @since             2.1.1
     10 * @since             2.1.2
    1111 * @package           MBMTI_PKG
    1212 *
     
    1515 * Plugin URI:        https://mbmti.ir/manage-user-access-permission-plugin
    1616 * Description:       User role management,Managing access to menus in such a way that if the menu is not accessed, the screen will be locked,Post type support,Support for plugins and template menus,completely free
    17  * Version:           2.1.1
     17 * Version:           2.1.2
    1818 * Author:            Net Tutorial
    1919 * Author URI:        http://mbmti.ir/about-us
     
    2727/* General Definition
    2828******************************/
    29 define('MUAP_MPMTI_VERSION', '2.1.1');
     29define('MUAP_MPMTI_VERSION', '2.1.2');
    3030
    3131define('MUAP_MPMTI_BASE', plugin_dir_path(__FILE__));
  • manage-user-access-permission/trunk/readme.txt

    r2833529 r2835366  
    55Requires at least: 3.0.1
    66Tested up to: 6.1.1
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.