Coen Jacobs
3d22552559
Changelog update with removal of change password files
2014-02-11 11:39:20 +01:00
Mike Jolley
9670725bf2
Removed change password template and shortcode class - no longer used.
...
Change password is built into the edit-account endpoint. @coenjacobs
@hlashbrooke
2014-02-11 11:38:07 +01:00
Coen Jacobs
5d3f041a7c
Changelog update for #4700
2014-02-11 11:36:52 +01:00
Mike Jolley
5e02b72f1b
Sections can be lowered using sanitize_title Closes #4700
...
@coenjacobs pick me
2014-02-11 11:35:38 +01:00
Coen Jacobs
df5416d34a
Changelog update for #4708
2014-02-11 11:22:31 +01:00
Mike Jolley
b66657f2a6
Corrected all languages country codes Closes #4708
2014-02-11 11:21:08 +01:00
Coen Jacobs
fcc66f1c4b
Changelog for #4709
2014-02-11 11:00:18 +01:00
James Koster
053915e58f
allow line breaks in customer addresses on order details page. closes #4709
2014-02-11 10:59:05 +01:00
Coen Jacobs
9da98a8ee1
Changelog for #4687
2014-02-11 10:51:58 +01:00
vlinicx
eaa0275515
Adding a currency to woocommerce
...
I would like to add a currency for my Country.It's on a line 173.
2014-02-11 10:51:04 +01:00
Mike Jolley
ae295fbfce
During install, register all post types and endpoints so that the rewrite rules are correctly generated. #4699 #4701
2014-02-11 09:47:02 +01:00
Coen Jacobs
0951974671
This branch is now 2.1.1 bleeding
2014-02-10 15:36:43 +01:00
Coen Jacobs
031fa146e6
Gruntfile WP deploy script cleanup
2014-02-10 15:29:41 +01:00
Mike Jolley
72bc37e649
Use /deploy/
2014-02-10 13:14:46 +00:00
Mike Jolley
5a0454e568
Allow htaccess only
2014-02-10 13:12:03 +00:00
Mike Jolley
e2ceff5dfc
deploy script
2014-02-10 12:52:41 +00:00
Coen Jacobs
9ae5cc5d8f
get_subtotal_to_display docblock update. Closes #4693
2014-02-10 13:38:25 +01:00
Coen Jacobs
61a7fa93ef
Remove unused global. Closes #4694
2014-02-10 13:36:34 +01:00
Mike Jolley
437e8e35a0
Updated read me file
2014-02-10 11:15:27 +00:00
Mike Jolley
195907c812
Translation updates
2014-02-10 10:19:53 +00:00
Mike Jolley
fa54a09948
Version bump
2014-02-10 10:14:11 +00:00
Mike Jolley
e9e121b82b
Merge pull request #4671 from claudiosmweb/fix_myaccount_register
...
Fix undefined index notice in "My Account" register
2014-02-10 09:48:42 +00:00
Coen Jacobs
0033d6d116
Code standards update for #4675
2014-02-10 10:47:26 +01:00
Coen Jacobs
e934f293e9
Merge pull request #4675 from shoheitanaka/patch-1
...
$tax_code was url encoded , so decode it.
2014-02-10 10:45:41 +01:00
Coen Jacobs
8b8cc20dab
Merge pull request #4681 from thenbrent/master
...
Fix completing order payment for an order containing a deleted product
2014-02-10 10:30:01 +01:00
Mike Jolley
3eaef1d0f3
Merge pull request #4662 from Spreeuw/master
...
fixes date display on customer list page
2014-02-10 09:28:08 +00:00
Mike Jolley
9978f8fd6a
Merge pull request #4670 from claudiosmweb/patch-rc2
...
Improvements for some DocBlocks
2014-02-10 09:27:46 +00:00
Coen Jacobs
6da86e4e57
Merge pull request #4676 from kloon/master
...
Load Chosen on My Account page for country and state address edit
2014-02-09 22:34:32 +01:00
Coen Jacobs
061a902fe6
Merge pull request #4679 from Ramoonus/patch-1
...
Update readme.txt for WP 3.8.1
2014-02-09 15:02:38 +01:00
Coen Jacobs
dec12d7a1c
Merge pull request #4686 from claudiosmweb/fix_4684
...
Added $size param for woocommerce_placeholder_img function
2014-02-09 15:01:42 +01:00
Coen Jacobs
703af8e2fc
Merge pull request #4685 from claudiosmweb/fix_4683
...
Removed deprecated function in templates/myaccount/my-account.php
2014-02-09 15:01:08 +01:00
claudiosmweb
f5cf994a8c
improved the deprecated woocommerce_placeholder_img function, closes #4684
2014-02-09 03:09:31 -02:00
claudiosmweb
6ccbd2b6f0
removed deprecated function
2014-02-09 03:05:03 -02:00
thenbrent
3187bfc32c
Fix completing order payment for deleted product
...
When marking payment as complete on an order which contains a product which has
since been deleted, a fatal error will be thrown because the product is assumed
to exist.
The specific error is `PHP Fatal error: Call to a member function is_downloadable()`.
It occurs when checking if the order status should be set as completed or processing,
by determining if the product on the order is downloadable and virtual.
This patch will mark an order as "processing" if the product has since been deleted.
2014-02-08 11:37:21 -08:00
Ramon van Belzen
cf4a25dffd
Update readme.txt
2014-02-08 16:32:44 +01:00
Gerhard
667f46cf9e
Load Chosen on My Account page for country and state address edits, closes #4674
2014-02-08 10:58:50 +02:00
Shohei Tanaka
f03dde7868
$tax_code was url encoded , so decode it.
...
I can't read tax code at this box, if used Japanese in tax code. I want to read it in Japanese, so decode here.
2014-02-08 15:50:03 +09:00
claudiosmweb
d3f09d45b0
fixed some coding standards in includes/class-wc-form-handler.php
2014-02-07 16:35:30 -02:00
claudiosmweb
e0b729d273
fixed the indentation in includes/class-wc-form-handler.php
2014-02-07 16:27:07 -02:00
claudiosmweb
0f5faa4a77
fixed undefined username variable in myaccount register using registration generate username as true
2014-02-07 16:26:51 -02:00
claudiosmweb
18ca7c4d2f
fixed the indentation in includes/wc-conditional-functions.php
2014-02-07 15:57:17 -02:00
claudiosmweb
a9f1d47a11
fixed docblock for meta_is_product_attribute() function, closes #4668
2014-02-07 15:56:58 -02:00
claudiosmweb
7dd98549d9
updated the WC_Order version to 2.1.0
2014-02-07 15:55:30 -02:00
claudiosmweb
93b5678617
fixed some coding standards in includes/class-wc-order.php
2014-02-07 15:55:07 -02:00
claudiosmweb
1c13e994de
fixed the indentation in includes/class-wc-order.php
2014-02-07 15:41:28 -02:00
claudiosmweb
0d9752c04b
fixed docblock for WC_Order::get_formatted_line_subtotal, closes #4667
2014-02-07 15:41:09 -02:00
claudiosmweb
bcf88933c6
fixed docblock for WC_API_Customers::query_customers, closes #4666
2014-02-07 15:39:40 -02:00
claudiosmweb
bfe3020897
removed unused global vars in WC_Report_Coupon_Usage::output_report, closes #4665
2014-02-07 15:37:31 -02:00
claudiosmweb
617b6b07ae
fixed some coding standards in includes/abstracts/abstract-wc-product.php
2014-02-07 15:35:45 -02:00
claudiosmweb
6758bab16a
fixed the indentation in includes/abstracts/abstract-wc-product.php file
2014-02-07 15:31:25 -02:00