Use WordPress.org for downloading WooCommerce

This commit is contained in:
Boro Sitnikovski 2018-06-05 09:59:37 +02:00
parent 4ea4c0298b
commit 387b3cf3ea
1 changed files with 1 additions and 1 deletions

View File

@ -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';
} }
/** /**