=== DD Roles === Contributors: Mosterd3d Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5V2C94HQAN63C&lc=US&item_name=Dijkstra%20Design¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted Tags: Roles, Capabilities, Migrate, Users, Permissions Requires at least: 5.0 Tested up to: 6.6 Stable tag: 5.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html DD-Roles is the NUMBER 1 roles and capabilities management tool! Manage roles and capabilities easily. == Description == DD-Roles is the NUMBER 1 roles and capabilities management tool! DD-Roles is an extra User settings-page to manage your roles but keep the default roles and capabilities intact. You can add new roles and update their capabilities, migrate users and manage custom capabilities. == Installation == 1. Upload the `dd-roles` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Activate and manage your roles and capabilities through Users > DD Roles. == Frequently asked questions == Do you have ideas, questions, or issues with DD-roles? Please leave a message in the support forum. == Screenshots == 1. screenshot-1.png 2. screenshot-2.png == Changelog == = 4.1 = * Removed the capabilities for Banned role * Better responsive styling * Use select2 for remove capabilities selectbox = 4.0 = * Filter on custom capability types = 3.2 = * Fix minor bugs * Replace deprecated e.which with e.key = 3.1 = * Fix minor bugs = 3.0 = * Dusted and ready "to role" in WP-version 5.2.3 or higher ;) = 2.2 = * Fix bug custom Font = 2.1 = * Fix bug sourceMappingURL * Added grunt = 2.0 = * Added "Online Users" dashboard widget * Added banned role * Added Destroy session option * Added "spy" option = 1.5 = * Added capability to see admin bar in front * Fix typo = 1.4.9 = * Fix filter "Other WP capabilities" * Fix typo = 1.4.8 = * Better grouping of capabilities * Add translations * Usability improvement = 1.4.2 = * Branding: catch the eye = 1.4.1 = * Bugfix * Cleanup files = 1.4 = * Grouped the Capabilities * Add SASS = 1.3.1 = * Bugfix: inline-block on list = 1.3 = * Moved to Users * Bugfix: removed hardcoded sort link * Protect cap list from floating * Clean up the code = 1.2.1 = * Load assets path in a proper way. = 1.2 = * Bugfix: typo in assets path = 1.1 = * Total saving with Ajax * Usability improvement * Save roles made with DD Roles in array * Read the Upgrade notice to keep earlier made roles = 1.0 = * Add plugin live == Upgrade notice == = 1.1 = Because of an improvement, you need to do the following steps: * Upgrade plugin * Deactivate plugin * Activate plugin The current version of DD Roles requires WordPress 3.3 or higher. If you use an older version of WordPress, you need to upgrade WordPress first. == Arbitrary section 1 == ## Installation To run this project locally, follow these steps: Install the dependencies by running: ```bash npm install ``` To watch and compile the SCSS files automatically during development, run: ```bash npm run sass:watch ```