Changeset 3466442
- Timestamp:
- 02/21/2026 03:00:42 PM (6 weeks ago)
- Location:
- adminease/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
adminease.php (modified) (2 diffs)
-
composer.json (modified) (1 diff)
-
includes/Features.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adminease/trunk/README.txt
r3466438 r3466442 189 189 == Changelog == 190 190 191 = 1.6.1 = 192 - Fixed: Taxonomy Switcher not appearing in dashboard. 193 191 194 = 1.6.0 = 192 195 - Added: Taxonomy Switcher feature. -
adminease/trunk/adminease.php
r3466438 r3466442 3 3 * Plugin Name: AdminEase 4 4 * Description: Boosts your WordPress admin with tools for updates, security, performance, and user management - no coding required. 5 * Version: 1.6. 05 * Version: 1.6.1 6 6 * Author: PrecisionWP 7 7 * Author URI: https://precisionwp.net/ … … 15 15 16 16 // Plugin constants. 17 define( 'ADMINEASE_VERSION', '1.6. 0' );17 define( 'ADMINEASE_VERSION', '1.6.1' ); 18 18 define( 'ADMINEASE_NAME', 'AdminEase' ); 19 19 define( 'ADMINEASE_SLUG', 'adminease' ); -
adminease/trunk/composer.json
r3466438 r3466442 3 3 "description": "AdminEase – free version", 4 4 "type": "wordpress-plugin", 5 "version": "1.6. 0",5 "version": "1.6.1", 6 6 "require": { 7 7 "php": ">=7.4", -
adminease/trunk/includes/Features.php
r3466438 r3466442 40 40 use AdminEase\Features\RedirectAfterLoginLogout; 41 41 use AdminEase\Features\TaxonomyMetaBox; 42 use AdminEase\Features\TaxonomySwitcher; 42 43 use AdminEase\Features\UpdatesAndNotifications; 43 44 use AdminEase\Features\UploadMaxFileSize; … … 103 104 new DragAndDropOrderingTaxonomies(); 104 105 new TaxonomyMetaBox(); 106 new TaxonomySwitcher(); 105 107 106 108 // Users
Note: See TracChangeset
for help on using the changeset viewer.