Commit Graph

31265 Commits

Author SHA1 Message Date
Mike Jolley 19a1a7d7db
Merge pull request #23132 from woocommerce/fix/23127
Attribute renaming: Fix migration queries
2019-04-18 10:58:07 +01:00
Mike Jolley 262eef64f5
Merge pull request #23339 from woocommerce/fix/23337
Correctly handle images in v3 api
2019-04-18 10:55:24 +01:00
Mike Jolley e64e927aab
Merge pull request #23356 from leonaves/patch-1
Fix security check on email template preview page.
2019-04-18 10:51:01 +01:00
Timmy Crawford 5931a6eafc
Merge pull request #23355 from woocommerce/fix/23352
Remove call to header_register_callback and revert to 3.5 cookie handling
2019-04-17 16:10:46 -07:00
Leon Aves 60148d7f8f
Fix security check on email template preview page.
The nonce generated on the previous page was not being verified properly due to mismatched brackets (the second argument to wp_verify_nonce was not being passed).
2019-04-18 00:08:00 +01:00
Mike Jolley b697be51d4 Remove call to header_register_callback and revert to 3.5 cookie handling 2019-04-17 23:50:42 +01:00
Rodrigo Primo 14241b3f19 Add WC 3.6.0 release date to readme.txt 2019-04-17 11:18:15 -03:00
Rodrigo Primo f209e346d1 3.6.0 changelog 2019-04-17 11:15:47 -03:00
Timmy Crawford c552d43522
Merge pull request #23323 from woocommerce/update/stable/3.6.0
Update stable to 3.6.0
2019-04-17 06:22:29 -07:00
Timmy Crawford ff068d7e23
Merge pull request #23324 from woocommerce/renovate/woocommerce-block-library-2.x
Update dependency @woocommerce/block-library to v2.0.0
2019-04-17 06:21:35 -07:00
Timmy Crawford 763d3aec33
Merge pull request #23332 from woocommerce/fix/tracks-cookie-save
Set tracks cookie on wp hook instead on when calling record event.
2019-04-17 06:20:24 -07:00
Timmy Crawford 7a7c995e0a
Merge pull request #23336 from woocommerce/fix/23328-temp
Remove slash from currency code string
2019-04-17 06:17:31 -07:00
Gerhard 9ad8ef56da Be sure to also print the wp script since the OBW does not include those by default in the footer. 2019-04-17 14:56:51 +02:00
Gerhard fee86cd8cd Move JS to woocommerce_setup_footer and do not output wp scripts. 2019-04-17 14:54:59 +02:00
Gerhard 5c7b069d17 Use wp_loaded for cookie set 2019-04-17 14:23:19 +02:00
Gerhard f65f7a6d59 Remove wc_setcookie usage in WC_Tracks_Client::get_anon_id 2019-04-17 14:20:21 +02:00
Mike Jolley 111684ef32 Correctly handle images in v3 api 2019-04-17 13:18:33 +01:00
Mike Jolley f18542aa71 remove slash from currency code string 2019-04-17 12:06:57 +01:00
Gerhard 00e8aeef60 Use __CLASS__ instead of self 2019-04-17 11:51:07 +02:00
Gerhard c74df4ca11 Set tracks cookie on wp hook instead on when calling record event. 2019-04-17 11:39:50 +02:00
Renovate Bot d4aeadcf93
Update dependency @woocommerce/block-library to v2.0.0 2019-04-17 02:35:39 +00:00
Timmy Crawford a5f466e716 Update stable to 3.6.0 2019-04-16 18:07:08 -07:00
Mike Jolley 9863362de3
Merge pull request #23315 from woocommerce/update/changes-from-3.5.8
Merge changes from 3.5.8
2019-04-16 14:57:50 +01:00
Mike Jolley d959758abe
Merge pull request #23311 from woocommerce/replace-deprecated-function
Replace call to deprecated function delete_woocommerce_term_meta()
2019-04-16 14:57:05 +01:00
Mike Jolley 7efe831e72
Merge pull request #23308 from webdados/patch-2
Stop using update_woocommerce_term_meta on class-wc-rest-product-categories-controller.php
2019-04-16 14:55:52 +01:00
Mike Jolley a4f2446350 Merge branch 'pr/23186' 2019-04-16 14:43:05 +01:00
Mike Jolley fa83a90c53 pot 2019-04-16 14:36:43 +01:00
Mike Jolley 6579972fd3 Minify 2019-04-16 14:36:37 +01:00
Mike Jolley c65d5a877c Update selectwoo 2019-04-16 14:34:02 +01:00
Mike Jolley 2e96f4ab3f override addCaptionHTMLFn 2019-04-16 14:33:41 +01:00
Rodrigo Primo 20e9701583 Bump selectWoo.full.js version 2019-04-16 14:33:31 +01:00
Rodrigo Primo 004e8390e4 Use jQuery.text() instead of jQuery.append() when displaying selected option in selectWoo 2019-04-16 14:33:22 +01:00
Mike Jolley 4e4e084e0f min 2019-04-16 14:33:09 +01:00
Mike Jolley 0602f45096 Add props using jquery when creating state fields 2019-04-16 14:32:50 +01:00
Mike Jolley 068a2d931d
Merge pull request #23314 from woocommerce/renovate/stylelint-10.x
Update dependency stylelint to v10.0.1
2019-04-16 11:36:57 +01:00
Gerhard 86ec50f359 Update all *_woocommerce_term_meta calls to *_term_meta calls 2019-04-16 12:14:51 +02:00
Renovate Bot 254fec0099
Update dependency stylelint to v10.0.1 2019-04-16 09:31:58 +00:00
Rodrigo Primo a18c44d76e Replace call to deprecated function delete_woocommerce_term_meta()
This commit replaces a call to deprecated function `delete_woocommerce_term_meta()` with its replacement `delete_term_meta()`. `delete_woocommerce_term_meta()` was deprecated by 32ae0192e5 and all calls removed, but PR #22553 that was created about the same time added a new call to this function.
2019-04-15 15:33:27 -03:00
Timmy Crawford bf151aee3e
Merge pull request #23303 from woocommerce/fix/23232
Refactor #23300
2019-04-15 11:21:00 -07:00
Timmy Crawford 08c7bee019
Merge pull request #23295 from woocommerce/fix/23291
Check `get_plugin_data` exists in `WC_REST_System_Status_V2_Controller`
2019-04-15 11:18:41 -07:00
Timmy Crawford acc1600594
Merge pull request #23302 from woocommerce/remove/tracks-total-revenue
[3.6] Blocker - remove total revenue from Tracks events.
2019-04-15 11:17:51 -07:00
Timmy Crawford e12e4aaa25
Merge pull request #23304 from woocommerce/fix/link-all-variations
[3.6] Fix logic in link all variations
2019-04-15 11:16:22 -07:00
Timmy Crawford f735883c80
Merge pull request #23306 from JPry/issue_23305
Update Action Scheduler library to 2.2.4
2019-04-15 11:10:42 -07:00
Timmy Crawford 438d22762e
Merge pull request #23246 from franticpsyx/issue-23245
Introduce IN and NOT IN clauses in `WC_Product_Data_Store_CPT::search_products
2019-04-15 11:08:32 -07:00
Marco Almeida 1a251c82ad
Stop using update_woocommerce_term_meta
Stop using the update_woocommerce_term_meta helper function as it has been deprecated on 3.6.0
2019-04-15 17:54:19 +01:00
Jeremy Pry 745ebffbdd
Merge commit '98433d8c3095fa393389988d16e56fe1d302af63' into issue_23305
Updates the Action Scheduler library to version 2.2.4.

* commit '98433d8c3095fa393389988d16e56fe1d302af63':
  Squashed 'includes/libraries/action-scheduler/' changes from 4d221dc6d..f5643fe30
2019-04-15 10:47:01 -04:00
Jeremy Pry 98433d8c30 Squashed 'includes/libraries/action-scheduler/' changes from 4d221dc6d..f5643fe30
f5643fe30 Merge pull request #286 from Prospress/release/2.2.4
ba0c0ae16 Bump versions for 2.2.4 release
081cde6bc Merge pull request #285 from Prospress/issue_284
59036b916 Rename ActionScheduler_wcSystemStatus::print() to render()
75e3fbcca Merge pull request #281 from Prospress/https-readme
b1d44d3fe update readme URLs to HTTPS
de131f15d Merge pull request #277 from Prospress/release/2.2.3

git-subtree-dir: includes/libraries/action-scheduler
git-subtree-split: f5643fe30a7554dbb57b055d7d024e7cf5cd401b
2019-04-15 10:47:01 -04:00
Mike Jolley 6c6785c844
Merge pull request #23269 from marcochiesi/patch-1
Added validation for Italian postcodes
2019-04-15 14:10:01 +01:00
Mike Jolley 1504f8af3e
Merge pull request #23011 from Tofandel/patch-2
Improve the speed of the admin dashboard by only updating transients once per class
2019-04-15 14:03:31 +01:00
Mike Jolley 221f3ebaf3
Merge pull request #23166 from cfxd/add-quantity-input-action-hooks
Add quantity input action hooks
2019-04-15 13:32:28 +01:00