Use WordPress.org for downloading WooCommerce
This commit is contained in:
parent
4ea4c0298b
commit
387b3cf3ea
|
@ -74,7 +74,7 @@ class WC_Beta_Tester {
|
||||||
$this->config['new_version'] = $this->get_latest_prerelease();
|
$this->config['new_version'] = $this->get_latest_prerelease();
|
||||||
$this->config['last_updated'] = $this->get_date();
|
$this->config['last_updated'] = $this->get_date();
|
||||||
$this->config['description'] = $this->get_description();
|
$this->config['description'] = $this->get_description();
|
||||||
$this->config['zip_url'] = 'https://github.com/woocommerce/woocommerce/zipball/' . $this->config['new_version'];
|
$this->config['zip_url'] = 'https://downloads.wordpress.org/plugin/woocommerce.' . $this->config['new_version'] . '.zip';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue