Mike Jolley
231c8da566
Merge pull request #20138 from woocommerce/fix/20133
...
Use GET in external product form
2018-05-21 17:36:51 +01:00
Mike Jolley
03dfd9b262
Remove . from strings
2018-05-21 17:02:33 +01:00
Mike Jolley
b5707e897e
Adds contributors file generation
2018-05-21 15:28:32 +01:00
Mike Jolley
7fc75897cd
Use GET in external product form
2018-05-18 22:16:59 +01:00
Mike Jolley
faa09deff1
Recalc taxes if address changes in API
2018-05-18 21:47:04 +01:00
Mike Jolley
dfcde3bba2
Merge pull request #20132 from woocommerce/add/abstract-privacy-priorities
...
WC_Abstract_Privacy allow to specify filters' priority
2018-05-18 21:31:25 +01:00
Mike Jolley
a04aa3e043
Merge pull request #20136 from pierrebuet/master
...
Avoid double input field
2018-05-18 21:30:26 +01:00
Mike Jolley
4fc19b6766
feedback
2018-05-18 21:28:51 +01:00
pierrebuet
3b18ac12d1
Avoid double input field
...
When geolocalization is active and a form uses the GET method, the script adds an hidden field for the geolocalization hash v, without checking if it already exists. But wc_query_string_form_fields adds it already, if the parameter was present in the called url.
2018-05-18 21:39:19 +02:00
Marcin Bot
5130edf566
WC_Abstract_Privacy allow to specify filters' priority
2018-05-18 16:07:36 +01:00
Mike Jolley
bf50e871f4
Update/add filter
2018-05-18 15:28:48 +01:00
Gerhard Potgieter
09891e00cf
Merge pull request #20131 from woocommerce/fix/20100
...
Change token export format
2018-05-18 15:20:24 +01:00
Mike Jolley
bbfd419c8b
Array of arrays
2018-05-18 15:13:54 +01:00
Mike Jolley
00288c3b7f
Change token export format
2018-05-18 15:10:43 +01:00
Mike Jolley
2812408665
Merge pull request #20129 from wayheming/master
...
File version
2018-05-18 14:49:54 +01:00
Gerhard Potgieter
c61e0688c6
Merge pull request #20123 from woocommerce/fix/20110
...
Prevent autofocus on checkout
2018-05-18 14:32:30 +01:00
Gerhard Potgieter
7302d21a55
Merge pull request #20094 from woocommerce/fix/20051
...
When cleaning up CSV import, only remove product taxonomies
2018-05-18 14:30:45 +01:00
Gerhard Potgieter
d3d36de567
Merge pull request #20091 from jconroy/status_table_row_fix
...
Fix incorrectly closed system status table row
2018-05-18 14:29:42 +01:00
Gerhard Potgieter
c09fc9950d
Merge pull request #20090 from woocommerce/fix/20070
...
Remove hardcoded border in email template
2018-05-18 14:28:52 +01:00
Ernest
5a01f0edc6
File version
2018-05-18 15:09:50 +03:00
Gerhard Potgieter
6000580ec9
Merge pull request #20086 from woocommerce/fix/20081
...
Fix rounding of line items for orders
2018-05-18 12:31:09 +01:00
Gerhard Potgieter
7c120bb62f
Merge pull request #20085 from woocommerce/fix/20057
...
Set date created if null during update
2018-05-18 12:30:26 +01:00
Mike Jolley
c409a30765
erasers; target shoP_order only and allow filters
2018-05-18 12:29:56 +01:00
Gerhard Potgieter
5141e69339
Merge pull request #20084 from woocommerce/fix/20044
...
Fix tooltip styling when outside label
2018-05-18 12:29:40 +01:00
Gerhard Potgieter
ff05df5dac
Merge pull request #20083 from woocommerce/fix/20058
...
When duplicating variation, set the date to null
2018-05-18 12:28:55 +01:00
Gerhard Potgieter
391d144fd3
Merge pull request #20082 from franticpsyx/js_order_items_reload
...
[3.4] Add JS listeners for reloading/reinitializing order items in edit-order page
2018-05-18 12:28:17 +01:00
Gerhard Potgieter
ad24b9c9d9
Merge pull request #20041 from woocommerce/fix/20039
...
Wrap cell in ' rather than prepend
2018-05-18 12:27:26 +01:00
Gerhard Potgieter
7a501337b9
Merge pull request #20061 from saimonh3/fix/20060
...
fix(missing-country-code): add bahrain country code in the load_country_states method
2018-05-18 12:26:39 +01:00
Gerhard Potgieter
b73cf49278
Update unit tests to conform to new escaping
2018-05-18 12:09:56 +01:00
Mike Jolley
7481c2c205
Remove legacy meta data from orders
2018-05-18 11:58:21 +01:00
Mike Jolley
ddece6a53b
Revert "Don't force default token gateway active by default"
...
This reverts commit 2ef13c3e72
.
2018-05-18 11:32:49 +01:00
Mike Jolley
660649e767
Don't force default token gateway active by default
2018-05-18 11:32:39 +01:00
Mike Jolley
2ef13c3e72
Don't force default token gateway active by default
2018-05-18 11:30:56 +01:00
Gerhard Potgieter
92be60f3e4
Merge pull request #20045 from liquidweb/fix/table-ordering
...
Sort the results of WC_Install::get_tables()
2018-05-18 11:14:21 +01:00
Mike Jolley
20c184274b
Prevent autofocus on checkout
2018-05-18 10:39:51 +01:00
Claudio Sanches
9e53ca2f0b
Merge pull request #20113 from rodrigoprimo/speedtrap
...
Use WordPress version of phpunit-speed-trap
2018-05-17 16:33:13 +01:00
Rodrigo Primo
3057ed0bd6
Use WordPress version of phpunit-speed-trap
...
This commit adds WordPress version of phpunit-speed-trap (https://github.com/WordPress/wordpress-develop/blob/master/tests/phpunit/includes/speed-trap-listener.php ). First I tried to add it using composer but for some unknown reason it worked on my local environment but not on Travis (https://travis-ci.org/woocommerce/woocommerce/jobs/377286389#L673 ). I don't think it is worth spending too much time on this so it seems to me that it is just easy to use WordPress version instead since it works.
2018-05-17 15:04:32 +01:00
Rodrigo Primo
fef08f6e16
Revert "Add phpunit-speedtrap"
...
This reverts commit 5cd7326881
.
2018-05-17 14:52:07 +01:00
Khan M Rashedun-Naby
fd776d854c
Removed Else
2018-05-16 20:44:11 +06:00
Mike Jolley
c4e1f8cd76
When cleaning up CSV import, only remove product taxonomies
2018-05-16 08:57:37 +01:00
Khan M Rashedun-Naby
0c70ed69f3
Little clean up and fix
2018-05-16 09:08:49 +06:00
Khan M Rashedun-Naby
3f824ae000
wc_get_loop_class logic simplified
2018-05-16 08:47:35 +06:00
Jason Conroy
e8e438704b
Fix incorrectly closed table row
...
Introduced with 23b69eba53 (diff-1b33d607bfa554752b46fad3269637deR806)
2018-05-16 11:36:02 +10:00
Mike Jolley
6a1898455b
Remove hardcoded border in email template
2018-05-16 00:14:29 +01:00
Claudio Sanches
a14ad889df
Merge pull request #20087 from woocommerce/fix/20072
...
Remove full stop after action name
2018-05-16 00:03:20 +01:00
Claudio Sanches
dbec84e0a9
Allow oAuth1.0a under SSL
...
Closes #20042
2018-05-15 23:51:59 +01:00
Mike Jolley
faa00b7488
Remove full stop after action name
2018-05-15 23:26:18 +01:00
Mike Jolley
d25bd2dd33
Fix rounding of line items for orders
2018-05-15 23:18:39 +01:00
Mike Jolley
58e4802f47
Set date created if null during update
2018-05-15 19:15:42 +01:00
Mike Jolley
d136926d0c
Fix tooltip styling when outside label
2018-05-15 15:59:49 +01:00