Mike Jolley
|
5b105d0c7f
|
Init the API and add to status report
|
2019-06-21 13:40:53 +01:00 |
Mike Jolley
|
7a61883c30
|
Update composer file to include packages
|
2019-06-21 13:40:34 +01:00 |
Mike Jolley
|
950f31a9e0
|
Remove abstract rest class that is in the package
|
2019-06-21 13:40:10 +01:00 |
Mike Jolley
|
5a092f9beb
|
Remove block library dependency
|
2019-06-21 12:23:47 +01:00 |
Mike Jolley
|
8b41b03f2e
|
Remove blocks files
|
2019-06-21 12:23:41 +01:00 |
Mike Jolley
|
e2df2c3986
|
Remove blocks from build file
|
2019-06-21 12:23:32 +01:00 |
Gerhard
|
9212ee5082
|
Add check before calling wc_delete_order_item for taxes to make sure order is editable.
|
2019-06-20 15:01:01 +02:00 |
Peter Fabian
|
a6a26633a4
|
Removed extra check if the code is executed within admin.
|
2019-06-20 14:07:52 +02:00 |
MD0123-Hardip
|
a01d59e581
|
added db currency updater for both currency
|
2019-06-20 16:17:23 +05:30 |
Gerhard Potgieter
|
e7762627c3
|
Merge pull request #23948 from woocommerce/renovate/babel-eslint-10.x
Update dependency babel-eslint to v10.0.2
|
2019-06-20 11:18:44 +02:00 |
Gerhard Potgieter
|
97f500d1de
|
Merge pull request #23899 from woocommerce/renovate/chromedriver-75.x
Update dependency chromedriver to v75
|
2019-06-20 11:06:23 +02:00 |
Gerhard Potgieter
|
e95902847a
|
Merge pull request #23885 from woocommerce/renovate/stylelint-10.x
Update dependency stylelint to v10.1.0
|
2019-06-20 11:03:56 +02:00 |
MD0123-Hardip
|
9890ab4164
|
unit testing changes
|
2019-06-20 11:37:38 +05:30 |
Claudio Sanches
|
02aafa1948
|
Merge pull request #23911 from woocommerce/update/23887
Update auto username generation description
|
2019-06-19 20:22:02 -03:00 |
Claudio Sanches
|
ce1b50fd71
|
Merge pull request #23941 from malviyaritesh/fix/23940-maybe-shipping-section
Remove shipping section from helpful message of login form
|
2019-06-19 19:51:35 -03:00 |
Claudio Sanches
|
88100b8f8e
|
Merge pull request #23926 from malviyaritesh/fix/23922-quote-in-pass
Stop unslashing password while registering user
|
2019-06-19 19:39:39 -03:00 |
Claudio Sanches
|
e759317ef4
|
Merge pull request #23891 from malviyaritesh/fix/23888
Send boolean as expected, not string
|
2019-06-19 19:36:34 -03:00 |
Claudio Sanches
|
ead43a62c5
|
Merge pull request #23904 from woocommerce/renovate/husky-2.x
Update dependency husky to v2.4.1
|
2019-06-19 19:22:58 -03:00 |
Claudio Sanches
|
569e8a5b8f
|
Merge pull request #23925 from webdados/patch-2
Display Status > Logs timestamp with the Y-m-d H:i:s format
|
2019-06-19 19:11:13 -03:00 |
Claudio Sanches
|
84c8a2c165
|
Merge pull request #23936 from malviyaritesh/fix/23923-categories-link
Add missing post_type=product query var in url
|
2019-06-19 18:59:20 -03:00 |
Claudio Sanches
|
9ac21c6c26
|
Merge pull request #23932 from woocommerce/renovate/lint-staged-8.x
Update dependency lint-staged to v8.2.1
|
2019-06-19 18:56:14 -03:00 |
Claudio Sanches
|
6cfe7cb681
|
Fixed coding standards
|
2019-06-19 18:39:27 -03:00 |
Claudio Sanches
|
62f58daeed
|
Update templates version
|
2019-06-19 18:33:30 -03:00 |
Claudio Sanches
|
d46d62fcb7
|
Fixed line break from customer notes in emails
|
2019-06-19 18:28:49 -03:00 |
Claudio Sanches
|
6989532274
|
Allow display multiple error messages through registration validation
|
2019-06-19 18:09:28 -03:00 |
Claudio Sanches
|
eedc871bea
|
Update unit tests for wc_format_phone_number()
|
2019-06-19 17:44:01 -03:00 |
Claudio Sanches
|
7073c6b3a2
|
Allow "(", and ")" in wc_format_phone_number()
|
2019-06-19 17:39:08 -03:00 |
Claudio Sanches
|
d17b96646c
|
Fixed database update tool, fixing System Status, REST API and CLI
|
2019-06-19 17:19:13 -03:00 |
Mike Jolley
|
145cf3b770
|
Remove rest includes and controllers init
|
2019-06-19 11:56:51 +01:00 |
Mike Jolley
|
ce3a6cbbf8
|
Remove old include
|
2019-06-19 11:54:55 +01:00 |
Mike Jolley
|
78f9ea59ed
|
Moved auth and exception classes to main includes directory - these are shared between legacy and new API. The package may replace these in the future.
|
2019-06-19 11:52:50 +01:00 |
Mike Jolley
|
7451659b24
|
Delete REST API abstract classes
|
2019-06-19 11:49:28 +01:00 |
Mike Jolley
|
03e60ebb7c
|
Delete REST API classes
|
2019-06-19 11:48:12 +01:00 |
Mike Jolley
|
6ca9dac7d7
|
Remove REST API autoloader
|
2019-06-19 11:44:57 +01:00 |
Mike Jolley
|
9a07e92eba
|
Remove parent construct call since init() is used.
|
2019-06-19 11:31:04 +01:00 |
Mike Jolley
|
038bac16f5
|
Update paths to legacy API and implement init method.
|
2019-06-19 11:29:49 +01:00 |
Mike Jolley
|
00a8ef5d4d
|
Move legacy API files from /api/ to /legacy/api
|
2019-06-19 11:23:47 +01:00 |
Mike Jolley
|
3776599fcd
|
Add prebuild step to NPM packages.json to install composer.
Just a helper; if you run npm build it will ensure NPM and composer are both installed.
|
2019-06-19 11:17:24 +01:00 |
Mike Jolley
|
ed68104077
|
Ignore `/packages` directory. This will be where external packages live.
|
2019-06-19 11:16:30 +01:00 |
Albert Juhé Lluveras
|
9e641e08dd
|
Merge pull request #23953 from woocommerce/fix/tracks-pixel-fixed
Set Tracks image position to fixed
|
2019-06-19 10:41:39 +02:00 |
Jonathan Moore
|
d8470aa45a
|
implementing review from @claudiosanches
|
2019-06-18 21:20:39 +01:00 |
Claudio Sanches
|
4061f870a2
|
Merge pull request #23720 from parmarhardip/FIX-23589
fix- 23589 I have fixed pricing issue.
|
2019-06-18 16:04:45 -03:00 |
Claudio Sanches
|
e18481e795
|
Merge pull request #23824 from woocommerce/fix/23799
Update Emogrifier library
|
2019-06-18 16:03:40 -03:00 |
Claudio Sanches
|
e849a5e044
|
Merge pull request #23877 from jdeeburke/fix/apply-coupon-fatal
Fix fatal error when applying a virtual coupon to an order placed by a guest
|
2019-06-18 16:00:39 -03:00 |
Claudio Sanches
|
a36dcf8aae
|
Merge pull request #23849 from woocommerce/fix/wc-tracker-reviews
Tracker: fix review count
|
2019-06-18 15:52:25 -03:00 |
Claudio Sanches
|
96787d62f9
|
Merge pull request #23828 from Jon007/patch-1
Avoid outputting a rating of zero when product has comments without a review rating.
|
2019-06-18 15:51:55 -03:00 |
Claudio Sanches
|
bf01eccfcd
|
Merge pull request #23840 from unfulvio/23839-do-not-throw-notice-rest-api-includes
[#23839] Do not throw autoloader notice if following notice instructions
|
2019-06-18 15:51:22 -03:00 |
Albert Juhé Lluveras
|
26c2d49586
|
Set Tracks image position to fixed
|
2019-06-18 13:05:30 +02:00 |
MD0123-Hardip
|
715528e58e
|
changes applied
|
2019-06-18 12:07:55 +05:30 |
Renovate Bot
|
60f747fff2
|
Update dependency babel-eslint to v10.0.2
|
2019-06-17 15:55:46 +00:00 |