Changeset 2030956
- Timestamp:
- 02/15/2019 12:33:15 AM (7 years ago)
- Location:
- wp-dashboard/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wpdashboard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dashboard/trunk/readme.txt
r2030954 r2030956 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Manage all of your Word press installations in one place.12 Manage all of your WordPress installations in one place. 13 13 14 14 == Description == 15 15 16 ### The Last Word press Manager You Need16 ### The Last WordPress Manager You Need 17 17 18 Manage all of your Word press installations in one place.18 Manage all of your WordPress installations in one place. 19 19 20 20 Want more information? [Check out our site!](https://wpdashboard.io?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) … … 74 74 75 75 = 1.1.16 = 76 * Adding the descriptions and everything required for the Word press SVN repository to work correctly.76 * Adding the descriptions and everything required for the WordPress SVN repository to work correctly. 77 77 78 78 = 1.1.15 = 79 * Fixed issue with Plugin Version definition for Word press submission79 * Fixed issue with Plugin Version definition for WordPress submission 80 80 81 81 = 1.1.14 = … … 101 101 = 1.1.08 = 102 102 * Removed GuzzleHttp 103 * Using Wp_Http from core Word press103 * Using Wp_Http from core WordPress 104 104 * Fixed issue with deactivation not really removing the settings 105 105 -
wp-dashboard/trunk/wpdashboard.php
r2020673 r2030956 16 16 * Plugin Name: WP Dashboard 17 17 * Plugin URI: https://wpdashboard.io 18 * Description: Manage your Word press installations in one place.19 * Version: 2.0 18 * Description: Manage your WordPress installations in one place. 19 * Version: 2.0.0 20 20 * Author: WP Dashboard 21 21 * Author URI: https://wpdashboard.io … … 31 31 } 32 32 33 define( 'WP_DASHBOARD_VERSION', '2.0 ' );33 define( 'WP_DASHBOARD_VERSION', '2.0.0' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.