Mike Jolley
8b0486eb20
Merge pull request #6218 from corsonr/order_status_translation
...
Fixed order status translation
2014-09-11 10:32:11 +01:00
Remi Corson
b126cc1c63
fixed order status translation
2014-09-11 08:39:00 +02:00
Mike Jolley
d110508a25
Update unit tests to match log directory change.
2014-09-11 00:11:51 +01:00
claudiosmweb
b04786b18e
fixed WC_LOG_DIR path
2014-09-10 19:59:56 -03:00
Mike Jolley
9980a47e89
Bump versions
2014-09-10 23:57:13 +01:00
Mike Jolley
3a4ba6e4c8
For regular products, ensure stock level saves on product creation.
2014-09-10 23:55:40 +01:00
claudiosmweb
17f0168e8b
fixed the "open_basedir restriction in effect" error caused by WC_LOG_DIR
2014-09-10 19:36:57 -03:00
Mike Jolley
5343833427
Fix - Saving of variation stock when parent stock management is disabled.
2014-09-10 21:03:37 +01:00
claudiosmweb
4c4ef52cf8
updated the readme.txt
2014-09-10 15:48:48 -03:00
claudiosmweb
37ba3c2de9
fixed the mijireh plugin slug
2014-09-10 15:03:13 -03:00
Mike Jolley
87c641bcd7
Stop old plugins breaking installer read me
...
= 2.2.1 - 10/09/2014 =
* Fix - Small tweak to the installer to prevent errors caused by
outdated plugins.
* Tweak - Small tweak to update notification to remind users to update
old plugins prior to install.
2014-09-10 17:42:17 +01:00
claudiosmweb
3c4177a579
prevented errors in the installation caused by old plugins
2014-09-10 13:35:46 -03:00
Barry Kooij
914805f20c
Merge branch 'master' of github.com:woothemes/woocommerce
2014-09-10 16:23:32 +02:00
Barry Kooij
fe8dfa452a
Added release date to changelog
2014-09-10 16:23:24 +02:00
claudiosmweb
37160405d2
updated for WC 2.2
2014-09-10 11:09:36 -03:00
Mike Jolley
ba365afd8b
exclude api dir from docgen
2014-09-10 15:08:54 +01:00
claudiosmweb
c385c56acc
fixed the order items qty calculation, closes #6209
2014-09-10 11:07:24 -03:00
Barry Kooij
14221c0fba
Display a backgroud color so text is readable while image loads.
2014-09-10 15:56:29 +02:00
Barry Kooij
dc165a5bb6
Fixed a small typo.
2014-09-10 15:49:04 +02:00
Barry Kooij
7163e8dbbf
Merge branch 'master' of github.com:woothemes/woocommerce
2014-09-10 15:48:21 +02:00
Barry Kooij
fed1af8811
Only display WooConf banner if WooConf hasn't happend yet.
2014-09-10 15:48:13 +02:00
claudiosmweb
8eb16eec12
2.2 .pot file
2014-09-10 10:38:27 -03:00
Barry Kooij
9d3bcfd8d2
Removing RC1 from version.
2014-09-10 15:37:17 +02:00
James Koster
3afde01226
wooconf plug on welcome screen.
2014-09-10 12:18:43 +01:00
Mike Jolley
09a8d8a1ca
JS min
2014-09-10 11:43:04 +01:00
Mike Jolley
4b4a067a41
Merge pull request #6208 from ragulka/form-field-id
...
Add `id` attribute to woocommerce_form_field args
2014-09-10 10:49:08 +01:00
Illimar Tambek
9215fa76f0
Revise id, input_class and label_class escaping
2014-09-10 12:39:31 +03:00
Mike Jolley
d2ba3453c7
Merge pull request #6203 from maxrice/fix-order-get-item-total
...
Fix warnings with WC_Order::get_item_total()
2014-09-10 10:24:41 +01:00
Mike Jolley
564713fd2d
Merge pull request #6204 from om4james/issue-6202
...
Fix query error when saving tax rates
2014-09-10 10:12:12 +01:00
Mike Jolley
fe6b968153
Merge pull request #6207 from tamarazuk/master
...
Trigger event on order items save
2014-09-10 10:07:45 +01:00
Mike Jolley
a7f6b25293
Merge pull request #6201 from Ninos/template-breadcrumb
...
Template breadcrumb - only remove last category seperator
2014-09-10 10:04:45 +01:00
Illimar Tambek
cfe15e1e33
Add `id` attribute to woocommerce_form_field args
...
This change allows developers to supply their own id attribute
when using the `woocommerce_form_field` template function.
The default ID is the escaped key, keeping the default behaviour.
2014-09-10 11:34:37 +03:00
Tamara Zuk
3418895ced
Trigger event on order items save
2014-09-10 00:17:12 -04:00
James Collins
1e251d36b6
Fix query error when saving tax rates
...
Fixes #6202
2014-09-10 09:47:09 +08:00
Max Rice
55d3ba0d9d
Fix warnings with WC_Order::get_item_total()
...
When calling WC_Order::get_item_total() for a fee, $item[‘qty’] is not
set which causes a notice and warning.
2014-09-09 21:23:46 -04:00
Ninos Ego
cc6cf6a881
Template breadcrumb - only remove last seperator
...
We should use ``rtrim()`` instead of ``trim()``, because otherwise
(depending to the $delimiter/$before/$after) it's possible to remove
also something from the beginning of the $parents variable.
2014-09-10 01:09:40 +02:00
Ninos Ego
46b786c14f
Merge remote-tracking branch 'upstream/master'
2014-09-10 01:00:18 +02:00
claudiosmweb
2f1533ff94
created the wc_get_order_status_label() function
2014-09-09 14:14:10 -03:00
claudiosmweb
c85a71dcee
fixed the order status label
2014-09-09 14:00:37 -03:00
Mike Hughes
5c4c5c1516
Fixed indentation for fix #6193
2014-09-09 12:43:56 +01:00
Mike Hughes
be5623cf91
Fix for issue #6193 - loop through data- attributes for form submission data instead of hard coded
2014-09-09 12:41:14 +01:00
Mike Jolley
c7dcd316a8
Merge pull request #6190 from maxrice/change-rest-api-docs-link
...
Update API docs to Apiary
2014-09-09 10:19:41 +01:00
Max Rice
6ccc10b891
Update API docs to Apiary
2014-09-08 18:09:10 -04:00
claudiosmweb
7f73587165
fixed the admin .pot file
2014-09-08 12:44:23 -03:00
Mike Jolley
27a20dd80e
Docblock changes
2014-09-08 16:35:40 +01:00
claudiosmweb
e2766e2a62
updated .pot files for WC 2.2 RC
2014-09-08 12:23:56 -03:00
Mike Jolley
a187d29242
Update support links and read me versions/text
2014-09-08 16:19:25 +01:00
claudiosmweb
4a302aaba2
fixed the language pack upgrader docblocks
2014-09-08 12:11:47 -03:00
claudiosmweb
8f4e28b0be
fixed the language pack upgrader to works well with WP 4.0, closes #6183
2014-09-08 12:08:24 -03:00
Mike Jolley
7ecd0009d0
Remove .org support link
2014-09-08 15:40:44 +01:00