Plugin Directory

Changeset 3466442


Ignore:
Timestamp:
02/21/2026 03:00:42 PM (6 weeks ago)
Author:
precisionwp
Message:

1.6.1

  • Fixed: Taxonomy Switcher not appearing in dashboard.
Location:
adminease/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • adminease/trunk/README.txt

    r3466438 r3466442  
    189189== Changelog ==
    190190
     191= 1.6.1 =
     192- Fixed: Taxonomy Switcher not appearing in dashboard.
     193
    191194= 1.6.0 =
    192195- Added: Taxonomy Switcher feature.
  • adminease/trunk/adminease.php

    r3466438 r3466442  
    33 * Plugin Name: AdminEase
    44 * Description: Boosts your WordPress admin with tools for updates, security, performance, and user management - no coding required.
    5  * Version:     1.6.0
     5 * Version:     1.6.1
    66 * Author:      PrecisionWP
    77 * Author URI:  https://precisionwp.net/
     
    1515
    1616// Plugin constants.
    17 define( 'ADMINEASE_VERSION', '1.6.0' );
     17define( 'ADMINEASE_VERSION', '1.6.1' );
    1818define( 'ADMINEASE_NAME', 'AdminEase' );
    1919define( 'ADMINEASE_SLUG', 'adminease' );
  • adminease/trunk/composer.json

    r3466438 r3466442  
    33    "description": "AdminEase – free version",
    44    "type": "wordpress-plugin",
    5     "version": "1.6.0",
     5    "version": "1.6.1",
    66    "require": {
    77        "php": ">=7.4",
  • adminease/trunk/includes/Features.php

    r3466438 r3466442  
    4040use AdminEase\Features\RedirectAfterLoginLogout;
    4141use AdminEase\Features\TaxonomyMetaBox;
     42use AdminEase\Features\TaxonomySwitcher;
    4243use AdminEase\Features\UpdatesAndNotifications;
    4344use AdminEase\Features\UploadMaxFileSize;
     
    103104        new DragAndDropOrderingTaxonomies();
    104105        new TaxonomyMetaBox();
     106        new TaxonomySwitcher();
    105107       
    106108        // Users
Note: See TracChangeset for help on using the changeset viewer.