Claudio Sanches
|
185ae083a1
|
Merge pull request #14499 from woocommerce/help-video-updates
Updates & fixes some embed problems
|
2017-04-18 18:32:16 -03:00 |
Mike Jolley
|
cd7d6cf73d
|
Add refund_lines
|
2017-04-18 20:29:10 +01:00 |
Ryan Ray
|
40da9faa1a
|
Updates & fixes some embed problems
Added a new combined Creating Products video.
Fixes other time stamp embeds that weren’t really working.
|
2017-04-18 13:18:00 -04:00 |
claudiulodro
|
f21e47f7d0
|
Update save logic to allow filtering
|
2017-04-17 14:45:53 -07:00 |
Claudiu Lodromanean
|
f7c166ca22
|
Merge pull request #14368 from mdrahul/Fix-14366
Reset ratings count when product is duplicated, ref #14366
|
2017-04-14 11:40:00 -07:00 |
mdrahul
|
b4ca263a4f
|
Reset ratings count when product is duplicated, ref #14366
|
2017-04-14 11:37:15 +05:30 |
Mike Jolley
|
41f7a637cd
|
Use refund date not order date in refund display
Fixes #14332
|
2017-04-13 13:24:48 +01:00 |
Mike Jolley
|
2f9a9589df
|
woocommerce_admin_order_date_format filter to replace old post_date_column_time
|
2017-04-11 12:41:30 +01:00 |
Claudio Sanches
|
394532c9ab
|
Merge pull request #14199 from woocommerce/add/visibility-terms-debug-14147
Add product visibility terms to system status report to help debug
|
2017-04-10 18:52:10 -03:00 |
Claudio Sanches
|
47a6741707
|
Merge pull request #14221 from woocommerce/fix/14216
Do not duplicate grouped products, only variations
|
2017-04-10 18:49:28 -03:00 |
Claudio Sanches
|
b79711b54c
|
Merge pull request #14141 from rellect/copy_suffix
Add back the (Copy) suffix for duplicated products
|
2017-04-10 18:16:09 -03:00 |
Mike Jolley
|
ade147ccc2
|
Do not duplicate grouped products, only variations
Fixes #14216
|
2017-04-10 21:45:57 +01:00 |
Mike Jolley
|
7d5efe4b78
|
Add product visibility terms to system status report to help debug
Closes #14147
|
2017-04-10 15:51:14 +01:00 |
refael iliaguyev
|
6ee1fb0a62
|
set empty string as slug
|
2017-04-08 18:14:34 +03:00 |
refael iliaguyev
|
5add77c201
|
add 'woocommerce' text domain
|
2017-04-08 15:59:01 +03:00 |
refael iliaguyev
|
3be5f80ee7
|
unset slug - fix #14128
|
2017-04-08 13:39:06 +03:00 |
refael iliaguyev
|
3af7452370
|
Add back the (Copy) suffix for duplicated products
|
2017-04-08 13:16:42 +03:00 |
Mike Jolley
|
e14eb70814
|
Skip reports if no product is found
|
2017-04-07 16:08:06 +01:00 |
Claudio Sanches
|
464ea7f01d
|
Fixed ccoding standards
|
2017-04-06 19:46:06 -03:00 |
Claudio Sanches
|
c4adec3e1a
|
Removed translatable function used for variables
|
2017-04-06 19:45:59 -03:00 |
Claudio Sanches
|
56b8a4661a
|
Merge pull request #14074 from woocommerce/fix/14067
Fixed sanitization of order items meta data
|
2017-04-06 18:14:34 -03:00 |
Mike Jolley
|
c1b670eaa6
|
Remove date on dupe
|
2017-04-06 22:11:00 +01:00 |
Claudio Sanches
|
af7f271de1
|
Fixed sanitization of order items meta data
Closes #14067
|
2017-04-06 17:58:24 -03:00 |
Claudio Sanches
|
4032167f6c
|
Removed extra variation description extra sanitization
|
2017-04-06 13:21:34 -03:00 |
Claudio Sanches
|
3fff61ea4e
|
Merge pull request #14043 from woocommerce/fix/missing-product-type-field
if product type field is not posted, we should maintain existing type, not change to simple
|
2017-04-06 11:58:55 -03:00 |
Mike Jolley
|
82cdf65c04
|
if product type field is not posted, we should maintain existing type, not change to simple
|
2017-04-06 15:56:55 +01:00 |
Claudio Sanches
|
550f7b4028
|
Merge pull request #13986 from woocommerce/fix/13954
Fixed "singular" and "plural" parameters of WP_List_Table instances
|
2017-04-06 10:33:43 -03:00 |
Claudio Sanches
|
168a4a3096
|
Merge pull request #13909 from woocommerce/fix/prevent-only-color-picker-to-flip
Prevent RTL flip only color picker inputs
|
2017-04-05 21:21:38 -03:00 |
Claudio Sanches
|
5bcace31fc
|
Fixed "singular" and "plural" parameters of WP_List_Table instances
Both should be slugs and not translatable.
Fixes #13954
|
2017-04-05 18:15:40 -03:00 |
Justin Shreve
|
6b6f48e7dc
|
Prior to 3.0 there was a woocommerce_debug_posting filter that could be used to add rows to the environment section of the system status page. It was removed. This PR adds it back as woocommerce_system_status_environment_rows and aliases/deprecates the old one.
|
2017-04-05 09:13:20 -07:00 |
Claudio Sanches
|
3920a12d71
|
Prevent RTL flip only color picker inputs
Fixes #13723
|
2017-04-04 17:27:11 -03:00 |
Claudio Sanches
|
d881bf0500
|
Coding standards and changelog for #13867
|
2017-04-04 11:40:02 -03:00 |
Claudio Sanches
|
faf0104b49
|
Merge pull request #13260 from JeroenSormani/product-data-tab-priority
Add 'priority' support to product data tabs
|
2017-04-04 11:33:48 -03:00 |
Claudio Sanches
|
ca23ea9ef2
|
Merge pull request #13815 from woocommerce/fix-13813-1
Include WooCommerce endpoints to customize nav menu setting
|
2017-04-04 11:03:26 -03:00 |
Mike Jolley
|
b2e4052e3b
|
Stock qty should be wrapped in wc_stock_amount
|
2017-04-04 13:35:31 +01:00 |
Mike Jolley
|
c844ec6487
|
Merge pull request #13817 from woocommerce/improvement-13716
Allow setup wizard filtering
|
2017-04-03 19:26:39 +01:00 |
Claudiu Lodromanean
|
ef7dbc75a1
|
bump down version number
|
2017-04-03 11:24:01 -07:00 |
Claudiu Lodromanean
|
82c3f93340
|
Change to single quotes
|
2017-04-03 09:54:24 -07:00 |
Mike Jolley
|
31cd2dcb90
|
Merge pull request #13853 from woocommerce/crud-security-hardening
CRUD security/hardening
|
2017-04-03 11:09:38 +01:00 |
Mike Jolley
|
75f79b3279
|
Se 20y limit on datepicker too
|
2017-04-03 10:46:37 +01:00 |
Claudio Sanches
|
4922e17876
|
Include missing REST API v2 from webhooks options.
|
2017-04-02 03:07:09 -03:00 |
Claudiu Lodromanean
|
955f20be80
|
Do custom buttons before Cancel and Save buttons
|
2017-03-31 11:28:00 -07:00 |
Claudiu Lodromanean
|
0d84865b0f
|
Pass wizard around
|
2017-03-31 10:32:19 -07:00 |
Mike Jolley
|
14802a0307
|
Remove double unserialization
|
2017-03-31 12:10:20 +01:00 |
Mike Jolley
|
b50312a1d8
|
Prevent bad timestamps being used for dates in reports and add nonce field
|
2017-03-31 11:50:11 +01:00 |
Claudio Sanches
|
61ec9b3e51
|
Updated version to 3.1.0
|
2017-03-29 17:56:03 -03:00 |
Claudio Sanches
|
84e428abd3
|
Use correct attribute type label in attributes admin screen
This allow use a translatable label for attribute type instead of
forcing English for everybody.
|
2017-03-29 17:50:09 -03:00 |
Claudiu Lodromanean
|
27e1cffa30
|
Better way of passing on the next stepg
|
2017-03-29 11:22:55 -07:00 |
Claudio Sanches
|
bbd54cc15f
|
Merge pull request #13816 from woocommerce/fix-13813-2
Fixed titles and items from WC_Admin_Menus::nav_menu_links()
|
2017-03-29 14:27:38 -03:00 |
Mike Jolley
|
4e58d40404
|
Merge pull request #13814 from woocommerce/fix-13813
Load custom "WooCommerce endpoint" metabox only in Appearance > Menus.
|
2017-03-29 18:20:52 +01:00 |