Mike Jolley
cbd7dbee64
add filters to downloadable file permission function
2013-07-16 13:38:42 +01:00
Mike Jolley
3779fa5e40
Readme
2013-07-15 17:22:54 +01:00
Mike Jolley
0b33e8b610
Merge pull request #3416 from openstream/master
...
Swiss German Language Pack
2013-07-15 09:18:40 -07:00
Mike Jolley
27ec43a561
Merge pull request #3319 from toddlahman/master
...
Fix for issue #3318
2013-07-15 09:18:10 -07:00
Mike Jolley
bf73fd3c8e
Merge pull request #3411 from jprieton/patch-1
...
Hint on documentation of function get_product()
2013-07-15 09:17:41 -07:00
Mike Jolley
ba96fc3369
Merge pull request #3424 from ChromeOrange/master
...
Added theme info to System Status
2013-07-15 09:16:26 -07:00
Mike Jolley
3a1ca6789c
Merge pull request #3438 from BFTrick/patch-add-product-meta
...
Add Product Meta Data to Post Class
2013-07-15 09:16:02 -07:00
Mike Jolley
3e0620aa83
Merge pull request #3440 from zreedeecom/master
...
Spanish translation updated
2013-07-15 09:15:14 -07:00
Mike Jolley
2c1b49f11e
Merge pull request #3447 from archfrog/master
...
Finished up the Danish translation.
2013-07-15 09:13:35 -07:00
Mike Jolley
a69607d648
Merge pull request #3473 from Ramoonus/master
...
NL refresh
2013-07-15 09:11:28 -07:00
Mike Jolley
fd887c52f1
Merge pull request #3478 from henrikgregersen/master
...
(#3477 ) Initialize address formats to the stores locale, instead of use a default.
2013-07-15 09:11:03 -07:00
Mike Jolley
8ac12ae40c
Merge pull request #3479 from shoheitanaka/master
...
Japanese Localization
2013-07-15 09:09:58 -07:00
Mikael Lyngvig
194dc20ece
Fixed: 'Hej med dig' blev til 'Hej' pga. klager fra en bruger.
2013-07-15 16:09:57 +02:00
Shohei Tanaka
7436e37aec
Japanese Localization
...
I made Japanese localization files.
2013-07-15 17:22:48 +09:00
Henrik Gregersen
a0105bb043
Initialize to store address format ( #3477 )
...
If the user has not entered an address yet, then the address fields will be displayed in a default order, because the $country will be empty. To fix this and initialize address formats to the stores locale, the $country variable is set to the base_country if it has no value
2013-07-15 01:25:12 +02:00
Ramon van Belzen
d685beea30
Dutch MoPo refresh
2013-07-13 16:25:49 +02:00
Mike Jolley
f23f536f12
Logic for additional info header
2013-07-11 16:11:28 +01:00
Mike Jolley
feb8d759a8
Only refresh fragment when cart cookie > 0
2013-07-10 17:07:25 +01:00
Mikael Lyngvig
659dc3b15b
Fixed: A few minor typos and unfortunate translations.
2013-07-08 22:54:00 +02:00
Mikael Lyngvig
6b720c3b84
Finished up the Danish translation (beware of the occasional error!)
2013-07-08 20:06:06 +02:00
James Koster
fa786a1173
typo
2013-07-08 09:48:48 +01:00
Luis Giménez
965ae437c5
Updated Spanish translation
2013-07-06 01:26:18 +02:00
Patrick Rauland
e6f7f5b16f
adding product meta data to post class
2013-07-05 10:46:52 -05:00
Andrew Benbow
db43a303fc
Update woocommerce-admin-status.php
...
Added theme info to System Status
2013-07-02 15:41:37 +01:00
jprieton
59d43a25f7
Update proposal hint on documentation of function get_product()
...
Update proposal hint on documentation of function `WC_Product_Factory::get_product()` from `void` to an generic `WC_Product`
2013-07-01 17:18:07 -04:30
jprieton
18f86a910d
Update proposal hint on documentation of function get_product()
2013-07-01 17:15:42 -04:30
Coen Jacobs
f7601f9b0a
Add filter around admin access check. Closes #3401
2013-07-01 10:27:54 +02:00
Nick Weisser
2e71d95643
Converted .po files to .mo files with msgfmt utility
2013-06-30 17:21:04 +02:00
Nick Weisser
c15e5ebd63
Replaced Bundesland with Kanton for Swiss locale
2013-06-30 17:03:04 +02:00
Nick Weisser
74063582c7
Replaced ß with ss for Swiss locale
2013-06-30 17:01:17 +02:00
Nick Weisser
7ae7166618
Duplicated German language files for Swiss German locale
2013-06-30 16:58:49 +02:00
jprieton
6acf17caf5
Hint on documentation of function get_product()
...
The hint actual says that return void, changed to WC_Product_Simple because $woocommerce->product_factory->get_product() returns WC_Product_Simple, this change is useful for IDEs autocomplete hints
2013-06-28 11:43:36 -04:30
Coen Jacobs
9bcf44106c
Also apply #3405 to master branch
2013-06-28 13:10:44 +02:00
Mike Jolley
b7d562f27a
Flush after add/edit Closes #3387
2013-06-28 11:28:05 +01:00
Mike Jolley
400fd1538b
input instead of :checkbox Closes #3408 .
2013-06-28 11:22:12 +01:00
Mike Jolley
06bf190599
public false for taxonomies. Closes #3373 .
2013-06-28 11:17:56 +01:00
Mike Jolley
a9569ccd6f
Only allow those who can edit the post to add drafts to cart. For testing. Closes #3381
2013-06-28 11:14:21 +01:00
Mike Jolley
e6db7d2c0c
Set session after removing item. Closes #3382 .
2013-06-28 11:03:12 +01:00
Mike Jolley
e296c9d538
woocommerce_new_order_note_data Closes #3379
2013-06-28 10:50:05 +01:00
Mike Jolley
5be00f2d32
Drop ucwords Closes #3369 .
2013-06-28 10:30:32 +01:00
Mike Jolley
d0b6483037
Dump coupon helper and add new functions. Closes #3353 .
2013-06-28 10:23:20 +01:00
Mike Jolley
c9f051dee2
Cart empty classes. Closes #3357 .
2013-06-28 10:10:13 +01:00
Mike Jolley
9f5f81c1aa
cat-parent without extra query. Closes #3355 .
2013-06-28 10:07:18 +01:00
Mike Jolley
f8f3f8a660
Fix sale expiration for variations. Closes #3321 .
...
@coenjacobs might be useful for .13
2013-06-28 09:58:07 +01:00
Mike Jolley
7b38ad6d77
Merge pull request #3372 from helgatheviking/feature/variable-pricing-meta-tr-class
...
add a class to the variable pricing table row
2013-06-27 16:42:38 -07:00
Mike Jolley
03ee1c29e5
Merge pull request #3385 from helgatheviking/feature/variable-bulk-edit-js
...
use switch case for variation bulk edit. add action hook for new cases (for #3383 )
2013-06-27 16:41:28 -07:00
Mike Jolley
8816161db1
Merge pull request #3406 from kloon/master
...
Extension changelog version info checking
2013-06-27 16:39:09 -07:00
Mike Jolley
106666c6aa
Merge pull request #3395 from CoachBirgit/master
...
edit german formal and add admin language files
2013-06-27 16:38:38 -07:00
Mike Jolley
5924021518
Merge pull request #3390 from swicks/master
...
Fails to activate
2013-06-27 16:37:27 -07:00
Gerhard
1df330a3e2
Change changelog URL for extension version info to new cloudfront url
2013-06-27 11:33:08 +02:00