Changeset 2303227
- Timestamp:
- 05/12/2020 08:09:44 AM (6 years ago)
- Location:
- wp-system-snapshot/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-system-snapshot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-system-snapshot/trunk/readme.txt
r2299430 r2303227 5 5 Tested up to: 5.4 6 6 Requires PHP: 5.0 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 == Changelog == 29 29 30 = 1.2 = 31 * Bug Fix:Issue with menu. 32 33 = 1.1 = 34 * Enhancement: Second release. 35 30 36 = 1.0 = 31 37 * Enhancement: First release. -
wp-system-snapshot/trunk/wp-system-snapshot.php
r2299430 r2303227 4 4 Plugin URI: https://www.escit.co.uk/web-design/ 5 5 Description: The perfect tool for developers to see a quick snapshot of the WordPress system. 6 Version: 1. 16 Version: 1.2 7 7 Author: ESC IT 8 8 Author URI: https://www.escit.co.uk … … 17 17 'manage_options', 18 18 'wp_system_snapshot___page', 19 'wp_system_snapshot___display_dashboard', 20 'dashicons-chart-pie' 19 'wp_system_snapshot___display_dashboard' 21 20 ); 22 21 }
Note: See TracChangeset
for help on using the changeset viewer.