Changeset 2031767
- Timestamp:
- 02/15/2019 09:28:11 PM (7 years ago)
- Location:
- wp-dashboard/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpdashboard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dashboard/trunk/readme.txt
r2031761 r2031767 6 6 Tested up to: 5.0.3 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 38 Stable tag: 2.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 56 56 57 57 == Changelog == 58 59 = 2.0.4 = 60 * Fixed URL issue on the admin settings page. 58 61 59 62 = 2.0.2 = -
wp-dashboard/trunk/wpdashboard.php
r2031761 r2031767 17 17 * Plugin URI: https://wpdashboard.io 18 18 * Description: Manage your Wordpress installations in one place. 19 * Version: 2.0. 319 * Version: 2.0.4 20 20 * Author: WP Dashboard 21 21 * Author URI: https://wpdashboard.io … … 31 31 } 32 32 33 define( 'WP_DASHBOARD_VERSION', '2.0. 3' );33 define( 'WP_DASHBOARD_VERSION', '2.0.4' ); 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.