diff --git a/composer.json b/composer.json index e35ba1d4..2fb3b16a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "automattic/wc-calypso-bridge", - "version": "v1.4.0", + "version": "v1.5.0", "autoload": { "files": [ "wc-calypso-bridge.php" diff --git a/readme.txt b/readme.txt index d477ad59..de9485af 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, woothemes Tags: woocommerce Requires at least: 4.6 Tested up to: 4.9 -Stable tag: 1.1.9 +Stable tag: 1.5.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -22,6 +22,12 @@ This section describes how to install the plugin and get it working. == Changelog == += 1.5.0 = +* Onboarding: Hide CBD option +* Calypsoify: Use wc-admin header instead of calypsoify header +* Onboarding: Hide monthly/annual price toggle +* Onboarding: Update redirect logic to work with Woo 4.6 + = 1.4.0 = * Enable Home Screen for all users * Prevent Crowdsignal Forms from redirecting diff --git a/wc-calypso-bridge.php b/wc-calypso-bridge.php index 5f87e484..b1ddf3d2 100644 --- a/wc-calypso-bridge.php +++ b/wc-calypso-bridge.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Calypso Bridge * Plugin URI: https://wordpress.com/ * Description: A feature plugin to provide ux enhancments for users of Store on WordPress.com. - * Version: 1.4.0 + * Version: 1.5.0 * Author: Automattic * Author URI: https://wordpress.com/ * Requires at least: 4.4 @@ -30,7 +30,7 @@ } } -define( 'WC_CALYPSO_BRIDGE_CURRENT_VERSION', '1.4.0' ); +define( 'WC_CALYPSO_BRIDGE_CURRENT_VERSION', '1.5.0' ); define( 'WC_MIN_VERSION', '3.0.0' ); if ( ! function_exists( 'wc_calypso_bridge_is_ecommerce_plan' ) ) {