James Koster
ec3584db69
changelog
2015-05-19 13:07:56 -04:00
Mike Jolley
ec14e4b8ab
2.3.8 readme
2015-04-23 10:18:33 +01:00
Mike Jolley
9f65d2a1fc
Added priorities for shipping methods to give more control over defaults.
...
Closes #7871
2015-04-13 15:32:57 +01:00
Mike Jolley
36a49f87c2
Improve save_attributes ajax function to correctly save text attributes.
...
Closes #7832
2015-04-10 14:50:23 +01:00
Mike Jolley
12dde04e16
wc_product_cat_class functions
...
Closes #7923
2015-04-10 13:17:30 +01:00
Mike Jolley
7bbd0261d7
Show full category hierarchy in permalinks.
...
Closes #6158
2015-03-27 13:08:27 +00:00
Mike Jolley
59173bc2b7
[2.3] amend readme
2015-03-25 17:58:54 +00:00
Mike Jolley
5e538b88e7
Use undiscounted price for coupons
2015-03-24 12:55:28 +00:00
Mike Jolley
17fb3874e6
[2.3] Ensure coupon taxes are reset when calculating totals.
...
Fixes #7780
2015-03-20 15:03:50 +00:00
Mike Jolley
c5c051e84e
readme update
2015-03-20 15:03:49 +00:00
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
559508d9fa
[2.3] readme props
2015-03-17 14:44:11 +00:00
Claudio Sanches
5a8e513b3e
Updated the readme.txt
2015-03-16 15:22:38 -03: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
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
Mike Jolley
f4ebee3fd0
Version bump
2015-03-13 10:45:37 +00:00
Mike Jolley
efb0b7f72f
Fix query redirects
...
Fixes #7703
2015-03-13 10:33:38 +00:00
Mike Jolley
08e6f5acfb
Skip hidden grouped products
...
Closes #7711
2015-03-13 09:44:37 +00:00
Mike Jolley
c44100f9e7
wc_sanitize_tooltip
2015-03-13 09:14:28 +00:00
Mike Jolley
5bcfcf51ff
Increase wc_get_weight precision.
2015-03-11 10:45:14 +00:00
Mike Jolley
8554796c4b
Show calculate total when shipping is needed, but shipping is hidden.
...
Closes #7650
2015-03-10 16:57:43 +00:00
Barry Kooij
650e17c971
Merge branch 'master' of github.com:woothemes/woocommerce
...
Conflicts:
readme.txt
2015-03-09 18:08:53 +01:00
Barry Kooij
b66e6d45ed
Changelog update
2015-03-09 18:07:07 +01:00
Mike Jolley
40f8ed5140
Merge remote-tracking branch 'origin/master'
...
Conflicts:
readme.txt
2015-03-09 17:05:43 +00:00
Mike Jolley
457050ae9d
Improved coupon percent calculation for fixed discounts.
...
Closes #7669
2015-03-09 17:05:09 +00:00
Barry Kooij
f0af0dad6c
Changelog update
2015-03-09 17:18:28 +01:00
Mike Jolley
4171a20e29
Order again with custom attributes.
...
Fixes #7601
2015-03-09 15:50:13 +00:00
Mike Jolley
3fc7a0ae65
Allow wc_attribute_label to support product-level attribute names.
...
Closes #7662
2015-03-09 13:40:07 +00:00
Mike Jolley
5cbd02fef2
Improved message when variation attributes are missing.
...
Closes #7670
2015-03-09 13:14:05 +00:00
Mike Jolley
66e6c682ed
Only run save_category_fields for product_cat taxonomy.
...
Closes #7665
2015-03-09 11:29:14 +00:00
Mike Jolley
af2407a089
Move default customer location to general settings tab.
2015-03-06 14:45:04 +00:00
Mike Jolley
66e6366be0
Shipping calculator - Made state/postcode respect country locale like checkout.
...
Fixes #7637
2015-03-06 12:37:21 +00:00
Mike Jolley
9f269f765d
Load persistent cart when empty, and Prevent cart being cleared when accessing the login page.
...
Closes #7636
2015-03-06 12:02:02 +00:00
Mike Jolley
a786fba802
Min and max for grouped products Closes #7577
2015-03-02 12:11:57 +00:00
Mike Jolley
9865e5f11e
urlencode coupon Closes #7572
2015-03-02 12:03:31 +00:00
Mike Jolley
89704ef36a
Fix - Export report CSV.
...
Closes #7580
2015-03-02 11:44:56 +00:00
Mike Jolley
2006c7217e
Add reports menu item if user can access reports but not the main WC section.
...
Closes #7528
2015-02-24 12:29:03 +00:00
Mike Jolley
26487a5734
Fix - Settings API - allow multiselect fields to be emptied.
...
Closes #7542
2015-02-24 12:12:42 +00:00
Mike Jolley
d9455994c8
Use 30 days instead of year for transients to avoid bugs in memcache plugins.
...
Closes #7520
2015-02-24 12:02:56 +00:00
Mike Jolley
4c411a69e7
* Fix - Saving an order needs to save the discount amount ex. tax like
...
the cart.
* Tweak - Show discounts inc. tax when showing order totals inc. tax.
Closes #7532
@barrykooij @claudiosmweb How does this look? Looks like we were saving
order discounts inconsistent with the cart/checkout
2015-02-23 17:39:57 +00:00
Mike Jolley
faf8360c70
Only show upgrade notice to people < 2.3
...
Closes #7527
2015-02-23 11:28:18 +00:00
Mike Jolley
ec81ed8312
Version bumps
2015-02-20 16:19:39 +00:00
Mike Jolley
6c9562112f
Fix Related post offset.
2015-02-20 16:17:45 +00:00
Mike Jolley
321d38be0a
Round report values.
...
Closes #7505
2015-02-20 12:27:55 +00:00
Mike Jolley
2a90208f93
Cross/up-sells should not search variations.
...
Closes #7502
2015-02-20 12:12:03 +00:00
Mike Jolley
09676934d6
Fix address formatting and improve email appearance
...
Fixes #7484
2015-02-19 13:57:22 +00:00
Mike Jolley
82ac0fc11e
Detect shortcodes when saving URLs.
...
Fixes #7474
2015-02-19 11:05:04 +00:00
Mike Jolley
b75034ae38
Tweak language based on feedback in #7462
...
Closes #7462
2015-02-19 10:45:20 +00:00