James Koster
|
a078b942e7
|
removed a ↓ closes #4598
|
2014-01-31 15:31:35 +00:00 |
Mike Jolley
|
9222e6a854
|
woocommerce_coupon_options Hook breaks custom options - used in 2 places. May have been mistake
|
2014-01-31 14:48:23 +00:00 |
Mike Jolley
|
06066bdf0a
|
Merge pull request #4605 from claudiosmweb/fix_4600
Add extra class to cart item data
|
2014-01-31 04:56:37 -08:00 |
Mike Jolley
|
eef21fa53a
|
Merge pull request #4603 from thenbrent/master
Fix rounding bug with pre-tax product % coupon
|
2014-01-31 04:47:56 -08:00 |
Mike Jolley
|
0d0bdc340c
|
Merge pull request #4601 from maxrice/master
Fix potential fatal error when fetching orders via API
|
2014-01-31 04:46:36 -08:00 |
Mike Jolley
|
09f3af799e
|
Merge pull request #4606 from toddlahman/master
Removed (document).ready from jQuery scripts
|
2014-01-31 04:46:16 -08:00 |
thenbrent
|
f2a0e4bcdd
|
Remove dup discount calculation
|
2014-01-30 21:54:33 -08:00 |
toddlahman
|
13c24b410e
|
Removed (document).ready from jQuery scripts
jQuery(document).ready(function($) { is equivalent to calling
jQuery(function($) {.
http://api.jquery.com/ready/
|
2014-01-30 18:44:17 -08:00 |
claudiosmweb
|
1d332b67dd
|
added extra class to cart item data, fixes #4600
|
2014-01-30 19:02:52 -02:00 |
thenbrent
|
390afe9f90
|
Fix rounding bug with pre-tax product % coupon
|
2014-01-30 12:50:58 -08:00 |
Max Rice
|
0b2cc1df28
|
Fix potential fatal error when fetching orders via API
|
2014-01-30 15:41:21 -05:00 |
Mike Jolley
|
efc2fa1d4a
|
Grunt shell task
|
2014-01-30 16:51:05 +00:00 |
Coen Jacobs
|
a6aac5ebc7
|
CSSmin task in Gruntfile
|
2014-01-30 17:41:07 +01:00 |
Coen Jacobs
|
73de0f48ed
|
CSSmin dependency
|
2014-01-30 17:37:59 +01:00 |
Coen Jacobs
|
023fa75ca3
|
LESS compiling files through Grunt task
|
2014-01-30 17:34:23 +01:00 |
Coen Jacobs
|
b4613f1d05
|
Initial commit of Gruntfile
|
2014-01-30 17:11:02 +01:00 |
Coen Jacobs
|
02ff69c1ae
|
Added Grunt LESS plugin
|
2014-01-30 17:09:52 +01:00 |
Coen Jacobs
|
6cb4883a75
|
package.json initial commit
|
2014-01-30 17:04:50 +01:00 |
Mike Jolley
|
65e8794b7f
|
RC1
|
2014-01-30 15:26:22 +00:00 |
Mike Jolley
|
0f655c39af
|
POT files
|
2014-01-30 15:26:18 +00:00 |
Mike Jolley
|
ffd1c43b5a
|
2.1-rc-1 version number
|
2014-01-30 15:06:12 +00:00 |
Mike Jolley
|
274e78512e
|
Store POST to variable for paypal
|
2014-01-30 14:47:11 +00:00 |
Mike Jolley
|
531ba9ad34
|
Clean meta values in paypal gateway
|
2014-01-30 14:47:11 +00:00 |
Mike Jolley
|
189271e610
|
Validate the currency code sent back by paypal
|
2014-01-30 14:47:11 +00:00 |
James Koster
|
361cb67adb
|
removed #wc_get_started
|
2014-01-29 17:43:52 +00:00 |
James Koster
|
006541ae03
|
tweaked mijireh getting started message
|
2014-01-29 17:42:59 +00:00 |
James Koster
|
9b18edb2f7
|
Revert "remove mijireh assets"
This reverts commit 7afb6e2af1 .
|
2014-01-29 17:37:38 +00:00 |
James Koster
|
7afb6e2af1
|
remove mijireh assets
|
2014-01-29 17:26:01 +00:00 |
James Koster
|
cee534ac8f
|
image optimisation
|
2014-01-29 17:22:07 +00:00 |
James Koster
|
ef906de995
|
remove gear.png
|
2014-01-29 17:19:59 +00:00 |
James Koster
|
7c2778ac6c
|
remove image_watermark
|
2014-01-29 17:19:02 +00:00 |
James Koster
|
29363f8dd8
|
remove star.png and update star-rating to use new icon font
|
2014-01-29 17:18:31 +00:00 |
James Koster
|
4efb2c6aba
|
remove woocommerce-icons
|
2014-01-29 17:12:24 +00:00 |
James Koster
|
0eebc96eeb
|
remove wc_icon
|
2014-01-29 17:11:14 +00:00 |
James Koster
|
2d6c4470a6
|
remove menu icons
|
2014-01-29 17:10:16 +00:00 |
Mike Jolley
|
154fae351c
|
Unused assets
|
2014-01-29 17:07:44 +00:00 |
Mike Jolley
|
853b40fcfd
|
POMO updates
|
2014-01-29 17:01:42 +00:00 |
Mike Jolley
|
4abcc331dd
|
Ensure stock status is set for variations after setting to 0 Closes #4587
|
2014-01-29 14:39:55 +00:00 |
Mike Jolley
|
9bc14a4aa5
|
Merge pull request #4591 from alexbain/do-not-cache
Enhancing nocache helper
|
2014-01-29 05:10:39 -08:00 |
Alex Bain
|
49f935dd8b
|
Enhancing nocache helper
* Adding support for DONOTCACHEOBJECT
* Adding support for DONOTCACHEDB
|
2014-01-28 10:26:01 -08:00 |
Mike Jolley
|
ad17813e70
|
Merge pull request #4590 from toddlahman/master
Removed urldecode from $_GET and $_REQUEST and Removed (document).ready from wc_print_js()
|
2014-01-28 09:58:59 -08:00 |
toddlahman
|
5432d3ac56
|
Revert "Moved woocommerce_round_tax_total() to Formatting"
This reverts commit 1f7ba8867e .
|
2014-01-28 09:47:46 -08:00 |
Mike Jolley
|
6f3e8c182e
|
Ensure gateways get loaded prior to emailing out Closes #4577
|
2014-01-28 12:36:20 +00:00 |
Mike Jolley
|
663bf25d79
|
Merge pull request #4569 from helgatheviking/master
add apply_filters to the product filters on the edit.php screen
|
2014-01-28 04:21:33 -08:00 |
Mike Jolley
|
8f2b9afe93
|
Check for the term object
|
2014-01-28 12:13:19 +00:00 |
Mike Jolley
|
239d673646
|
Change featured image notation to product Closes #4586
|
2014-01-28 11:58:20 +00:00 |
Mike Jolley
|
5b991cc3e1
|
Checkout min
|
2014-01-28 11:26:07 +00:00 |
Mike Jolley
|
39344f2ed5
|
Allow gateways to change the checkout place order button text on selection. Closes #4573
|
2014-01-28 11:25:57 +00:00 |
Mike Jolley
|
bd76784f97
|
Merge pull request #4583 from emzo/product-short-description-editor-settings
Filter to allow modification of wp_editor settings for product short description
|
2014-01-28 03:05:21 -08:00 |
Mike Jolley
|
26c3540c87
|
Merge pull request #4582 from rpeshkov/shared_taxonomy_fix
Added check that product has been requested in WC_Query.product_query.
|
2014-01-28 03:03:29 -08:00 |