Changeset 2835366
- Timestamp:
- 12/17/2022 05:41:31 AM (3 years ago)
- Location:
- manage-user-access-permission/trunk
- Files:
-
- 3 edited
-
include/core.php (modified) (1 diff)
-
manage-user-access-permission.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
manage-user-access-permission/trunk/include/core.php
r2833529 r2835366 86 86 wp_enqueue_script( 87 87 'muap_admin', 88 MUAP_MPMTI_URI . 'assets/js/admin.js?ver=1.0.1 8',88 MUAP_MPMTI_URI . 'assets/js/admin.js?ver=1.0.19', 89 89 array('jquery'), 90 90 1, -
manage-user-access-permission/trunk/manage-user-access-permission.php
r2833529 r2835366 8 8 * 9 9 * @link https://mbmti.ir 10 * @since 2.1. 110 * @since 2.1.2 11 11 * @package MBMTI_PKG 12 12 * … … 15 15 * Plugin URI: https://mbmti.ir/manage-user-access-permission-plugin 16 16 * 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. 117 * Version: 2.1.2 18 18 * Author: Net Tutorial 19 19 * Author URI: http://mbmti.ir/about-us … … 27 27 /* General Definition 28 28 ******************************/ 29 define('MUAP_MPMTI_VERSION', '2.1. 1');29 define('MUAP_MPMTI_VERSION', '2.1.2'); 30 30 31 31 define('MUAP_MPMTI_BASE', plugin_dir_path(__FILE__)); -
manage-user-access-permission/trunk/readme.txt
r2833529 r2835366 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.1.1 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.