This commit is contained in:
Timmy Crawford 2020-04-21 12:12:18 -07:00 committed by GitHub
parent 9712f4259c
commit 0e94da6160
5 changed files with 51 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "1.0.3",
"version": "1.1.0",
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
"repository": {
"type": "git",

View File

@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activi
Requires at least: 5.3.0
Tested up to: 5.3.2
Requires PHP: 5.6.20
Stable tag: 1.0.3
Stable tag: 1.1.0
License: GPLv3
License URI: https://github.com/woocommerce/woocommerce-admin/blob/master/license.txt
@ -71,6 +71,52 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
== Changelog ==
= 1.1.0 2020-04-20 =
- Tweak: Added link to "go shopping" button #3712
- Fix: Make analytics tables use the site's date format setting #3715
- Fix: Alignment of select text #3723 🎉 @edmundcwm
- Tweak: Add PayFast payment gateway option for sites in South Africa #3738
- Tweak: Onboarding: Update screen order and remove Jetpack connection in profiler #3739
- Tweak: Onboarding - business step: add more options in the competitors list and other fixes #3812
- Tweak: Onboarding: Redesign plugin benefits screen #3764
- Fix: inconsistent wording downloads report #3844 🎉 @jobthomas
- Tweak: Onboarding: Use full width template for homepage in stores using Storefront #3846
- Tweak: Remove 'add first product' note. #3876
- Enhancement: Improve focus on task list #3796
- Enhancement: Allow individual payment method setup in the onboarding task list #3782
- Tweak: Onboarding: Add toggles to configured payments in task list #3801
- Onboarding: Add offline payment methods #3832
- Fix: Verify Stripe API keys in payment set up step. #3910
- Fix: Connect to WooCommerce.com note disappears before connecting. #3909
- Tweak: Onboarding - payments task: filter payment gateways if the user selects CBD #3745
- Enahncement: Create flat rate or free shipping methods from the onboarding task list #3927
- Fix: Add WooCommerce support if store is using default theme #3908
- Fix: Make WooCommerce breadcrumbs use WooCommerce Branding if it is installed #3798
- Fix undefined variable slug on theme activation error #3942 🎉 2nad@m1992
- Tweak: Style and icon updates for Activity Panel #3965
- Fix: handle cases where coupon dates are in an unexpected format. #3984
- Enhancement: "Personalize your store" reminder: new inbox notification #3895
- Fix: Onboarding: only validate other platform name for 'other' selling venues #4011
- Performance: only query necessary data in Orders Panel. #3969
- Tweak: Remove icon-button classes from Tag component #3993
- Enhancement: WooCommerce Shipping order page banner prompt #3955
- Performance: speed up indicators endpoint response. #3997
- Enahncement: Add WC Pay to startup checklist
- Enhancement: Marketing Tab
- Enhancement: Add WooCommerce Payments Inbox note #4013
- Fix: Added hook to delete woocommerce_onboarding_homepage_post_id #4015
- Performance: only query requested stat totals in reports. #4009
- Fix: Show admin notices on legacy admin screens. #4019
- Tweak: Reduce the number of default widgets on the dashboard. #4035
- Tweak: Onboarding: Remove plugins step from profiler #3974
- Fix: wc-admin pages work in Internet Explorer 11. #4037
- Dev: Handle orphaned order statuses in analytics settings. #4090
- Tweak: Overwrite button overflow css from Wordpress 5.4 defaults #4108
- Dev: Fix usage of WP_Error in non-global namespaces. #4115
- Tweak: business details step: increase max-height on competitors listbox #4111
- Fix: OBW: Allow CBD only for US stores #4117
= 1.0.3 2020-03-19 =
- Fix: Stop calling protected has_satisfied_dependencies() on outdated plugin. #3938

View File

@ -152,7 +152,7 @@ class FeaturePlugin {
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
// WARNING: Do not directly edit this version number constant.
// It is updated as part of the prebuild process from the package.json value.
$this->define( 'WC_ADMIN_VERSION_NUMBER', '1.0.3' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '1.1.0' );
}
/**

View File

@ -26,7 +26,7 @@ class Package {
*
* @var string
*/
const VERSION = '1.0.3';
const VERSION = '1.1.0';
/**
* Package active.

View File

@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 1.0.3
* Version: 1.1.0
* Requires at least: 5.3.0
* Requires PHP: 5.6.20
*