Yash Kapoor
4a969a6fd1
Included RegExp for JS files in examples.config.js ( https://github.com/woocommerce/woocommerce-admin/pull/3510 )
2020-01-03 12:03:20 -05:00
Jeff Stieler
a44efefbd6
CI: use PR repo instead of main repo when checking out branches. ( https://github.com/woocommerce/woocommerce-admin/pull/3512 )
2020-01-03 12:00:40 -05:00
Joshua T Flowers
af5022c3d1
Reports sync refactor ( https://github.com/woocommerce/woocommerce-admin/pull/3285 )
2020-01-03 00:00:37 +08:00
Joshua T Flowers
ec2bdb10aa
Onboarding: Add tracks to extension purchase task and modal ( https://github.com/woocommerce/woocommerce-admin/pull/3493 )
...
* Add purchase task and modal to task list
* Track when cart modal is opened from task list
* Track when extensions are purchased or skipped
* Track checkout proceed on modal close
2020-01-02 10:36:25 +08:00
Joshua T Flowers
a2bff95a4a
Onboarding: Redirect the user to the task list if referer is wccom checkout ( https://github.com/woocommerce/woocommerce-admin/pull/3495 )
2020-01-02 10:30:12 +08:00
Timmy Crawford
da0844c53e
Onboarding: Add Skip Step link on Themes Step ( https://github.com/woocommerce/woocommerce-admin/pull/3490 )
...
* Onboarding: Add Skip Step link on Themes Step.
* Updates per feedback.
2019-12-31 11:55:00 -08:00
Jeff Stieler
e93a2abcf9
Tag version 0.23.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3475 )
...
* Bump plugin version.
* Add changelog entry.
2019-12-31 11:18:36 -08:00
Joshua T Flowers
700cf7bb2d
Onboarding: Add purchase products task list item ( https://github.com/woocommerce/woocommerce-admin/pull/3472 )
...
* Add an array of installed plugins to wcSettings
* Don't include already installed plugins in cart items
* Move cart modal component
* Add purchase task and modal to task list
* Rename ambiguous task getter method
* Remove modal purchase later prop
* Show completed product purchase task item after purchase
* Don't show cart modal if all items previously purchased
2019-12-31 16:50:45 +08:00
Joshua T Flowers
1a83c50e19
Onboarding: Fix disabled button hover state ( https://github.com/woocommerce/woocommerce-admin/pull/3492 )
...
* Fix hover color for disabled buttons
* Add not-allowed state to cursor on disabled buttons
2019-12-31 10:47:41 +08:00
Joshua T Flowers
8707c5c13a
Onboarding: Add error styling and text to country state dropdown ( https://github.com/woocommerce/woocommerce-admin/pull/3494 )
...
* Add onBlur prop to select control input
* Add controlCLassName prop to SelectControl
* Set left position for control help text explicitly
2019-12-31 10:31:59 +08:00
Timmy Crawford
7cc0611902
Fix button color when no demo present. ( https://github.com/woocommerce/woocommerce-admin/pull/3489 )
2019-12-30 12:18:09 -08:00
renovate[bot]
e6fbbd8b41
Update dependency mini-css-extract-plugin to v0.9.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3480 )
2019-12-30 11:29:24 -04:00
renovate[bot]
51cda0911b
Update dependency redux to v4.0.5 ( https://github.com/woocommerce/woocommerce-admin/pull/3481 )
2019-12-30 11:09:28 -04:00
renovate[bot]
44c2f80a14
Update dependency enzyme-adapter-react-16 to v1.15.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3479 )
2019-12-30 10:59:25 -04:00
renovate[bot]
127f71f7cc
Update dependency deasync to v0.1.19 ( https://github.com/woocommerce/woocommerce-admin/pull/3478 )
2019-12-30 10:52:11 -04:00
renovate[bot]
18fe1d4a6d
Update dependency @octokit/rest to v16.36.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3477 )
2019-12-30 10:46:38 -04:00
renovate[bot]
6124c29e19
Update babel monorepo to v7.7.7 ( https://github.com/woocommerce/woocommerce-admin/pull/3476 )
2019-12-30 10:01:06 -04:00
Ron Rennick
692dcc21e5
update i18n scripts for making JSON files ( https://github.com/woocommerce/woocommerce-admin/pull/3433 )
...
* update i18n scripts for making JSON files
* update documentation
* update postbuild command for new translation script
* update per feedback
* update readme instructions
* update script reference patterns to anywhere on line
2019-12-30 09:38:20 -04:00
Joshua T Flowers
52c81230c3
Onboarding: Install free themes during profiler ( https://github.com/woocommerce/woocommerce-admin/pull/3484 )
...
* Add theme name to theme activation response
* Install and activate theme on choose in profiler
* Only auto install free themes and not currently active themes
* Move getPriceValue to dashboard utils
* Don't add free themes to the cart
2019-12-30 18:11:50 +08:00
Joshua T Flowers
3da148156e
Onboarding: Add theme install and activation endpoints ( https://github.com/woocommerce/woocommerce-admin/pull/3482 )
...
* Add API endpoint to install themes
* Add API endpoint to activate a theme
* Add an array of allowed themes and sanitize slugs
* Limit allowed themes to already installed or free themes
* Add theme installation tests
* Add tests for theme activation
* Add onboarding theme installation and activation tests
* Remove unused argument in onboarding plugins API
2019-12-30 15:47:15 +08:00
Timmy Crawford
44748bb16e
Onboarding: Add another option to platforms. ( https://github.com/woocommerce/woocommerce-admin/pull/3471 )
...
* Onboarding: Add another option to platforms.
* Add revenue question for other woo store.
* Add new option value to REST enum.
2019-12-27 08:30:59 -08:00
Joshua T Flowers
2df87c674d
Onboarding: Skip Shipping connect step if Jetpack is already connected ( https://github.com/woocommerce/woocommerce-admin/pull/3486 )
2019-12-27 17:16:39 +08:00
Joshua T Flowers
8b02019c1c
Onboarding: Don't show skip link if no plugins exist to skip ( https://github.com/woocommerce/woocommerce-admin/pull/3485 )
...
* Don't show skip link if no plugins exist to skip
* Update skip link to check against plugins array length
2019-12-27 08:17:27 +08:00
Joshua T Flowers
986703686e
Onboarding: Add in tracks for failed plugin installation ( https://github.com/woocommerce/woocommerce-admin/pull/3483 )
2019-12-27 07:20:52 +08:00
Jeff Stieler
b742c132da
Invalidate API caches when updating analytics settings. ( https://github.com/woocommerce/woocommerce-admin/pull/3465 )
2019-12-26 17:50:30 -05:00
Paul Sealock
402294c500
DataStores: normalize contexts to plural ( https://github.com/woocommerce/woocommerce-admin/pull/3419 )
...
* DataStores: normalize contexts to plural
* downloads_stats
2019-12-26 11:50:52 +13:00
Jeff Stieler
c28b6d9f2c
Fix DB version retrieval default value. ( https://github.com/woocommerce/woocommerce-admin/pull/3473 )
...
Value should be null if not set.
2019-12-24 13:19:08 -05:00
Jeff Stieler
a5c4e13fbb
Show pending review regardless of comment moderation settings ( https://github.com/woocommerce/woocommerce-admin/pull/3459 )
...
* Show pending reviews regardless of comment moderation settings.
* Filter "view reviews" link to show only product review comments.
2019-12-20 13:16:48 -05:00
Justin Shreve
5068282b7b
Add purchase modal at the end of the profile wizard ( https://github.com/woocommerce/woocommerce-admin/pull/3444 )
...
* Add purchase modal to confirm intent before cart redirect
* Handle PR feedback: Fix comment on getProductIdsForCart, move cart modal to open on theme page (which rewrites the mark completed functionality), fix CSS display, Add busy stsate to redirect to cart button
* Fix some minor naming issues and add a busy state on thee later link
2019-12-20 07:58:38 -05:00
Jeff Stieler
8d25b43a9c
Update instructions for documenting new components. ( https://github.com/woocommerce/woocommerce-admin/pull/3443 )
...
* Update instructions for documenting new components.
* Update instructions to reflect README file generation.
2019-12-20 07:25:03 -05:00
Jeff Stieler
747618cb2d
Bump version to 0.23.2. ( https://github.com/woocommerce/woocommerce-admin/pull/3453 )
...
* Update version to 0.23.2.
* Add changelog entries.
2019-12-20 07:24:49 -05:00
Jeff Stieler
45730ed5fa
Prompt user for branch/commit to base releases on. ( https://github.com/woocommerce/woocommerce-admin/pull/3454 )
2019-12-20 07:24:26 -05:00
renovate[bot]
ffae698c69
Update dependency mini-css-extract-plugin to v0.8.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3440 )
2019-12-20 19:40:41 +08:00
renovate[bot]
c4ae1bed98
Update dependency marked to v0.8.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3439 )
2019-12-20 19:35:23 +08:00
renovate[bot]
0bc77c2308
Update dependency css-loader to v3.4.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3438 )
2019-12-20 11:57:09 +08:00
renovate[bot]
bc50e4960b
Update dependency copy-webpack-plugin to v5.1.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3437 )
2019-12-20 11:52:20 +08:00
renovate[bot]
3335cfc41f
Update dependency @octokit/rest to v16.35.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3436 )
2019-12-20 11:48:33 +08:00
renovate[bot]
54b168eaf6
Pin dependency fs-extra to 8.1.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3435 )
2019-12-20 09:46:15 +08:00
Jeff Stieler
1c51cf94e0
Add filters to WP notice collapsing behavior. ( https://github.com/woocommerce/woocommerce-admin/pull/3391 )
...
* Add filters to WP notice collapsing behavior.
* Avoid modifying the WP notices NodeList inline.
* Add example showing WP notices filter usage.
* Keep hidden/shown notice widths consistent.
2019-12-18 08:12:32 -05:00
Jeff Stieler
162a8cd550
Allow report caching layer to be filtered off. ( https://github.com/woocommerce/woocommerce-admin/pull/3434 )
...
* Add filter to conditionally disable report caching.
* Disable caching for Orders Stats unit tests.
Fixes the display of the last query when tests fail.
2019-12-17 16:21:44 -05:00
Ron Rennick
dd5929ea46
scroll to notices when made visible while scrolled down ( https://github.com/woocommerce/woocommerce-admin/pull/3390 )
...
* scroll to notices when made visible while scrolled down
* use window.scrollY for calculating scroll
2019-12-17 16:24:58 -04:00
Jeff Stieler
79ad163a3a
Fix user data fields filter name. ( https://github.com/woocommerce/woocommerce-admin/pull/3428 )
...
Missed in woocommerce/woocommerce-admin#3339 .
2019-12-17 08:36:22 -05:00
Jeff Stieler
7804d010ed
Add moment dependency to script registration. ( https://github.com/woocommerce/woocommerce-admin/pull/3429 )
...
Our app and packages expect momentjs as an external.
2019-12-17 08:35:51 -05:00
Justin Shreve
013aa443b8
Fix the "is this card useful" prompt display ( https://github.com/woocommerce/woocommerce-admin/pull/3427 )
...
* Fix the "is this card useful" prompt display
* Fix stylelint / format issue
2019-12-17 07:49:57 -05:00
Timmy Crawford
eeff9572f5
Documentation: Add base directory and files ( https://github.com/woocommerce/woocommerce-admin/pull/3404 )
...
* Let us get this docparty started.
* Report page stubs.
2019-12-16 10:29:01 -08:00
Paul Sealock
3da93590c4
AssetDataRegistry: update SQL example ( https://github.com/woocommerce/woocommerce-admin/pull/3418 )
...
* AssetDataRegistry: update SQL example
* add wc-settings as a dependency
* better descripiton
2019-12-17 07:16:46 +13:00
Jeff Stieler
11d4911191
Fix CompareFilter selected value format. ( https://github.com/woocommerce/woocommerce-admin/pull/3421 )
...
Look for `key` instead of `id` property.
2019-12-16 10:27:53 -05:00
Paul Sealock
e5d321710f
Add starter pack script ( https://github.com/woocommerce/woocommerce-admin/pull/3403 )
...
* Add starter pack
* use deepPink
2019-12-16 11:59:35 +13:00
Jeff Stieler
6a826600c2
Fix WC-Admin component styles for WP 5.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3357 )
...
* Style Search component for 5.3.
* Reset native select control styles.
* Fix styling of selected radio options.
* Fix bottom margin on select inputs in filters and pagination.
* Update DropdownButton styles for WP 5.3.
* Style DropdownButton arrow as a chevron.
* Fix tooltip arrow styling.
* Style TextControlWithAffixes for WP 5.3.
* Flatten pagination button style.
* Use SelectControl for StoreAlert snooze action.
* Remove 3D look and use chevron on SplitButton.
* Add changelog entry.
* Fix stylelint issues.
* Update test snapshots.
* Add TextControlWithAffixes disabled prop to documentation and proptypes.
* Use WP checkboxes in ReportTable columns.
* Fix TableCard header background colors.
* Add padding to EllipsisMenu toggle controls.
* Remove version-specific styles.
We require WP 5.3 as a minimum now.
2019-12-13 12:35:29 -05:00
Paul Sealock
9a4369d984
Bump minimum WP version to 5.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3393 )
...
* Bump minimum WP version
* Bump min WP version in main README.
2019-12-13 10:05:41 -05:00
renovate[bot]
a80733a8d5
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/3327 )
...
* Lock file maintenance
* Update composer lockfile.
2019-12-13 09:59:43 -05:00
Jeff Stieler
2b85bf1bba
Install latest stable WC for running builds. ( https://github.com/woocommerce/woocommerce-admin/pull/3417 )
...
Occasionally, master breaks the build.
2019-12-13 09:30:21 +13:00
renovate[bot]
4f8b8f00ef
Update dependency core-js to v2.6.11 ( https://github.com/woocommerce/woocommerce-admin/pull/3411 )
2019-12-12 08:08:13 -05:00
renovate[bot]
f307ed3add
Update dependency webpack-cli to v3.3.10 ( https://github.com/woocommerce/woocommerce-admin/pull/3413 )
2019-12-12 07:53:07 -05:00
renovate[bot]
48d145d5df
Update dependency rtlcss to v2.4.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3412 )
2019-12-11 22:47:50 -05:00
renovate[bot]
e828a73eb6
Update dependency copy-webpack-plugin to v5.1.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3410 )
2019-12-11 22:46:13 -05:00
renovate[bot]
a7c2d1f5fe
Update dependency automattic/jetpack-autoloader to v1.3.7 ( https://github.com/woocommerce/woocommerce-admin/pull/3409 )
2019-12-11 22:26:20 -05:00
renovate[bot]
90bde97393
Update babel monorepo ( https://github.com/woocommerce/woocommerce-admin/pull/3408 )
2019-12-11 22:00:37 -05:00
Justin Shreve
8b15bb441e
Add autocomplete props to address fields in onboarding and adjust country/state matching ( https://github.com/woocommerce/woocommerce-admin/pull/3338 )
...
* Add autocomplete props to adress fields in onboarding
* Adjust state/country autocomplete logic
* Refactor state and country check
2019-12-11 12:10:05 -05:00
Jeff Stieler
3301575b60
Fix missing header on core pages. ( https://github.com/woocommerce/woocommerce-admin/pull/3389 )
...
* Fix WC-admin loading on Status > Logs page.
* WIP render admin bar on all WC settings pages.
* Connect all settings, status, extension, and report pages using a filter.
2019-12-11 08:32:17 -05:00
Ron Rennick
4f71ae79a9
update customer rest controller for last active date in local time ( https://github.com/woocommerce/woocommerce-admin/pull/3388 )
2019-12-10 16:46:17 -04:00
Joshua T Flowers
529cab809e
Onboarding: Fix error if product types are missing ( https://github.com/woocommerce/woocommerce-admin/pull/3340 )
...
* Get product types from profile items or set to empty array
* Remove duplicate cart redirect methods
* Add missing cart redirect params
* Use path for wccom-back instead of full url
2019-12-10 15:08:16 -05:00
Joshua T Flowers
3cec6e7be6
Onboarding: Update shipping task button text ( https://github.com/woocommerce/woocommerce-admin/pull/3400 )
...
* Add buttonText prop and default text to shipping rates component
* Make button text dependent on remaining task visibility
* Determine task step visibility by plugins
2019-12-10 14:54:51 -05:00
Justin Shreve
1acd567e76
Default the Calypso environment to production ( https://github.com/woocommerce/woocommerce-admin/pull/3347 )
2019-12-10 14:36:45 -05:00
Justin Shreve
a0e47e8dfd
Add a button to continue setup after importing products ( https://github.com/woocommerce/woocommerce-admin/pull/3402 )
2019-12-10 14:28:19 -05:00
Justin Shreve
34a0fdb6a5
Fix revenue question translation with currency conversion ( https://github.com/woocommerce/woocommerce-admin/pull/3358 )
...
* Do a rough conversion of the currency ranges on the revenue question
* add a zero for every additional digit beyond the first digit to round currencies with larger differences in exchange rates
2019-12-10 14:01:21 -05:00
Ron Rennick
d1b356919c
don't load analytics dashboard for users without needed capability ( https://github.com/woocommerce/woocommerce-admin/pull/3386 )
...
* don't load analytics dashboard for users without needed capability
* add helper function
2019-12-10 10:04:39 -04:00
Ron Rennick
47ca4f1032
make report filter date props optional ( https://github.com/woocommerce/woocommerce-admin/pull/3359 )
2019-12-10 09:56:06 -04:00
Joshua T Flowers
08f38ace89
Update the tracking usage modal copy ( https://github.com/woocommerce/woocommerce-admin/pull/3398 )
2019-12-10 11:08:54 +07:00
Joshua T Flowers
df172f4592
Onboarding: Reduce number of queries needed to update logo ( https://github.com/woocommerce/woocommerce-admin/pull/3397 )
...
* Add stylesheet and themeMods to settings and remove customLogo
* Remove queries to get current stylesheet and thememods
2019-12-10 11:08:44 +07:00
renovate[bot]
1f263874e3
Update dependency lerna to v3.19.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3346 )
2019-12-09 14:36:51 -05:00
renovate[bot]
ab37d42635
Update dependency docsify-cli to v4.4.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3344 )
2019-12-09 14:26:27 -05:00
renovate[bot]
6cbc928675
Update dependency eslint-plugin-react to v7.17.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3345 )
2019-12-09 14:21:57 -05:00
Paul Sealock
6a92ccb932
Release/0.23.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3395 )
...
* release changes 0.23.0
* check onboarding function
* version bumps
* fix package.json typo
* fix version typo
2019-12-10 08:02:09 +13:00
renovate[bot]
7d48375c0b
Update dependency deasync to v0.1.16 ( https://github.com/woocommerce/woocommerce-admin/pull/3343 )
2019-12-09 14:00:33 -05:00
renovate[bot]
44007fd014
Update dependency css-loader to v3.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3342 )
2019-12-09 13:47:40 -05:00
renovate[bot]
3445ff6578
Update dependency autoprefixer to v9.7.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3341 )
2019-12-09 13:36:13 -05:00
Paul Sealock
557cf0fbc4
release changes 0.23.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3371 )
2019-12-10 07:30:38 +13:00
Joshua T Flowers
2fe5f99977
Update check for TOS accepted in tax step ( https://github.com/woocommerce/woocommerce-admin/pull/3245 )
2019-12-09 11:50:54 +07:00
Ron Rennick
fe0aaaa8ab
Add/disable plugin filter ( https://github.com/woocommerce/woocommerce-admin/pull/3361 )
...
* add filter to allow WC Admin to be disabled
* update filter name
2019-12-06 13:13:28 -04:00
Ron Rennick
ba30224098
Stardardize hooks ( https://github.com/woocommerce/woocommerce-admin/pull/3339 )
...
* rename woocommerce_reports_* hooks/filters to woocommerce_analytics_*
* introduce woocommerce_navigation_ filter prefix
* update remaining wc_admin_* filters/hooks
* phpcs sniff fixes for notes data store
* standardize woocommerce_note_ hook prefix
* one of filter renames
* update contributing readme, onboarding unit test
* missed _notes_ -> _note_ filter
* update ext example hooks
2019-12-06 12:06:11 +13:00
Paul Sealock
8205112732
Add currency extension ( https://github.com/woocommerce/woocommerce-admin/pull/3328 )
...
* Add currency extension
* use wcSettings
* save
* get revenue working
* all reports
* remove error log
* better rename
* add column
* persist queries
* go back to individual hooks
* comments
* address feedback
2019-12-06 11:38:26 +13:00
Jeff Stieler
6a8124ffd0
Remove unnecessary locale update call. ( https://github.com/woocommerce/woocommerce-admin/pull/3362 )
...
Let the @wordpress/date module handle it.
2019-12-06 11:38:07 +13:00
Ron Rennick
0c5c0f1571
add filter to allow WC Admin to be disabled ( https://github.com/woocommerce/woocommerce-admin/pull/3350 )
2019-12-04 19:44:49 -04:00
Ron Rennick
cd6c81ae22
account for time change when calculating next day start ( https://github.com/woocommerce/woocommerce-admin/pull/3333 )
2019-12-04 19:44:20 -04:00
Justin Shreve
4e4d6b265a
Remove extra debug information ( https://github.com/woocommerce/woocommerce-admin/pull/3336 )
2019-12-04 08:16:20 -05:00
Justin Shreve
5e6e3e98db
Fix button margin on plugins screen ( https://github.com/woocommerce/woocommerce-admin/pull/3337 )
2019-12-04 08:05:01 -05:00
Joshua T Flowers
2fccd709c0
Onboarding: Update global currency settings on address change ( https://github.com/woocommerce/woocommerce-admin/pull/3324 )
...
* Update currency data to match currency format used in wcSettings
* Revert currency ranges to sprintf
* Allow currency to be changed after the class has been initialized
* Update currency settings when store address is changed
* Get default prices formats from positioning
* Set currency defaults if not set
* Handle PR feedback
* Add translator comment to 'more than' revenue option
2019-12-04 07:32:13 +08:00
Joshua T Flowers
7c9ba29fa2
Onboarding: Redirect to task list after shipping step connection ( https://github.com/woocommerce/woocommerce-admin/pull/3331 )
...
* Add redirectUrl prop to connect step
* Add propTypes to connect component
2019-12-04 07:16:17 +08:00
Joshua T Flowers
7e2aa85235
Onboarding: Format product count ranges numbers without decimals ( https://github.com/woocommerce/woocommerce-admin/pull/3316 )
...
* Format product count ranges numbers without decimals
* Don't pass format method as argument to getNumberRangeString
2019-12-04 07:13:42 +08:00
Joshua T Flowers
fa2ab220c9
Onboarding: Allow logo to be removed via customize appearance task ( https://github.com/woocommerce/woocommerce-admin/pull/3323 )
...
* Remove pending state when no custom logo ID exists
* Update logo to null in theme mods if removed
2019-12-03 12:42:57 +08:00
Joshua T Flowers
09f2a03284
Onboarding: Update appearance task completion criteria ( https://github.com/woocommerce/woocommerce-admin/pull/3321 )
...
* Update appearance task completion criteria
* Don't update wcSettings after logo change
2019-12-03 12:18:56 +08:00
Joshua T Flowers
485cb2c193
Update getCurrencyFormatString import to use wc-admin lib ( https://github.com/woocommerce/woocommerce-admin/pull/3332 )
2019-12-03 09:12:53 +08:00
Justin Shreve
448e1f3e11
Remove Newspack Dependency ( https://github.com/woocommerce/woocommerce-admin/pull/3302 )
...
* Switch to @wordpress/component's Button
* Finish button conversion
* Move to @wp/component's CheckboxControl
* Add ImageUpload component
* Remove Newspack package
* CSS Cleanup
* Handle PR feedback: Fix tests, add ImageUploader basic test, fix FireFox/Safari Display issues, and currency input bug
2019-12-02 12:39:22 -05:00
Darren Ethier
09ddedc8d9
Packages: Prep for release. ( https://github.com/woocommerce/woocommerce-admin/pull/3325 )
...
* update components package version and changelog
* update csvexport package and changelog
* update currency package and changelog
* update date package and changelog
* update navigation package and changelog
* update number package and changelog
* update package dependency versions
* fix typo
2019-12-02 08:08:35 -05:00
Joshua T Flowers
81599c5178
Check if extended_info is set for order report items ( https://github.com/woocommerce/woocommerce-admin/pull/3315 )
2019-11-29 09:22:18 +08:00
Paul Sealock
3f13793e66
DB Updates: invalidate cache after update ( https://github.com/woocommerce/woocommerce-admin/pull/3299 )
2019-11-29 09:55:23 +13:00
Paul Sealock
a5a67b107e
Settings: Persist date range selection ( https://github.com/woocommerce/woocommerce-admin/pull/3293 )
...
* Settings: fix date range persistance
* set undefined on persisted on save
* add comment
2019-11-29 09:54:15 +13:00
Ron Rennick
d6c77de3cd
make customer order count consistent between customer and stats ( https://github.com/woocommerce/woocommerce-admin/pull/3290 )
...
* make customer order count consistent between customer and stats
* add phpcs ignore for date()
* move reused SQL logic to variables
2019-11-28 12:58:46 -04:00
Joshua T Flowers
deeeacd3a5
Include out of stock products in low_in_stock product filter ( https://github.com/woocommerce/woocommerce-admin/pull/3310 )
2019-11-28 13:41:58 +08:00