Coen Jacobs
b206d96ad7
This branch is now 2.1.2-bleeding
2014-02-12 17:34:04 +01:00
Coen Jacobs
91f40756c8
Merge 2.1 maintenance branch into master
...
Conflicts:
readme.txt
woocommerce.php
2014-02-12 17:23:36 +01:00
Coen Jacobs
900f92051b
Missed hyphen in 2.1.1 changelog :)
2014-02-12 16:44:10 +01:00
Coen Jacobs
7d0f69841c
Version bump for 2.1.1
2014-02-12 16:41:30 +01:00
Coen Jacobs
2499da6c91
Removed duplicate entry from changelog
2014-02-12 16:39:39 +01:00
Coen Jacobs
9ca7799c25
More changelog bumps for 2.1.1 release
2014-02-12 16:37:30 +01:00
Coen Jacobs
491e5a82bb
Changelog bump for 2.1.1 maintenance release
2014-02-12 16:33:10 +01:00
Mike Jolley
e999cc1c1d
Fix manual order calculation when using non-standard decimal points Closes #4742
2014-02-12 16:18:54 +01:00
Mike Jolley
7554cc8cd7
Fix to ensure stock status is updated, even when meta is blank. Prevents new products being hidden when the option to hide out of stock products is enabled.
2014-02-12 16:18:54 +01:00
Mike Jolley
09357c7a9c
Italian + Update po files
2014-02-12 16:18:53 +01:00
Mike Jolley
d3dab23b75
When add_to_cart is called, ensure the correct product_id is set for variations. Closes #4650
2014-02-12 16:18:53 +01:00
Mike Jolley
3e38d1ff17
return a string for get_cart_url and get_remove_url Closes #4724
2014-02-12 16:18:53 +01:00
Mike Jolley
944327edfb
Vars in report classes Closes #4720
2014-02-12 16:18:53 +01:00
Mike Jolley
1ad409b36e
Return strings. Closes #4739
2014-02-12 16:18:53 +01:00
Mike Jolley
b62162ee3e
is_wc_endpoint_url Closes #4731
2014-02-12 16:18:53 +01:00
Mike Jolley
6956087829
Docblock Closes #4726
2014-02-12 16:18:53 +01:00
Mike Jolley
5e82c0478d
$packge is array Closes #4725
2014-02-12 16:18:53 +01:00
Mike Jolley
8d3c05f768
Tweak to structure when getting terms ordered by parent Closes #4729
2014-02-12 16:18:53 +01:00
claudiosmweb
cbeb3f48c5
fixed some coding standards in includes/wc-customer-functions.php
2014-02-12 16:14:52 +01:00
claudiosmweb
4132d604aa
fixed the indentation in includes/wc-customer-functions.php
2014-02-12 16:14:52 +01:00
claudiosmweb
f58f8672cc
prevents automatic password generation when making the registration in the My Account page, closes #4672
2014-02-12 16:14:52 +01:00
claudiosmweb
50e863e268
Removed wp_verify_nonce in wc_create_new_customer
...
The check is already done in includes/class-wc-form-handler.php 843 and includes/class-wc-checkout.php 398
On the registration made during checkout caused the error:
PHP Notice: Undefined index: register in woocommerce/includes/wc-customer-functions.php on line 53
2014-02-12 16:14:52 +01:00
Mike Jolley
aa0842a2a6
Fix manual order calculation when using non-standard decimal points Closes #4742
2014-02-12 15:01:56 +00:00
Mike Jolley
1cafd4f566
Fix to ensure stock status is updated, even when meta is blank. Prevents new products being hidden when the option to hide out of stock products is enabled.
2014-02-12 14:38:56 +00:00
Mike Jolley
4c52422fc3
Italian + Update po files
2014-02-12 13:25:06 +00:00
Mike Jolley
ca09b0a8bc
When add_to_cart is called, ensure the correct product_id is set for variations. Closes #4650
2014-02-12 13:05:20 +00:00
Mike Jolley
e713fc68b8
return a string for get_cart_url and get_remove_url Closes #4724
2014-02-12 12:33:02 +00:00
Mike Jolley
29b59cc74f
Vars in report classes Closes #4720
2014-02-12 12:26:32 +00:00
Mike Jolley
767eba990d
Return strings. Closes #4739
2014-02-12 12:21:36 +00:00
Mike Jolley
d7493b0b8a
is_wc_endpoint_url Closes #4731
2014-02-12 12:18:36 +00:00
Mike Jolley
60fbf90d7f
Docblock Closes #4726
2014-02-12 11:56:41 +00:00
Mike Jolley
878fe196ba
$packge is array Closes #4725
2014-02-12 11:54:43 +00:00
Mike Jolley
facd746f88
Tweak to structure when getting terms ordered by parent Closes #4729
2014-02-12 11:48:00 +00:00
Mike Jolley
fbda89f76c
Merge pull request #4730 from claudiosmweb/fix_4672
...
Corrections for the wc_create_new_customer() function
2014-02-12 11:40:56 +00:00
Coen Jacobs
0b9deff159
Changelog bump for "Added tinymce buttons relevant to the short description"
2014-02-12 11:45:02 +01:00
Mike Jolley
d1837896e4
Added tinymce buttons relevant to the short description
2014-02-12 11:44:21 +01:00
Mike Jolley
5da7cc05ce
Added tinymce buttons relevant to the short description
2014-02-12 09:49:13 +00:00
Coen Jacobs
2be6f47385
Changelog bump for 2.1.1 fixes
2014-02-12 10:35:10 +01:00
Mike Jolley
0ca8250108
Fix saving of checkboxes (off state) in widgets API
2014-02-12 10:32:39 +01:00
Mike Jolley
8ea9fd22df
Add versions to all scripts + styles to ensure browser cache is cleared
2014-02-12 10:32:39 +01:00
Mike Jolley
fbfdc0ea95
Fix saving of checkboxes (off state) in widgets API
2014-02-12 09:29:47 +00:00
Mike Jolley
1f1a925fdd
Add versions to all scripts + styles to ensure browser cache is cleared
2014-02-12 09:23:06 +00:00
claudiosmweb
2b3ce42284
fixed some coding standards in includes/wc-customer-functions.php
2014-02-11 17:57:15 -02:00
Gregory K
afabced6c7
wc_create_new_customer phpdoc fix
2014-02-11 20:52:10 +01:00
Coen Jacobs
8a4d10cf9a
Merge pull request #4723 from tivnet/upstream-master
...
wc_create_new_customer phpdoc fix
2014-02-11 20:51:13 +01:00
claudiosmweb
fe74ffc882
fixed the indentation in includes/wc-customer-functions.php
2014-02-11 17:51:10 -02:00
claudiosmweb
b68873a15b
prevents automatic password generation when making the registration in the My Account page, closes #4672
2014-02-11 17:50:55 -02:00
claudiosmweb
2900d9d330
Removed wp_verify_nonce in wc_create_new_customer
...
The check is already done in includes/class-wc-form-handler.php 843 and includes/class-wc-checkout.php 398
On the registration made during checkout caused the error:
PHP Notice: Undefined index: register in woocommerce/includes/wc-customer-functions.php on line 53
2014-02-11 17:42:22 -02:00
Gregory K
6626400361
wc_create_new_customer phpdoc fix
2014-02-11 11:39:22 -05:00
Coen Jacobs
ac80b0d880
Patched up docblock after faulty merge. Closes #4721
2014-02-11 17:30:43 +01:00