Changeset 3454059
- Timestamp:
- 02/04/2026 07:32:54 PM (2 months ago)
- Location:
- devforge-admin-toolkit
- Files:
-
- 8 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.0.1/assets/img/icon-menu.png (modified) (previous)
-
tags/1.0.1/devforge-admin-toolkit.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/assets/img/icon-menu.png (modified) (previous)
-
trunk/devforge-admin-toolkit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devforge-admin-toolkit/tags/1.0.1/devforge-admin-toolkit.php
r3453888 r3454059 155 155 <style> 156 156 #toplevel_page_devforge-admin-toolkit .wp-menu-image img { 157 width: 26px !important;158 height: 26px !important;157 width: 30px !important; 158 height: 30px !important; 159 159 padding: 0 !important; 160 160 margin: 0 !important; 161 border-radius: 5px !important;161 border-radius: 10px !important; 162 162 } 163 163 #toplevel_page_devforge-admin-toolkit .wp-menu-image { … … 168 168 #toplevel_page_devforge-admin-toolkit, 169 169 #toplevel_page_devforge-admin-toolkit:hover, 170 #toplevel_page_devforge-admin-toolkit.wp-has-current-submenu { 170 #toplevel_page_devforge-admin-toolkit.wp-has-current-submenu, 171 #toplevel_page_devforge-admin-toolkit > a, 172 #toplevel_page_devforge-admin-toolkit:hover > a, 173 #toplevel_page_devforge-admin-toolkit.wp-has-current-submenu > a { 171 174 background: #2271b1 !important; 175 background-color: #2271b1 !important; 176 box-shadow: none !important; 177 color: #fff !important; 172 178 } 173 179 #toplevel_page_devforge-admin-toolkit a, 174 180 #toplevel_page_devforge-admin-toolkit:hover a { 175 background-color: transparent !important; 181 background-color: transparent !important; /* Linkin kendisi transparan olsun ki li'nin rengi görünsün */ 176 182 color: #fff !important; 177 183 } -
devforge-admin-toolkit/tags/1.0.1/readme.txt
r3453694 r3454059 1 1 === DevForge Admin Toolkit === 2 2 Contributors: devforge 3 Tags: admin, dashboard, cleanup, security, menu-editor3 Tags: admin, dashboard, white label, security, cleaning, maintenance mode, login customizer, menu editor, performance 4 4 Requires at least: 5.0 5 Tested up to: 6. 95 Tested up to: 6.7 6 6 Stable tag: 1.0.1 7 7 Requires PHP: 7.2 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Customize WordPress admin with command palette, menu editor, dark mode, and 25+ tools.11 Total Control. Zero Clutter. Ultimate Performance. The most comprehensive WordPress admin toolkit. 12 12 13 13 == Description == 14 14 15 **DevForge Admin Toolkit** is a complete admin customization suite for WordPress. Transform your admin area with a Command Palette (Cmd/Ctrl+Shift+P), drag & drop menu editor, dark mode, duplicate posts, unused media cleanup, and so much more.15 **DevForge Admin Toolkit** allows you to completely take control of your WordPress dashboard. Whether you are building client sites and need a White Label solution, or managing your own site and want Security & Performance, this plugin does it all. 16 16 17 ### Features 17 We have combined the functionality of 20+ different plugins into one lightweight, modular, and powerful toolkit. 18 18 19 **Command Palette (Cmd/Ctrl + Shift + P)** 20 Search everything instantly - posts, pages, users, settings, plugins. Like Spotlight for your WordPress admin. 19 ### 🚀 Key Features 21 20 22 **Duplicate Posts** 23 One-click duplication for posts, pages, and any custom post type. Includes bulk action support. 21 **🎨 White Label & Branding** 22 * **Custom Login Page:** Customize your login screen with your logo, background, and colors. 23 * **Hide WordPress Branding:** Remove WordPress logos from the admin bar, footer, and dashboard. 24 * **Custom Footer:** Add your own "Thank you for creating with..." message. 25 * **Custom Admin CSS:** Add your own CSS to the admin area comfortably. 24 26 25 **Media Cleanup** 26 Find and delete unused media files. Free up disk space with intelligent scanning. 27 **🛡️ Security Hardening** 28 * **Change Login URL:** Hide your `wp-admin` and `wp-login.php` to stop brute-force attacks. 29 * **Limit Login Attempts:** Block IPs after too many failed login attempts. 30 * **Disable XML-RPC:** Protect your site from one of the most common attack vectors. 31 * **Activity Log:** Track user actions (logins, post updates, plugin activations). 32 * **Auto-Logout:** Automatically log out inactive users. 27 33 28 **Dashboard Cleanup** 29 * Hide unwanted dashboard widgets 30 * Remove Screen Options and Help tab 31 * Clean up admin notices 34 **⚡ Performance & Cleanup** 35 * **Database Cleaner:** Clean post revisions, auto-drafts, spam comments, and transients. 36 * **Media Cleaner:** Scan and remove unused images taking up space. 37 * **Heartbeat Control:** Reduce server resource usage by limiting the WordPress Heartbeat API. 38 * **Disable Unused Features:** Turn off Emojis, Embeds, RSS Feeds, and Comments globally to speed up your site. 32 39 33 **Admin Toolbar** 34 * Hide WordPress logo, updates, comments 35 * Customize visible toolbar items 36 * Per-role visibility control 40 **🛠️ Admin Customization** 41 * **Menu Editor:** Drag & drop to reorder admin menus. Rename or hide items based on user roles. 42 * **Dashboard Widgets:** Create your own welcome widgets (Text, Video, HTML) for clients. 43 * **Hide Widgets:** Clean up the dashboard by hiding default WordPress widgets. 44 * **Admin Columns:** Add useful columns (Featured Image, ID, Word Count) to your post lists. 37 45 38 **Role-Based Menu Control** 39 * Hide admin menus per user role 40 * Keep admin area clean for clients 41 * Custom login redirects per role 46 **🔧 Productivity Tools** 47 * **Command Palette:** Navigate anywhere instantly with `Cmd/Ctrl + Shift + P`. 48 * **Duplicate Posts:** Clone pages, posts, and custom post types with one click. 49 * **Maintenance Mode:** Create a beautiful "Coming Soon" or Maintenance page in seconds. 50 * **Admin Announcements:** Display global notices to your admin users (great for client updates). 42 51 43 **Disable Features** 44 * Disable comments globally 45 * Remove emojis, RSS feeds, XML-RPC 46 * Disable Gutenberg editor 47 * Hide WordPress version 52 **👥 User & Role Management** 53 * **Role Editor:** Create custom user roles and manage capabilities. 54 * **Login History:** Track who logged in, when, and from where. 55 * **Login Redirects:** Redirect users to specific pages after login/logout based on their role. 48 56 49 **Maintenance Mode** 50 * Show maintenance page to visitors 51 * Customize title, message, colors 52 * Background image support 57 ### Why DevForge Admin Toolkit? 53 58 54 **Performance Cleanup** 55 * Clean post revisions & auto-drafts 56 * Delete expired transients 57 * Empty trash, spam & orphaned data 58 * Optimize database tables 59 60 **Admin Menu Editor** 61 * Drag & drop menu reordering 62 * Rename menu items 63 * Change menu icons 64 * Role-based menu visibility 65 66 **Dashboard Widget Builder** 67 * Create custom widgets 68 * Text/HTML, RSS, Stats widgets 69 * Quick shortcuts widget 70 * Personal notes widget 71 72 **Admin Announcements** 73 * Create announcements for users 74 * Dashboard widget or notice bar 75 * Multiple styles (info, success, warning, error) 76 * Dismissible or persistent 77 78 **Admin Theme & Dark Mode** 79 * Dark mode with one click 80 * Custom color schemes 81 * Custom accent colors 82 * Per-user dark mode toggle 83 84 **Role Editor** 85 * Create custom user roles 86 * Edit role capabilities 87 * Clone existing roles 88 * Full capability management 89 90 **Admin Columns** 91 * Add custom columns to post lists 92 * Featured Image, Post ID, Word Count 93 * Last Modified, Page Template 94 * Custom Field columns 95 96 **Heartbeat Control** 97 * Reduce server load 98 * Custom intervals for dashboard & editor 99 * Disable on frontend 100 * Performance optimization 101 102 **Security Tweaks** 103 * Disable file editor 104 * Hide login errors 105 * Limit login attempts 106 * Custom login URL 107 108 **White Label** 109 * Custom admin logo 110 * Custom footer text 111 * Hide WordPress branding 112 113 **Login Page Designer** 114 * Custom login logo 115 * Background image & colors 116 * Custom CSS 117 118 **Activity Log** 119 * Track user actions 120 * Login/logout monitoring 121 * Post change tracking 122 123 **Login History** 124 * Track all login attempts 125 * IP address, browser, OS detection 126 * Failed login tracking 127 * Exportable history 128 129 **Export/Import** 130 * Backup all settings 131 * Transfer between sites 59 * **Modular:** Enable only the modules you need. Keep it lightweight. 60 * **All-in-One:** Stop installing 10 different plugins for "Disable Comments", "Duplicate Post", "White Label", etc. 61 * **Developer Friendly:** Clean code, hooks, and filters. 62 * **100% Free:** All features are currently available for free! 132 63 133 64 == Installation == 134 65 135 1. Upload `devforge-admin-toolkit` to `/wp-content/plugins/` 136 2. Activate the plugin 137 3. Go to **Admin Toolkit** in the admin menu 138 4. Press **Cmd/Ctrl + Shift + P** to try the Command Palette 66 1. Upload `devforge-admin-toolkit` to the `/wp-content/plugins/` directory. 67 2. Activate the plugin through the 'Plugins' menu in WordPress. 68 3. Navigate to **Admin Toolkit** in the sidebar to configure your modules. 139 69 140 70 == Frequently Asked Questions == 141 71 142 = How do I open the Command Palette? =143 Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) anywhere in the admin area.72 = Does this plugin slow down my site? = 73 No. In fact, it speeds it up! By using the "Performance" module to disable unused features (like Emojis, XML-RPC, Cart Fragments), you can significantly improve your site's loading time. 144 74 145 = Will this affect my site's frontend? =146 No. This plugin only modifies the WordPress admin area.75 = Can I hide the plugin from my clients? = 76 Yes. You can use the Menu Editor / White Label features to rename the plugin menu or hide it from specific roles (like Editors or Shop Managers). 147 77 148 = How do I enable dark mode? =149 Go to Branding tab and select "Dark Mode" theme, or click the bulb icon in the admin bar to toggle.78 = Is the Login Customizer compatible with my theme? = 79 Yes, it works independently of your theme to style the default `wp-login.php` page. 150 80 151 = Can I duplicate custom post types? =152 Yes! The duplicate feature works with all post types including WooCommerce products.81 = Can I restore default menus if I make a mistake? = 82 Absolutely. The Menu Editor has a "Restore Defaults" button to undo all changes. 153 83 154 84 == Screenshots == 155 85 156 1. Command Palette - Quick search everything 157 2. Admin Menu Editor with drag & drop 158 3. Dark mode and color schemes 159 4. Duplicate posts in action 160 5. Media Cleanup scanner 161 6. Login History tracker 162 7. Dashboard Widget Builder 163 8. Admin Announcements 86 1. **Dashboard Overview** - Modular interface to enable/disable features. 87 2. **White Label** - Customize login page and hide WordPress branding. 88 3. **Menu Editor** - Drag & drop interface to reorganize admin menu. 89 4. **Security Logs** - View failed logins and user activity. 90 5. **Performance Cleaner** - Optimize your database in one click. 91 6. **Maintenance Mode** - Easy setup for maintenance pages. 164 92 165 93 == Changelog == 166 94 167 95 = 1.0.1 = 168 * Security Fix: Improved data sanitization for nonce verification across all admin actions. 169 * Fix: Addressed WordPress.org review feedback regarding nonce validation. 96 * **Improved:** Enhanced security with strict nonce verification. 97 * **Fixed:** Admin menu icon display issues on certain screens. 98 * **Updated:** Banner and assets for the plugin repository. 170 99 171 100 = 1.0.0 = 172 * Initial release 173 * Command Palette (Cmd/Ctrl + Shift + P) - Search everything instantly 174 * Duplicate Posts - One-click duplication with bulk support 175 * Media Cleanup - Find and delete unused media files 176 * Login History - Track all login attempts with details 177 * Admin Menu Editor with drag & drop 178 * Dashboard Widget Builder 179 * Dark Mode and color schemes 180 * Role Editor for user capabilities 181 * Admin Columns customization 182 * Maintenance mode with custom message 183 * Database cleanup tools 184 * Heartbeat Control for performance 185 * Admin Announcements system 186 * Security tweaks and hardening 187 * White Label options 101 * Initial release. 188 102 189 == Upgrade Notice ==190 191 = 1.0.0 =192 Initial release with 25+ admin customization tools. -
devforge-admin-toolkit/trunk/devforge-admin-toolkit.php
r3453888 r3454059 155 155 <style> 156 156 #toplevel_page_devforge-admin-toolkit .wp-menu-image img { 157 width: 26px !important;158 height: 26px !important;157 width: 30px !important; 158 height: 30px !important; 159 159 padding: 0 !important; 160 160 margin: 0 !important; 161 border-radius: 5px !important;161 border-radius: 10px !important; 162 162 } 163 163 #toplevel_page_devforge-admin-toolkit .wp-menu-image { … … 168 168 #toplevel_page_devforge-admin-toolkit, 169 169 #toplevel_page_devforge-admin-toolkit:hover, 170 #toplevel_page_devforge-admin-toolkit.wp-has-current-submenu { 170 #toplevel_page_devforge-admin-toolkit.wp-has-current-submenu, 171 #toplevel_page_devforge-admin-toolkit > a, 172 #toplevel_page_devforge-admin-toolkit:hover > a, 173 #toplevel_page_devforge-admin-toolkit.wp-has-current-submenu > a { 171 174 background: #2271b1 !important; 175 background-color: #2271b1 !important; 176 box-shadow: none !important; 177 color: #fff !important; 172 178 } 173 179 #toplevel_page_devforge-admin-toolkit a, 174 180 #toplevel_page_devforge-admin-toolkit:hover a { 175 background-color: transparent !important; 181 background-color: transparent !important; /* Linkin kendisi transparan olsun ki li'nin rengi görünsün */ 176 182 color: #fff !important; 177 183 } -
devforge-admin-toolkit/trunk/readme.txt
r3453693 r3454059 1 1 === DevForge Admin Toolkit === 2 2 Contributors: devforge 3 Tags: admin, dashboard, cleanup, security, menu-editor3 Tags: admin, dashboard, white label, security, cleaning, maintenance mode, login customizer, menu editor, performance 4 4 Requires at least: 5.0 5 Tested up to: 6. 95 Tested up to: 6.7 6 6 Stable tag: 1.0.1 7 7 Requires PHP: 7.2 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Customize WordPress admin with command palette, menu editor, dark mode, and 25+ tools.11 Total Control. Zero Clutter. Ultimate Performance. The most comprehensive WordPress admin toolkit. 12 12 13 13 == Description == 14 14 15 **DevForge Admin Toolkit** is a complete admin customization suite for WordPress. Transform your admin area with a Command Palette (Cmd/Ctrl+Shift+P), drag & drop menu editor, dark mode, duplicate posts, unused media cleanup, and so much more.15 **DevForge Admin Toolkit** allows you to completely take control of your WordPress dashboard. Whether you are building client sites and need a White Label solution, or managing your own site and want Security & Performance, this plugin does it all. 16 16 17 ### Features 17 We have combined the functionality of 20+ different plugins into one lightweight, modular, and powerful toolkit. 18 18 19 **Command Palette (Cmd/Ctrl + Shift + P)** 20 Search everything instantly - posts, pages, users, settings, plugins. Like Spotlight for your WordPress admin. 19 ### 🚀 Key Features 21 20 22 **Duplicate Posts** 23 One-click duplication for posts, pages, and any custom post type. Includes bulk action support. 21 **🎨 White Label & Branding** 22 * **Custom Login Page:** Customize your login screen with your logo, background, and colors. 23 * **Hide WordPress Branding:** Remove WordPress logos from the admin bar, footer, and dashboard. 24 * **Custom Footer:** Add your own "Thank you for creating with..." message. 25 * **Custom Admin CSS:** Add your own CSS to the admin area comfortably. 24 26 25 **Media Cleanup** 26 Find and delete unused media files. Free up disk space with intelligent scanning. 27 **🛡️ Security Hardening** 28 * **Change Login URL:** Hide your `wp-admin` and `wp-login.php` to stop brute-force attacks. 29 * **Limit Login Attempts:** Block IPs after too many failed login attempts. 30 * **Disable XML-RPC:** Protect your site from one of the most common attack vectors. 31 * **Activity Log:** Track user actions (logins, post updates, plugin activations). 32 * **Auto-Logout:** Automatically log out inactive users. 27 33 28 **Dashboard Cleanup** 29 * Hide unwanted dashboard widgets 30 * Remove Screen Options and Help tab 31 * Clean up admin notices 34 **⚡ Performance & Cleanup** 35 * **Database Cleaner:** Clean post revisions, auto-drafts, spam comments, and transients. 36 * **Media Cleaner:** Scan and remove unused images taking up space. 37 * **Heartbeat Control:** Reduce server resource usage by limiting the WordPress Heartbeat API. 38 * **Disable Unused Features:** Turn off Emojis, Embeds, RSS Feeds, and Comments globally to speed up your site. 32 39 33 **Admin Toolbar** 34 * Hide WordPress logo, updates, comments 35 * Customize visible toolbar items 36 * Per-role visibility control 40 **🛠️ Admin Customization** 41 * **Menu Editor:** Drag & drop to reorder admin menus. Rename or hide items based on user roles. 42 * **Dashboard Widgets:** Create your own welcome widgets (Text, Video, HTML) for clients. 43 * **Hide Widgets:** Clean up the dashboard by hiding default WordPress widgets. 44 * **Admin Columns:** Add useful columns (Featured Image, ID, Word Count) to your post lists. 37 45 38 **Role-Based Menu Control** 39 * Hide admin menus per user role 40 * Keep admin area clean for clients 41 * Custom login redirects per role 46 **🔧 Productivity Tools** 47 * **Command Palette:** Navigate anywhere instantly with `Cmd/Ctrl + Shift + P`. 48 * **Duplicate Posts:** Clone pages, posts, and custom post types with one click. 49 * **Maintenance Mode:** Create a beautiful "Coming Soon" or Maintenance page in seconds. 50 * **Admin Announcements:** Display global notices to your admin users (great for client updates). 42 51 43 **Disable Features** 44 * Disable comments globally 45 * Remove emojis, RSS feeds, XML-RPC 46 * Disable Gutenberg editor 47 * Hide WordPress version 52 **👥 User & Role Management** 53 * **Role Editor:** Create custom user roles and manage capabilities. 54 * **Login History:** Track who logged in, when, and from where. 55 * **Login Redirects:** Redirect users to specific pages after login/logout based on their role. 48 56 49 **Maintenance Mode** 50 * Show maintenance page to visitors 51 * Customize title, message, colors 52 * Background image support 57 ### Why DevForge Admin Toolkit? 53 58 54 **Performance Cleanup** 55 * Clean post revisions & auto-drafts 56 * Delete expired transients 57 * Empty trash, spam & orphaned data 58 * Optimize database tables 59 60 **Admin Menu Editor** 61 * Drag & drop menu reordering 62 * Rename menu items 63 * Change menu icons 64 * Role-based menu visibility 65 66 **Dashboard Widget Builder** 67 * Create custom widgets 68 * Text/HTML, RSS, Stats widgets 69 * Quick shortcuts widget 70 * Personal notes widget 71 72 **Admin Announcements** 73 * Create announcements for users 74 * Dashboard widget or notice bar 75 * Multiple styles (info, success, warning, error) 76 * Dismissible or persistent 77 78 **Admin Theme & Dark Mode** 79 * Dark mode with one click 80 * Custom color schemes 81 * Custom accent colors 82 * Per-user dark mode toggle 83 84 **Role Editor** 85 * Create custom user roles 86 * Edit role capabilities 87 * Clone existing roles 88 * Full capability management 89 90 **Admin Columns** 91 * Add custom columns to post lists 92 * Featured Image, Post ID, Word Count 93 * Last Modified, Page Template 94 * Custom Field columns 95 96 **Heartbeat Control** 97 * Reduce server load 98 * Custom intervals for dashboard & editor 99 * Disable on frontend 100 * Performance optimization 101 102 **Security Tweaks** 103 * Disable file editor 104 * Hide login errors 105 * Limit login attempts 106 * Custom login URL 107 108 **White Label** 109 * Custom admin logo 110 * Custom footer text 111 * Hide WordPress branding 112 113 **Login Page Designer** 114 * Custom login logo 115 * Background image & colors 116 * Custom CSS 117 118 **Activity Log** 119 * Track user actions 120 * Login/logout monitoring 121 * Post change tracking 122 123 **Login History** 124 * Track all login attempts 125 * IP address, browser, OS detection 126 * Failed login tracking 127 * Exportable history 128 129 **Export/Import** 130 * Backup all settings 131 * Transfer between sites 59 * **Modular:** Enable only the modules you need. Keep it lightweight. 60 * **All-in-One:** Stop installing 10 different plugins for "Disable Comments", "Duplicate Post", "White Label", etc. 61 * **Developer Friendly:** Clean code, hooks, and filters. 62 * **100% Free:** All features are currently available for free! 132 63 133 64 == Installation == 134 65 135 1. Upload `devforge-admin-toolkit` to `/wp-content/plugins/` 136 2. Activate the plugin 137 3. Go to **Admin Toolkit** in the admin menu 138 4. Press **Cmd/Ctrl + Shift + P** to try the Command Palette 66 1. Upload `devforge-admin-toolkit` to the `/wp-content/plugins/` directory. 67 2. Activate the plugin through the 'Plugins' menu in WordPress. 68 3. Navigate to **Admin Toolkit** in the sidebar to configure your modules. 139 69 140 70 == Frequently Asked Questions == 141 71 142 = How do I open the Command Palette? =143 Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) anywhere in the admin area.72 = Does this plugin slow down my site? = 73 No. In fact, it speeds it up! By using the "Performance" module to disable unused features (like Emojis, XML-RPC, Cart Fragments), you can significantly improve your site's loading time. 144 74 145 = Will this affect my site's frontend? =146 No. This plugin only modifies the WordPress admin area.75 = Can I hide the plugin from my clients? = 76 Yes. You can use the Menu Editor / White Label features to rename the plugin menu or hide it from specific roles (like Editors or Shop Managers). 147 77 148 = How do I enable dark mode? =149 Go to Branding tab and select "Dark Mode" theme, or click the bulb icon in the admin bar to toggle.78 = Is the Login Customizer compatible with my theme? = 79 Yes, it works independently of your theme to style the default `wp-login.php` page. 150 80 151 = Can I duplicate custom post types? =152 Yes! The duplicate feature works with all post types including WooCommerce products.81 = Can I restore default menus if I make a mistake? = 82 Absolutely. The Menu Editor has a "Restore Defaults" button to undo all changes. 153 83 154 84 == Screenshots == 155 85 156 1. Command Palette - Quick search everything 157 2. Admin Menu Editor with drag & drop 158 3. Dark mode and color schemes 159 4. Duplicate posts in action 160 5. Media Cleanup scanner 161 6. Login History tracker 162 7. Dashboard Widget Builder 163 8. Admin Announcements 86 1. **Dashboard Overview** - Modular interface to enable/disable features. 87 2. **White Label** - Customize login page and hide WordPress branding. 88 3. **Menu Editor** - Drag & drop interface to reorganize admin menu. 89 4. **Security Logs** - View failed logins and user activity. 90 5. **Performance Cleaner** - Optimize your database in one click. 91 6. **Maintenance Mode** - Easy setup for maintenance pages. 164 92 165 93 == Changelog == 166 94 167 95 = 1.0.1 = 168 * Security Fix: Improved data sanitization for nonce verification across all admin actions. 169 * Fix: Addressed WordPress.org review feedback regarding nonce validation. 96 * **Improved:** Enhanced security with strict nonce verification. 97 * **Fixed:** Admin menu icon display issues on certain screens. 98 * **Updated:** Banner and assets for the plugin repository. 170 99 171 100 = 1.0.0 = 172 * Initial release 173 * Command Palette (Cmd/Ctrl + Shift + P) - Search everything instantly 174 * Duplicate Posts - One-click duplication with bulk support 175 * Media Cleanup - Find and delete unused media files 176 * Login History - Track all login attempts with details 177 * Admin Menu Editor with drag & drop 178 * Dashboard Widget Builder 179 * Dark Mode and color schemes 180 * Role Editor for user capabilities 181 * Admin Columns customization 182 * Maintenance mode with custom message 183 * Database cleanup tools 184 * Heartbeat Control for performance 185 * Admin Announcements system 186 * Security tweaks and hardening 187 * White Label options 101 * Initial release. 188 102 189 == Upgrade Notice ==190 191 = 1.0.0 =192 Initial release with 25+ admin customization tools.
Note: See TracChangeset
for help on using the changeset viewer.