Claudio Sanches
d6d6096cba
Merge pull request #13630 from woocommerce/fix-13628
...
Match language array in select2
2017-03-17 16:20:44 -03:00
Claudio Sanches
ad10e444f0
Merge pull request #13651 from woocommerce/fix-13642
...
Ensure we have a product before checking if it exists
2017-03-17 16:14:20 -03:00
Mike Jolley
196ba7b770
Ensure we have a product before checking if it exists
...
Fixes #13642
2017-03-17 16:26:26 +00:00
Justin Shreve
a17ba8f3ad
Merge pull request #13637 from woocommerce/fix/13636-serialized-data-stores
...
Preventing the instance Data Store from being serialized with the con…
2017-03-17 08:53:24 -07:00
Justin Shreve
d457891bd8
Add punctuation to docblock comments.
2017-03-17 08:52:02 -07:00
Mike Jolley
2970a64516
Merge pull request #13643 from woocommerce/fix-13639
...
Force max to blank string when < 0
2017-03-17 15:36:35 +00:00
Mike Jolley
725c153d0c
Merge pull request #13647 from woocommerce/fix-13635
...
Use correct getter in legacy API for get_discount
2017-03-17 15:35:56 +00:00
Mike Jolley
8d0a4a3caf
Use correct getter in legacy API for get_discount
...
Fixes #13635
2017-03-17 14:37:19 +00:00
Mike Jolley
e7397f96e7
Force max to blank string when < 0
...
Fixes #13639
2017-03-17 12:57:18 +00:00
Mike Jolley
476041698f
tabs
2017-03-17 11:27:23 +00:00
Mike Jolley
aa2cf11dc4
Merge pull request #13626 from Dartui/master
...
Hide email "Customer details" section if $fields are empty
2017-03-17 11:27:05 +00:00
Mike Jolley
c1ce490956
Country select
2017-03-17 11:25:53 +00:00
Claudio Sanches
5796ce3193
Merge pull request #13632 from woocommerce/fix-13615
...
Fixed oauth signature replacing spaces by plus sign
2017-03-16 19:53:22 -03:00
Michael Pretty
1538eb9334
using old array constructor for older PHP support
2017-03-16 17:38:18 -04:00
Michael Pretty
980500c353
Preventing the instance Data Store from being serialized with the containing WC_Data object
2017-03-16 17:23:06 -04:00
Claudio Sanches
1aa8218b26
Fixed oauth signature replacing spaces by plus sign
...
oAuth signatures are encoded by base64, that can generate plus signs.
See RFC 4648 <http://www.rfc-editor.org/rfc/rfc4648.txt >
By default plus signs in query params are replaced into spaces while
trying to access by super globals like $_GET and $_POST
Closes #13615
2017-03-16 14:23:45 -03:00
Mike Jolley
2011c19b53
Match language array in select2
...
Closes #13628
2017-03-16 17:03:12 +00:00
Mike Jolley
adfd955194
Merge pull request #13619 from woocommerce/fix-13618
...
Remove add to cart from referer
2017-03-16 16:47:17 +00:00
Mike Jolley
a7ac273dc9
Merge pull request #13621 from woocommerce/fix-13620
...
Change href of link with variation image.
2017-03-16 16:47:09 +00:00
Mike Jolley
b6126832ad
Merge pull request #13623 from woocommerce/fix-13616
...
Update function should use = not IN
2017-03-16 16:46:59 +00:00
Krzysztof Grabania
b1af09c550
Hide Customer details section in email if $fields are empty
2017-03-16 14:02:19 +01:00
Mike Jolley
a2d98883cd
SQL should use = not IN
...
fixes #13616
2017-03-16 12:51:48 +00:00
Mike Jolley
f29d4619d3
Change href of link with variation image.
...
Fixes #13620
2017-03-16 11:56:00 +00:00
Mike Jolley
5440a45587
Remove add to cart from referer
...
Fixes #13618
2017-03-16 11:18:15 +00:00
Claudio Sanches
7bd996f45e
3.0.0-rc.1
2017-03-15 15:58:01 -03:00
Claudio Sanches
95d36bd399
POT
2017-03-15 15:57:50 -03:00
Claudio Sanches
0f4a8b88e2
Merge pull request #13612 from woocommerce/fix-payment-token-extra-data
...
Prevents combining empty arrays in WC_Payment_Token_Data_Store
2017-03-15 15:53:25 -03:00
Claudio Sanches
d7cd83d053
Merge pull request #13611 from woocommerce/fix-variations-title-replacement
...
Change default WordPress auto-draft title for product
2017-03-15 15:40:21 -03:00
Claudio Sanches
abb053b277
Prevents combining empty arrays in WC_Payment_Token_Data_Store
...
PHP 5.3 and 5.2 issue E_WARNING and return FALSE for empty arrays.
2017-03-15 15:39:24 -03:00
Claudio Sanches
c856abba3e
Change default WordPress auto-draft title for product
...
This helps handle variations title while syncing variations.
Using a translatable string can led to errors, like a auto-draft started
by an user with WP admin set up as pt_BR and published by an user in
en_GB.
2017-03-15 15:12:49 -03:00
Claudio Sanches
dfd2d7387c
Revert 71ecb57
2017-03-15 14:08:41 -03:00
Claudio Sanches
095e062d74
POT
2017-03-15 14:00:42 -03:00
Claudio Sanches
71ecb57d2d
Fixed missing text domain
2017-03-15 13:59:18 -03:00
Mike Jolley
79ad911619
Merge pull request #13609 from woocommerce/3.0-upgrade-script
...
Upgrade script for 3.0
2017-03-15 16:57:39 +00:00
Claudio Sanches
544060c0f2
Updated upgrade script from 2.7 to 3.0
2017-03-15 13:55:07 -03:00
Claudio Sanches
71d0702523
Merge pull request #13608 from woocommerce/2.7-to-3.0
...
Version 2.7 to 3.0
2017-03-15 13:51:21 -03:00
Claudio Sanches
c8be89915c
Fixed double @
2017-03-15 13:46:02 -03:00
Claudio Sanches
59c2849736
Changed version 2.7 to 3.0
2017-03-15 13:36:53 -03:00
Mike Jolley
75a5b062cf
Merge pull request #13577 from woocommerce/fix-13498
...
Timezone/Date method handling
2017-03-15 16:09:41 +00:00
Mike Jolley
eba500d96a
array spacing
2017-03-15 16:08:23 +00:00
Mike Jolley
0f2f1699dc
Spacing
2017-03-15 16:08:10 +00:00
Mike Jolley
5b6636e5da
Unit test
2017-03-15 15:54:39 +00:00
Mike Jolley
d55653a408
Merge branch 'master' into fix-13498
...
# Conflicts:
# includes/class-wc-order.php
# tests/unit-tests/crud/data.php
2017-03-15 15:52:40 +00:00
Mike Jolley
943c507d3f
Merge pull request #13606 from woocommerce/fix-13525-api
...
Fix 13525 api
2017-03-15 15:43:45 +00:00
Claudio Sanches
af9d0961fc
Merge pull request #13605 from woocommerce/fix-13604
...
Load photoswipe template only when scripts and styles are loaded
2017-03-15 12:38:40 -03:00
Mike Jolley
77cade928a
Merge pull request #13596 from woocommerce/fix/payment-token-crud-pattern
...
Update Payment Tokens to follow the same pattern for custom data as other objects.
2017-03-15 15:38:31 +00:00
Claudiu Lodromanean
f151576410
Add missing docblock
2017-03-15 08:32:17 -07:00
Mike Jolley
a34dd0480d
Merge pull request #13587 from woocommerce/fix-13525
...
Update coupon date handling
2017-03-15 15:26:41 +00:00
Claudiu Lodromanean
6e73c9ddab
Bring up to date with main branch
2017-03-15 08:22:26 -07:00
Justin Shreve
b917a87a73
Deprecated $context on get_display_name.
2017-03-15 08:21:02 -07:00