Mike Jolley
a68bd07250
readme
2016-05-03 15:18:23 +01:00
Mike Jolley
e5bbd9c092
Check wc_get_shipping_zone does not exist
...
Closes #10843
2016-05-03 15:16:20 +01:00
Mike Jolley
f5e9875548
Allows stock status to be considered for availability and stock status on frontend.
...
Refactors code which make it so stock status was actually ignored if on
backorder. Fixes #10834
@claudiosmweb
2016-05-03 15:10:31 +01:00
Mike Jolley
37b8bebd03
Merge pull request #10841 from coderkevin/fix_safari_submit
...
Fix cart ajax submit buttons for Safari.
2016-05-03 12:21:39 +01:00
Mike Jolley
b98b07e1cd
Merge pull request #10836 from Slayvin/quick-edit-format-price
...
Quick edit format price fix
2016-05-03 12:07:04 +01:00
Mike Jolley
c6975fa7d5
Merge branch 'pr/10750'
2016-05-03 12:01:09 +01:00
Mike Jolley
a0faffec85
Lang tweak
2016-05-03 12:01:03 +01:00
Mike Jolley
f35d874ede
Merge pull request #10838 from woothemes/issues/10837/fix-data-updater
...
Fixed fatal error caused by wrong class name to instantiate.
2016-05-03 11:55:18 +01:00
Mike Jolley
dea212b883
wc_round_tax_total filter
2016-05-03 11:34:27 +01:00
Kevin Killingsworth
2e6d37c1c3
Fix cart ajax submit buttons for Safari.
...
Fixes #10813
This adds a "clicked" attribute to clicked form buttons,
which augments Safari specifically since it sets activeElement
to the page body when a button is clicked.
2016-05-02 15:26:14 -05:00
Akeda Bagus
098bc57947
Fixed fatal error caused by wrong class name to instantiate.
...
Class WC_Shipping_International_Delivery got renamed to
WC_Shipping_Legacy_International_Delivery per 119f19a
.
Fixes #10837 .
2016-05-02 23:32:38 +07:00
Slayvin
1ac9c2db32
Fixed line endings...
2016-05-02 17:47:18 +02:00
Slayvin
820b34cad6
Fixed format for prices in quick edit (issue #10835 )
2016-05-02 17:16:57 +02:00
Mike Jolley
ad3f9d0754
Show payment date on order screen
...
Closes #10828
2016-05-02 12:02:07 +01:00
Mike Jolley
792bb7a27c
Fix regex
...
Closes #10818
2016-04-29 16:56:43 +01:00
Mike Jolley
e53704431d
Don't use abstract
...
Fixes #10815
2016-04-29 15:28:09 +01:00
Mike Jolley
6a4a6d8471
Fix refund shipping
2016-04-29 11:44:28 +01:00
Mike Jolley
7abc17dd9b
Fix tax ajax URL
...
Fixes #10819
2016-04-29 10:18:07 +01:00
Claudio Sanches
552b40ad02
[REST API] Defined coupons default values
2016-04-28 18:38:35 -03:00
Claudio Sanches
c061d93d87
Added X-WC-Webhook-Source header in webhooks
2016-04-28 14:45:13 -03:00
Matheus Lopes
08331ac5d4
refatoring JS remove
2016-04-28 14:30:13 -03:00
Claudio Sanches
e7a632d489
Rename wc_sanitize_postcode() to wc_normalize_postcode()
...
cc @mikejolley
2016-04-28 13:51:43 -03:00
Matheus Lopes
f0c26b7439
Refatoring main code
2016-04-28 13:37:30 -03:00
Claudio Sanches
84f91cad76
Merge branch 'master' of github.com:woothemes/woocommerce
2016-04-28 13:24:36 -03:00
Claudio Sanches
3fc2c82aaf
[API] Fixed variations backorders
2016-04-28 13:24:20 -03:00
Mike Jolley
dbd6e885de
Merge pull request #10811 from leewillis77/shipping-zone-typo
...
Fix typo
2016-04-28 14:29:03 +01:00
Lee Willis
e5b4932495
Fix typo
2016-04-28 13:35:11 +01:00
Mike Jolley
40a26c52b3
Fix placeholder width
...
Closes #10809
2016-04-28 12:41:34 +01:00
Mike Jolley
43af207558
Output buffering and redirects after turning off legacy
...
Closes #10806
2016-04-28 12:36:51 +01:00
Claudio Sanches
fb62b9d511
Removed woocommerce_sanitize_postcode filter
2016-04-27 20:59:48 -03:00
Claudio Sanches
83c470987f
Sanitize postcodes before comparisons, closes #10808
2016-04-27 20:43:48 -03:00
Claudio Sanches
9a4dae158f
Introduces woocommerce_format_postcode filter
2016-04-27 19:20:24 -03:00
Claudio Sanches
133c904d1a
Remove product SKU if is not unique while untrashing products, closes #10807
2016-04-27 16:06:32 -03:00
Mike Jolley
d6a085b5ae
Improve lost password flow
...
@claudiosmweb Fixes #10785
Add confirmation and explanation after initial reset.
Also splits template files into lost password, reset password, and
confirmation for clarity.
2016-04-27 16:00:30 +01:00
Mike Jolley
020b8c92c6
Fix URLs with quot; characters
...
Fixes #10795
2016-04-27 15:24:10 +01:00
Mike Jolley
a42e0bd0b1
Flush cache after uninstall
...
Closes #10759
2016-04-27 14:23:39 +01:00
James Koster
c718ae9fab
re-add the .png credit card icons as a fallback for gateways using core assets.
2016-04-27 13:55:43 +01:00
James Koster
4a4dedb563
Use the core font size for WooCommerce icons in the main nav bar. closes #10787
2016-04-27 12:13:38 +01:00
Mike Jolley
e21313a237
Check for is_mysql
...
Closes #10793
2016-04-27 12:03:52 +01:00
Claudio Sanches
af55aa8590
Merge pull request #10800 from frozzare/add-public-keyword-to-methods
...
Add `public` keyword to public various methods
2016-04-26 20:57:18 -03:00
Fredrik Forsmo
398ab8a016
Add `public` keyword to public various methods
2016-04-26 19:26:56 +02:00
Claudio Sanches
3c8c607809
Merge pull request #10797 from frozzare/add-public-keyword-to-email-methods
...
Add `public` keyword to public email methods
2016-04-26 13:49:08 -03:00
Fredrik Forsmo
81bc211c57
Add `public` keyword to public email methods
2016-04-26 18:26:58 +02:00
Claudio Sanches
ba1caf3ecc
Merge pull request #10794 from franticpsyx/fix-undefined-package-in-legacy-flat-rate
...
[2.6] Fix undefined package notice in legacy flat rate method
2016-04-26 13:13:05 -03:00
Manos Psychogyiopoulos
a203c34474
fix undefined package notice in legacy flat rate method
2016-04-26 16:21:42 +03:00
Mike Jolley
35dcb69bdf
Merge pull request #10789 from franticpsyx/form-pay-template-hooks
...
[2.6] Add missing hooks to the form-pay.php template
2016-04-26 12:05:10 +01:00
Manos Psychogyiopoulos
306a6f6083
add missing hooks to the form-pay.php template
2016-04-26 12:35:27 +03:00
Matheus Lopes
71a46df6b0
Editing titles
2016-04-25 13:51:40 -03:00
Mike Jolley
2b1442c3f0
Added get_rate_id() method for consistent rate nams
2016-04-25 17:06:38 +01:00
Mike Jolley
c067a1675d
Merge pull request #10767 from webmandesign/patch-1
...
Adding tab specific class
2016-04-25 14:42:09 +01:00