Changeset 2185797
- Timestamp:
- 11/04/2019 08:14:47 PM (6 years ago)
- Location:
- wp-dashboard
- Files:
-
- 3 edited
- 6 copied
-
tags/2.0.10 (copied) (copied from wp-dashboard/trunk)
-
tags/2.0.10/admin/class-wpdashboard-admin.php (copied) (copied from wp-dashboard/trunk/admin/class-wpdashboard-admin.php)
-
tags/2.0.10/includes/class-wpdashboard-updates.php (copied) (copied from wp-dashboard/trunk/includes/class-wpdashboard-updates.php) (1 diff)
-
tags/2.0.10/readme.txt (copied) (copied from wp-dashboard/trunk/readme.txt) (2 diffs)
-
tags/2.0.10/webhooks/lib/class-wpdashboard-plugins.php (copied) (copied from wp-dashboard/trunk/webhooks/lib/class-wpdashboard-plugins.php)
-
tags/2.0.10/wpdashboard.php (copied) (copied from wp-dashboard/trunk/wpdashboard.php) (2 diffs)
-
trunk/includes/class-wpdashboard-updates.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpdashboard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-dashboard/tags/2.0.10/includes/class-wpdashboard-updates.php
r2185796 r2185797 32 32 public static function send() { 33 33 34 require_once(ABSPATH . 'wp-admin/includes/update.php'); 34 if(!function_exists('get_theme_updates')) { 35 require_once(ABSPATH . 'wp-admin/includes/update.php'); 36 } 35 37 36 38 $client = new WP_Http(); -
wp-dashboard/tags/2.0.10/readme.txt
r2184034 r2185797 6 6 Tested up to: 5.2.4 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 88 Stable tag: 2.0.10 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.10 = 60 * Fixed bug where we missed including the update.php file causing some errors 58 61 59 62 = 2.0.9 = -
wp-dashboard/tags/2.0.10/wpdashboard.php
r2184034 r2185797 17 17 * Plugin URI: https://wpdashboard.io 18 18 * Description: Manage your Wordpress installations in one place. 19 * Version: 2.0. 819 * Version: 2.0.10 20 20 * Author: WP Dashboard 21 21 * Author URI: https://wpdashboard.io … … 31 31 } 32 32 33 define( 'WP_DASHBOARD_VERSION', '2.0. 8' );33 define( 'WP_DASHBOARD_VERSION', '2.0.10' ); 34 34 define( 'WP_DASHBOARD_PLUGIN_DIRECTORY', plugin_dir_path( __DIR__ ) ); 35 35 -
wp-dashboard/trunk/includes/class-wpdashboard-updates.php
r2185796 r2185797 32 32 public static function send() { 33 33 34 require_once(ABSPATH . 'wp-admin/includes/update.php'); 34 if(!function_exists('get_theme_updates')) { 35 require_once(ABSPATH . 'wp-admin/includes/update.php'); 36 } 35 37 36 38 $client = new WP_Http(); -
wp-dashboard/trunk/readme.txt
r2184034 r2185797 6 6 Tested up to: 5.2.4 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 88 Stable tag: 2.0.10 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.10 = 60 * Fixed bug where we missed including the update.php file causing some errors 58 61 59 62 = 2.0.9 = -
wp-dashboard/trunk/wpdashboard.php
r2184034 r2185797 17 17 * Plugin URI: https://wpdashboard.io 18 18 * Description: Manage your Wordpress installations in one place. 19 * Version: 2.0. 819 * Version: 2.0.10 20 20 * Author: WP Dashboard 21 21 * Author URI: https://wpdashboard.io … … 31 31 } 32 32 33 define( 'WP_DASHBOARD_VERSION', '2.0. 8' );33 define( 'WP_DASHBOARD_VERSION', '2.0.10' ); 34 34 define( 'WP_DASHBOARD_PLUGIN_DIRECTORY', plugin_dir_path( __DIR__ ) ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.