Changeset 2859680
- Timestamp:
- 02/03/2023 02:10:38 PM (3 years ago)
- Location:
- ag-custom-admin/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
plugin.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ag-custom-admin/trunk/changelog.txt
r2816843 r2859680 1 1 == Change Log == 2 3 = 7.1.3 = 4 * Fixed compatibility issue with WP Forms 5 6 = 7.1.2 = 7 * Compatibility with WordPress 6.1.1 8 * Fixed input field sanitization issues 9 10 = 7.1.1 = 11 * Compatibility with WordPress 6.1 2 12 3 13 = 7.1 = 4 14 * WordPress 6.0 compatibility 15 * Fixed issue with New menu item in admin bar 16 * Fixed issues with dependable fields 5 17 6 18 = 7.0.2 = -
ag-custom-admin/trunk/plugin.php
r2858474 r2859680 5 5 Description: CHANGE: admin menu, login page, admin bar, dashboard widgets, custom colors, custom CSS & JS, logo & images 6 6 Author: Cusmin 7 Version: 7.1. 37 Version: 7.1.4 8 8 Text Domain: ag-custom-admin 9 9 Domain Path: /languages 10 10 Author URI: https://cusmin.com/ 11 11 12 Copyright 202 2. Cusmin (email : info@cusmin.com)12 Copyright 2023. Cusmin (email : info@cusmin.com) 13 13 14 14 This program is free software: you can redistribute it and/or modify … … 29 29 30 30 class AGCA{ 31 private $agca_version = "7.1. 3";31 private $agca_version = "7.1.4"; 32 32 private $colorizer = ""; 33 33 private $agca_debug = false; … … 79 79 80 80 function hide_admin_bar_css(){ 81 if(is_user_logged_in() && 82 current_user_can($this->admin_capability()) && 83 get_option('agca_role_allbutadmin')){ 84 return; 85 } 81 86 ?> 82 87 <style type="text/css"> -
ag-custom-admin/trunk/readme.txt
r2858474 r2859680 5 5 Requires at least: 3.0 6 6 Tested up to: 6.1.1 7 Stable tag: 7.1. 37 Stable tag: 7.1.4 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl.txt … … 160 160 == Change Log == 161 161 162 = 7.1.4 = 163 * Fixed issue for hiding admin bar for admin users 164 162 165 = 7.1.3 = 163 166 * Fixed compatibility issue with WP Forms … … 179 182 == Upgrade Notice == 180 183 184 = 7.1.4 = 185 * Fixed issue for hiding admin bar for admin users 186 181 187 = 7.1.3 = 182 188 * Fixed compatibility issue with WP Forms 183 184 = 7.1.2 =185 * Compatibility with WordPress 6.1.1186 * Fixed input field sanitization issues187 188 = 7.1.1 =189 * Compatibility with WordPress 6.1190 191 = 7.1 =192 * WordPress 6.0 compatibility193 194 = 7.0.2 =195 * Fixed compatibility issues with page builders. Fixed warning messages.
Note: See TracChangeset
for help on using the changeset viewer.