From 1df330a3e23371b486b3cb8c8b3dfbede1471cbf Mon Sep 17 00:00:00 2001 From: Gerhard Date: Thu, 27 Jun 2013 11:33:08 +0200 Subject: [PATCH] Change changelog URL for extension version info to new cloudfront url --- admin/woocommerce-admin-status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/woocommerce-admin-status.php b/admin/woocommerce-admin-status.php index 269f617d816..d0ae8e17e84 100644 --- a/admin/woocommerce-admin-status.php +++ b/admin/woocommerce-admin-status.php @@ -248,7 +248,7 @@ function woocommerce_status_report() { if ( strstr( $dirname, 'woocommerce' ) ) { if ( false === ( $version_data = get_transient( $plugin . '_version_data' ) ) ) { - $changelog = wp_remote_get( 'http://www.woothemes.com/changelogs/extensions/' . $dirname . '/changelog.txt' ); + $changelog = wp_remote_get( 'http://dzv365zjfbd8v.cloudfront.net/changelogs/' . $dirname . '/changelog.txt' ); $cl_lines = explode( "\n", wp_remote_retrieve_body( $changelog ) ); if ( ! empty( $cl_lines ) ) { foreach ( $cl_lines as $line_num => $cl_line ) {