Updated API URL.
This commit is contained in:
parent
0eff9df60f
commit
9e81908d52
|
@ -5,7 +5,7 @@ Contributors: woothemes, mikejolley, claudiosanches
|
|||
Tags: woocommerce, wc, beta, beta tester, bleeding edge
|
||||
Requires at least: 4.2
|
||||
Tested up to: 4.4
|
||||
Stable Tag: 1.0.1
|
||||
Stable Tag: 1.0.2
|
||||
|
||||
Run bleeding edge versions of WooCommerce from our Github repo. This will replace your installed version of WooCommerce with the latest tagged release on Github - use with caution, and not on production sites. You have been warned.
|
||||
|
||||
|
@ -21,6 +21,9 @@ Based on WP_GitHub_Updater by Joachim Kudish and code by Patrick Garman.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.1 =
|
||||
* Updated API URL.
|
||||
|
||||
= 1.0.1 =
|
||||
* Switched to releases API to get latest release, rather than tag which are not chronological.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce Beta Tester
|
||||
* Plugin URI: https://github.com/woothemes/woocommerce-beta-tester
|
||||
* Description: Run bleeding edge versions of WooCommerce from our Github repo. This will replace your installed version of WooCommerce with the latest tagged release on Github - use with caution, and not on production sites. You have been warned.
|
||||
* Version: 1.0.1
|
||||
* Version: 1.0.2
|
||||
* Author: Mike Jolley
|
||||
* Author URI: http://woothemes.com/
|
||||
* Requires at least: 4.2
|
||||
|
@ -60,7 +60,7 @@ elseif ( ! class_exists( 'WC_Beta_Tester' ) ) :
|
|||
'plugin_file' => 'woocommerce/woocommerce.php',
|
||||
'slug' => 'woocommerce',
|
||||
'proper_folder_name' => 'woocommerce',
|
||||
'api_url' => 'https://api.github.com/repos/woothemes/woocommerce',
|
||||
'api_url' => 'https://api.github.com/repos/woocommerce/woocommerce',
|
||||
'github_url' => 'https://github.com/woothemes/woocommerce',
|
||||
'requires' => '4.4',
|
||||
'tested' => '4.4'
|
||||
|
@ -71,7 +71,8 @@ elseif ( ! class_exists( 'WC_Beta_Tester' ) ) :
|
|||
}
|
||||
|
||||
/**
|
||||
* Update args
|
||||
* Update args.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function set_update_args() {
|
||||
|
|
Loading…
Reference in New Issue