Changeset 3303429
- Timestamp:
- 05/30/2025 08:23:28 AM (10 months ago)
- Location:
- ag-custom-admin/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ag-custom-admin/trunk/plugin.php
r3081754 r3303429 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.2. 57 Version: 7.2.6 8 8 Text Domain: ag-custom-admin 9 9 Domain Path: /languages … … 29 29 30 30 class AGCA{ 31 private $agca_version = "7.2. 5";31 private $agca_version = "7.2.6"; 32 32 private $colorizer = ""; 33 33 private $agca_debug = false; -
ag-custom-admin/trunk/readme.txt
r3081754 r3303429 4 4 Tags: custom dashboard, custom menu, custom admin, custom login, white label 5 5 Requires at least: 3.0 6 Tested up to: 6. 5.27 Stable tag: 7.2. 56 Tested up to: 6.8.1 7 Stable tag: 7.2.6 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl.txt … … 75 75 * Hide register and lost password links 76 76 * Change hyperlink on register button 77 77 78 78 = Admin Menu Options = 79 79 * Rename menu and sub-menu items … … 88 88 * Add custom link to branding image 89 89 * Change admin menu auto-folding settings 90 90 91 91 = Colorizer = 92 * Change background and text colors on admin and login page 92 * Change background and text colors on admin and login page 93 93 * Change admin menu colors 94 94 * Change widget colors … … 140 140 = Some options are not working = 141 141 If you have the latest WordPress and plugin versions, and you still experience some issues, please contact us and report the issue. 142 143 = How can I report security bugs? = 144 You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/ag-custom-admin) 142 145 143 146 == Screenshots == … … 160 163 == Change Log == 161 164 165 = 7.2.6 = 166 * Maintenance release 167 162 168 = 7.2.5 = 163 169 * Removed outdated session-related code … … 175 181 == Upgrade Notice == 176 182 183 = 7.2.6 = 184 * Maintenance release 185 177 186 = 7.2.5 = 178 187 * Removed outdated session-related code
Note: See TracChangeset
for help on using the changeset viewer.