=== SW Admin Customizer === Contributors: seniorswp, dazzadev Tested up to: 6.8 Stable tag: 1.3.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: admin, customizer, login, dashboard Customizes the WordPress admin area. == Description == SW Admin Customizer helps you enhance the look and feel of the WordPress admin area. It also allows you to customize the login page by changing the default WordPress login logo to your own brand logo. Additionally, it provides options to selectively enable or disable dashboard widgets, giving you more control over the admin dashboard's appearance. == Installation == = Installation from within WordPress = 1. Visit **Plugins > Add New**. 2. Search for **SW Admin Customizer**. 3. Install and activate the SW Admin Customizer plugin. = Manual installation = 1. Upload the entire `sw-admin-customizer` folder to the `/wp-content/plugins/` directory. 2. Visit **Plugins**. 3. Activate the SW Admin Customizer plugin. == Screenshots == 1. Login page customization options 2. Dashboard widgets management 3. Admin area appearance settings 4. Footer customization controls == Source Code == This plugin includes compiled/minified JavaScript and CSS files located in the `assets/build/` directory. The human-readable source code for these files can be found in the following locations within the plugin: * **JavaScript source**: `src/js/` directory * **CSS/SCSS source**: `src/scss/` directory The plugin uses build tools to compile and minify the source files. All source code is included within the plugin package for review and modification. == Changelog == = 1.3.0 = * Minor bug fixes. = 1.2.0 = * Added Spanish and Portuguese translations. = 1.1.0 = * Added function to add background to login page. * Added function to hide footer fields. * Added tabs to improve the admin customizer UI. = 1.0.0 = * Initial release.