Changeset 2858474
- Timestamp:
- 02/01/2023 04:02:20 PM (3 years ago)
- Location:
- ag-custom-admin/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ag-custom-admin/trunk/plugin.php
r2857079 r2858474 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. 27 Version: 7.1.3 8 8 Text Domain: ag-custom-admin 9 9 Domain Path: /languages … … 29 29 30 30 class AGCA{ 31 private $agca_version = "7.1. 2";31 private $agca_version = "7.1.3"; 32 32 private $colorizer = ""; 33 33 private $agca_debug = false; … … 1756 1756 }finally{ 1757 1757 jQuery('html').css('visibility','visible'); 1758 jQuery('head').append('<style>html{visibility: visible !important;}</style>'); 1758 1759 } 1759 1760 <?php -
ag-custom-admin/trunk/readme.txt
r2857079 r2858474 5 5 Requires at least: 3.0 6 6 Tested up to: 6.1.1 7 Stable tag: 7.1. 27 Stable tag: 7.1.3 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.3 = 163 * Fixed compatibility issue with WP Forms 164 162 165 = 7.1.2 = 163 166 * Compatibility with WordPress 6.1.1 … … 176 179 == Upgrade Notice == 177 180 181 = 7.1.3 = 182 * Fixed compatibility issue with WP Forms 183 178 184 = 7.1.2 = 179 185 * Compatibility with WordPress 6.1.1
Note: See TracChangeset
for help on using the changeset viewer.