Commit Graph

20205 Commits

Author SHA1 Message Date
Claudio Sanches d802689d0f Merge pull request #13972 from woocommerce/fix/prevent-variation-trashing
Fix/prevent variation trashing
2017-04-05 16:32:09 -03:00
Mike Jolley 359213d720 Fix direction 2017-04-05 20:25:21 +01:00
Mike Jolley 0035afc5a0 Make sure we have number > 0 so all variations are not deleted 2017-04-05 20:22:05 +01:00
Mike Jolley a6080aa4a9 Pass ID, not the product object 2017-04-05 20:21:33 +01:00
Claudio Sanches f250cac8d1 Merge pull request #13967 from woocommerce/fix/13933
Use parent settings for determining if variations are sold individually.
2017-04-05 15:33:17 -03:00
Claudiu Lodromanean 160d394070 Clean up test 2017-04-05 11:13:31 -07:00
Claudiu Lodromanean 5389844a1b Use parent data for sold_individually 2017-04-05 11:02:26 -07:00
Claudio Sanches f7b41ec468 Merge pull request #13945 from kowsar89/master
version number updated in up-sells template
2017-04-05 14:50:32 -03:00
Claudio Sanches 8b4ce176a7 Merge pull request #13964 from woocommerce/update/variation-name-updater
Using WPDB is quicker than wp_update_post
2017-04-05 14:44:24 -03:00
Mike Jolley 27b35c0515 Using WPDB is quicker than wp_update_post 2017-04-05 18:40:59 +01:00
Claudio Sanches 6135aa8175 Merge pull request #13927 from woocommerce/fix/13921
Fallback to home URL if no shop page is set for system status security check.
2017-04-05 14:29:16 -03:00
Claudio Sanches 67274e8c2c Make sure that ID exists 2017-04-05 14:23:50 -03:00
Claudio Sanches 7a34e4a176 Merge pull request #13959 from woocommerce/fix/customer-set-defaults
Wrap in try catch so WC_Data_Exceptions are caught on bad email.
2017-04-05 14:20:56 -03:00
Claudio Sanches 1590ba135b Merge pull request #13961 from woocommerce/fix/system-status-hook
Add back removed filter for system status rows.
2017-04-05 14:11:40 -03:00
Claudiu Lodromanean f4a04c088b Merge pull request #13958 from woocommerce/fix/remove-legacy-clear
Removed extra clear parameter from addresses
2017-04-05 09:41:08 -07:00
Claudiu Lodromanean 87b71b0653 Merge pull request #13941 from woocommerce/fix/hook-deprecated-function-calls
Use wc_deprecated_function so notices are not triggered on ajax requests
2017-04-05 09:36:01 -07:00
Claudiu Lodromanean 691441f87f Merge pull request #13935 from woocommerce/fix/13920
wc_get_object_terms should check it's not an error object
2017-04-05 09:30:02 -07:00
Claudiu Lodromanean e1b9165439 Merge pull request #13931 from woocommerce/fix/register-admin-settings
If The $object is not really an object, don't continue. It's invalid.
2017-04-05 09:24:37 -07: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
Claudiu Lodromanean bb6d64c56a Merge pull request #13912 from woocommerce/fix-13910
Fade gallery in if no images are set.
2017-04-05 08:59:32 -07:00
Mike Jolley ab4c921bd1 Wrap in try catch so WC_Data_Exceptions are caught on bad email. 2017-04-05 16:36:28 +01:00
Claudio Sanches 5a7af35d46 Removed extra clear parameter from addresses 2017-04-05 11:57:39 -03:00
Claudio Sanches f1df9e8dd9 Merge pull request #13955 from psiico/patch-1
Update class-wc-coupon.php
2017-04-05 11:52:23 -03:00
Claudio Sanches 2e7393d156 Merge pull request #13899 from woocommerce/fix/missing-array-declaration
Fixed missing array declaration
2017-04-05 11:49:10 -03:00
Ivo Santos b7dfc10dee Update class-wc-coupon.php
Updated get_amount() method description.
2017-04-05 16:32:02 +02:00
Md. Kowsar Hossain 2bbf5ed42f version number updated in up-sells template 2017-04-05 18:26:23 +06:00
Mike Jolley e66efc1dcc Use wc_deprecated_function so notices are not triggered on ajax requests 2017-04-05 13:06:43 +01:00
Mike Jolley 4ad05dfa83 wc_get_object_terms should check it's not an error object
Fixes #13920
2017-04-05 12:06:37 +01:00
Mike Jolley 5770fb132e If The $object is not really an object, don't continue. It's invalid. 2017-04-05 11:10:27 +01:00
Mike Jolley 4aaabb07b7 Readme should include minor version to show upgrade notice
Closes #13919

@claudiosanches this needs to be updated with the patch releases to
show  e.g. 3.0.1
2017-04-05 10:51:10 +01:00
Mike Jolley ad96ebc4c9 Update ISSUE_TEMPLATE.md 2017-04-05 10:28:54 +01:00
Mike Jolley 178a4e31e2 details 2017-04-05 10:28:33 +01:00
Mike Jolley 811d59feec Fallback to home URL if no shop page is set for system status security check.
Fixes #13921
2017-04-05 10:03:41 +01:00
Mike Jolley d607aea651 Fade gallery in if no images are set.
Fixes #13910
2017-04-04 23:43:14 +01:00
Claudio Sanches 57fa8c93fc Merge pull request #13904 from woocommerce/fix-13903
Don't filter hidden grouped products
2017-04-04 16:47:58 -03:00
Mike Jolley b251973a66 Don't filter hidden grouped products
Fixes #13903
2017-04-04 20:33:36 +01:00
Claudio Sanches cf954fac1e Fixed missing array declaration 2017-04-04 14:53:05 -03:00
Claudio Sanches 642b8f4e73 Updated CHANGELOG to include grouped products note 2017-04-04 12:51:49 -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 e65a835fab Changelog for #13867 2017-04-04 11:31:48 -03:00
Claudio Sanches 620a92d6fd Merge pull request #13867 from woocommerce/fix/13788
Updated Emogrifier to 1.2.0
2017-04-04 11:30:47 -03:00
Claudio Sanches 0aec4e4b1d Changelog for #13815 2017-04-04 11:05:18 -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
Claudio Sanches 36c080acd6 Start dev of 3.1.0 2017-04-04 10:11:43 -03:00
Mike Jolley b2e4052e3b Stock qty should be wrapped in wc_stock_amount 2017-04-04 13:35:31 +01:00
Claudio Sanches 1b935d5557 Version 3.0.0 2017-04-04 09:27:17 -03:00
Claudio Sanches d6b2fbedc0 POT 2017-04-04 09:23:49 -03:00
Claudio Sanches 514ce648b5 Minify CSS 2017-04-04 09:23:44 -03:00
Claudio Sanches 20a9765811 Merge pull request #13893 from woocommerce/fix-13890
Workaround for loading failed message
2017-04-04 08:54:30 -03:00