Changeset 3263974
- Timestamp:
- 03/30/2025 04:02:32 AM (9 months ago)
- Location:
- smntcs-show-active-plugins
- Files:
-
- 1 added
- 8 edited
- 1 copied
-
assets/screenshot.png (added)
-
tags/1.1 (copied) (copied from smntcs-show-active-plugins/trunk)
-
tags/1.1/README.md (modified) (2 diffs)
-
tags/1.1/README.txt (modified) (3 diffs)
-
tags/1.1/package.json (modified) (1 diff)
-
tags/1.1/smntcs-show-active-plugins.php (modified) (1 diff)
-
trunk/README.md (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/smntcs-show-active-plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smntcs-show-active-plugins/tags/1.1/README.md
r3263810 r3263974 1 1 # SMNTCS Show Active Plugins 2 2 3 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.3 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 4 4 5 5 ## Description 6 6 7 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins. This is useful if you have a lot of plugins installed and want to quickly want to access all active plugins.7 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. This is useful if you have a lot of plugins installed and want to quickly want to access all active plugins. 8 8 9 9 ## Screenshot … … 23 23 ## Changelog 24 24 25 ### 1.1 (2025.03.30) 26 27 - Optimise the plugin description. 28 25 29 ### 1.0 (2025.03.29) 26 30 -
smntcs-show-active-plugins/tags/1.1/README.txt
r3263810 r3263974 3 3 Contributors: nielslange 4 4 Tags: Plugins, View active plugins 5 Stable tag: 1. 05 Stable tag: 1.1 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.12 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 13 13 14 14 == Description == 15 15 16 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.16 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 17 17 18 18 == Installation == … … 28 28 == Changelog == 29 29 30 = 1.1 (2025.03.30) = 31 32 - Optimise the plugin description. 33 30 34 = 1.0 (2025.03.29) = 31 35 -
smntcs-show-active-plugins/tags/1.1/package.json
r3263810 r3263974 1 1 { 2 2 "name": "smntcs-show-active-plugins", 3 "description": " This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.",3 "description": "By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins.", 4 4 "license": "GPL-2.0-or-later", 5 5 "keywords": [ -
smntcs-show-active-plugins/tags/1.1/smntcs-show-active-plugins.php
r3263810 r3263974 3 3 * Plugin Name: SMNTCS Show Active Plugins 4 4 * Plugin URI: http://github.com/nielslange/smntcs-show-active-plugins 5 * Description: This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.6 * Version: 1. 05 * Description: By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 6 * Version: 1.1 7 7 * Author: Niels Lange 8 8 * Author URI: http://nielslange.de -
smntcs-show-active-plugins/trunk/README.md
r3263810 r3263974 1 1 # SMNTCS Show Active Plugins 2 2 3 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.3 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 4 4 5 5 ## Description 6 6 7 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins. This is useful if you have a lot of plugins installed and want to quickly want to access all active plugins.7 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. This is useful if you have a lot of plugins installed and want to quickly want to access all active plugins. 8 8 9 9 ## Screenshot … … 23 23 ## Changelog 24 24 25 ### 1.1 (2025.03.30) 26 27 - Optimise the plugin description. 28 25 29 ### 1.0 (2025.03.29) 26 30 -
smntcs-show-active-plugins/trunk/README.txt
r3263810 r3263974 3 3 Contributors: nielslange 4 4 Tags: Plugins, View active plugins 5 Stable tag: 1. 05 Stable tag: 1.1 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.12 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 13 13 14 14 == Description == 15 15 16 This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.16 By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 17 17 18 18 == Installation == … … 28 28 == Changelog == 29 29 30 = 1.1 (2025.03.30) = 31 32 - Optimise the plugin description. 33 30 34 = 1.0 (2025.03.29) = 31 35 -
smntcs-show-active-plugins/trunk/package.json
r3263810 r3263974 1 1 { 2 2 "name": "smntcs-show-active-plugins", 3 "description": " This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.",3 "description": "By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins.", 4 4 "license": "GPL-2.0-or-later", 5 5 "keywords": [ -
smntcs-show-active-plugins/trunk/smntcs-show-active-plugins.php
r3263810 r3263974 3 3 * Plugin Name: SMNTCS Show Active Plugins 4 4 * Plugin URI: http://github.com/nielslange/smntcs-show-active-plugins 5 * Description: This plugin adds a submenu item to the plugins menu item, that links to allactive plugins.6 * Version: 1. 05 * Description: By default, the WordPress plugin section includes menu links for "Installed Plugins" and "Add New Plugin". This plugin enhances navigation efficiency by adding a new menu link titled "Active Plugins". This direct link allows users to immediately view all active plugins without the need to first navigate through "Installed Plugins" and select the view to show active plugins. 6 * Version: 1.1 7 7 * Author: Niels Lange 8 8 * Author URI: http://nielslange.de
Note: See TracChangeset
for help on using the changeset viewer.