Changeset 2856443
- Timestamp:
- 01/29/2023 10:20:17 AM (3 years ago)
- Location:
- cloud-customer-area
- Files:
-
- 19 added
- 3 edited
-
tags/2.0.5 (added)
-
tags/2.0.5/assets (added)
-
tags/2.0.5/assets/css (added)
-
tags/2.0.5/assets/css/backend.css (added)
-
tags/2.0.5/assets/css/frontend.css (added)
-
tags/2.0.5/assets/js (added)
-
tags/2.0.5/assets/js/backend.js (added)
-
tags/2.0.5/assets/js/frontend.js (added)
-
tags/2.0.5/assets/loading.svg (added)
-
tags/2.0.5/cloud-customer-area.php (added)
-
tags/2.0.5/inc (added)
-
tags/2.0.5/inc/google-api.php (added)
-
tags/2.0.5/inc/main.php (added)
-
tags/2.0.5/part (added)
-
tags/2.0.5/part/settings_page.php (added)
-
tags/2.0.5/part/settings_page_customize.php (added)
-
tags/2.0.5/part/settings_page_main.php (added)
-
tags/2.0.5/part/settings_page_oauth.php (added)
-
tags/2.0.5/readme.txt (added)
-
trunk/cloud-customer-area.php (modified) (2 diffs)
-
trunk/inc/main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloud-customer-area/trunk/cloud-customer-area.php
r2801979 r2856443 11 11 Text Domain: cloud-customer-area 12 12 Domain Path: /languages/ 13 Version: 2.0. 413 Version: 2.0.5 14 14 */ 15 15 … … 29 29 } 30 30 31 register_activation_hook(__FILE__, function () { 32 add_role('customer_area_user', __('Cloud Area User', 'cloud-customer-area'), []); 33 }); 34 31 35 $main = new \CloudCustomerArea\Inc\Main(); 32 36 $main->init_plugin(); -
cloud-customer-area/trunk/inc/main.php
r2801979 r2856443 164 164 { 165 165 // Plugin 166 register_activation_hook(__FILE__, function () {167 add_role('customer_area_user', __('Cloud Area User', 'cloud-customer-area'), array());168 });169 166 add_action('after_setup_theme', function () { 170 167 if (current_user_can('customer_area_user') && !is_admin()) { -
cloud-customer-area/trunk/readme.txt
r2856435 r2856443 5 5 Requires at least: 4.0 6 6 Tested up to: 6.1 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 101 101 == Changelog == 102 102 103 = 2.0.5 = 104 * Plugin role creation fix [thanks to Kmzerowebmarketing] 105 103 106 = 2.0.4 = 104 107 * No files fix … … 139 142 140 143 == Upgrade Notice == 144 145 = 2.0.5 = 146 Plugin role creation fix [thanks to Kmzerowebmarketing] 141 147 142 148 = 2.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.