shivapoudel
68e3c9777d
Updated NPM Packages
2015-03-17 21:29:24 +05:45
Mike Jolley
193e3d167f
Merge remote-tracking branch 'origin/master'
...
Conflicts:
readme.txt
2015-03-17 15:34:59 +00:00
Mike Jolley
88be174037
[2.3] Support price filter min or max only.
...
Closes #7743
2015-03-17 15:34:15 +00:00
Mike Jolley
871f030d3b
[2.3] Readme #7734
2015-03-17 14:47:53 +00:00
Mike Jolley
e95d68117a
Merge pull request #7734 from woothemes/7733-allow-saving-empty-download-expiry-date
...
[2.3] Allow saving of empty download expiry date on orders
2015-03-17 14:47:28 +00:00
Mike Jolley
559508d9fa
[2.3] readme props
2015-03-17 14:44:11 +00:00
Mike Jolley
ec6fe19db1
Allow name definition in woocommerce_wp_select
2015-03-17 14:44:02 +00:00
Mike Jolley
bf8f7ba248
Merge pull request #7735 from jackgregory/patch-1
...
Include endpoints in body class filter
2015-03-17 14:36:48 +00:00
Claudio Sanches
5a8e513b3e
Updated the readme.txt
2015-03-16 15:22:38 -03:00
Claudio Sanches
618f70ffdf
[API] Fixed the stock management for variations, closes #7698
2015-03-16 15:13:07 -03:00
Claudio Sanches
6ce7288814
[API] Delete product attachments when the product fails, closes #7731
2015-03-16 14:54:38 -03:00
Jack Gregory
d262c44534
Include endpoints in body class filter
2015-03-16 13:26:22 +00:00
Jack Gregory
27bbcb88a7
Include endpoints in body class filter
2015-03-16 13:09:13 +00:00
James Koster
90a78780be
state placeholders. closes #7729
2015-03-16 12:56:22 +00:00
Gerhard
0e8ef24003
Allow saving of empty download expiry date, closes #773
2015-03-16 14:53:59 +02:00
Mike Jolley
e7429e24de
This branch is 2.4.0-dev
2015-03-16 12:17:13 +00:00
Mike Jolley
70d125ae96
[2.3] Fix - get_total_discount() function with certain tax setups.
...
Revised how discounts/discount taxes are stored for consistency. Always
store ex. tax to make data retrieval easier, and to ensure totals are
correct after settings changes. Backwards compatibility maintained
through use of order versioning.
#7728
2015-03-16 12:17:09 +00:00
shivapoudel
f980d74f60
Not necessary as right below primary and secondary button has it already
2015-03-14 05:56:31 +05:45
shivapoudel
9952d7faf2
Apply 'Hide This Notice' for skip buttons if message is suitable xD
2015-03-14 05:41:55 +05:45
shivapoudel
79caf69ed7
Tweaks admin notices view pages
2015-03-14 05:33:15 +05:45
roykho
4c868e9a19
remove attribute label formatting and allow users to decide the formatting
2015-03-13 15:41:12 -07:00
Claudio Sanches
7667b5c2cd
Merge pull request #7720 from corsonr/variations_docs_url_fix
...
Variable product docs URL fix
2015-03-13 13:56:36 -03:00
Remi Corson
fd80f61609
fix variable product docs URL
2015-03-13 17:51:50 +01:00
Mike Jolley
e81d2182f5
Sanitize tax_rate_id when saving taxes in the backend to prevent potential SQL injection.
2015-03-13 12:44:04 +00:00
Nicola Mustone
03daf7126b
added action woocommerce_after_dashboard_status_widget
2015-03-13 12:07:39 +01:00
Mike Jolley
09a0f2e20d
POT
2015-03-13 10:46:19 +00:00
Mike Jolley
f4ebee3fd0
Version bump
2015-03-13 10:45:37 +00:00
Mike Jolley
e2f214b868
Remove space
2015-03-13 10:44:10 +00:00
Mike Jolley
efb0b7f72f
Fix query redirects
...
Fixes #7703
2015-03-13 10:33:38 +00:00
James Koster
103b4cf31b
rtl support in prettyphoto theme. closes #7686
2015-03-13 10:26:13 +00:00
Mike Jolley
019e0b8728
Switch to jquery/maxcdn version of jquery smoothness theme
...
Fixes #7717
2015-03-13 10:20:37 +00:00
Mike Jolley
d49b5eb182
pass args to order amount filters
...
Closes #7718
2015-03-13 10:03:08 +00:00
Mike Jolley
08e6f5acfb
Skip hidden grouped products
...
Closes #7711
2015-03-13 09:44:37 +00:00
Mike Jolley
6165d509c7
Use debug option, not testmode
...
Fixes #7696
2015-03-13 09:38:09 +00:00
Mike Jolley
6447d4081f
Prevent notice
...
Closes #7705
Fixes #7704
2015-03-13 09:25:24 +00:00
Mike Jolley
10c047d38a
Send back correct slug after adding term
...
Fixes #7685
2015-03-13 09:21:55 +00:00
Mike Jolley
c44100f9e7
wc_sanitize_tooltip
2015-03-13 09:14:28 +00:00
Mike Jolley
3b0ffb6047
Merge branch 'order-notes-sanitisation'
2015-03-13 08:52:50 +00:00
Gerhard
c3a9c027b9
Reverse html encoding and pass through strip tags as tiptip runs encoded html, avoids xss
2015-03-13 08:35:33 +02:00
matttallan
4d0e0b71f3
Rollback WCAPI create_order if exception is thrown after wc_create_order
...
When you use the api to create an order and specify an method_id for
the payment details, but no method_title. You recieve a WP_Error as the
response but a pending order of $0 is still created.
2015-03-13 16:02:42 +10:00
Claudio Sanches
a66d627c70
Improved the wc_get_product_id_by_sku() function for #7695
2015-03-12 17:59:52 -03:00
Claudio Sanches
607d5e9964
Merge pull request #7709 from Nils-Fredrik/master
...
Loock just for product and product_variation in wc_get_product_id_by_sku(), closes #7695
2015-03-12 17:56:58 -03:00
nils-fredrik@maksimer.no
c0ebb7d0ad
Fix for #7695
...
Will now only return posts of type product and product_variation.
2015-03-12 21:52:22 +01:00
Claudio Sanches
7c666c97a0
Merge pull request #7708 from sambohler/patch-1
...
Fixed DocBlock annotations for PayPal Payment Gateway
2015-03-12 17:44:11 -03:00
Sam Bohler
91e313b924
Fixed DocBlock annotations
2015-03-12 16:39:47 -04:00
Guillermo Gette
e9d20c9f66
update set_line_item to let you set items by sku
2015-03-12 22:52:37 +11:00
Guillermo Gette
eae8c6b8e5
add function wc_get_product_by_sku
2015-03-12 22:52:13 +11:00
Mike Jolley
ec4d3efb6f
Merge pull request #7689 from woothemes/memcache-install-welcome-redirect
...
Memcache welcome page redirect issue
2015-03-12 11:37:02 +00:00
Mike Jolley
c79fee2c82
Merge pull request #7690 from woothemes/email-styling-issues
...
Email styling inconsistencies
2015-03-12 10:36:24 +00:00
Mike Jolley
9a3087a23e
Merge pull request #7697 from tamarazuk/get_order_number-cancel-email
...
Use `$order->get_order_number()` in Cancel Order email header
2015-03-12 10:36:00 +00:00