Commit Graph

26787 Commits

Author SHA1 Message Date
Garrett Hyder 8996c7a83e
Minor Typo
Fixed edting to be editing
2018-04-16 09:55:14 -07:00
Mike Jolley 094fc1bf3a
Merge pull request #19703 from woocommerce/update/settings-tabs-for-privacy
Moved around settings tabs to allow for a privacy page
2018-04-16 16:45:19 +01:00
Mike Jolley e951ff0a00 Fix test 2018-04-16 14:35:20 +01:00
Mike Jolley 78f96fcd40 Hook mapping/bw compat 2018-04-16 14:27:03 +01:00
Mike Jolley a817869d7d
Merge pull request #19709 from easytechlr/master
added county for LR-Liberia
2018-04-16 11:23:54 +01:00
Claudiu Lodromanean 1d6ee4736b
Merge pull request #19678 from woocommerce/fix/19514
Handle escape characters for fputcsv
2018-04-13 12:01:32 -07:00
Mike Jolley d8502349c1
Merge pull request #19710 from javorszky/issue/19704
Cast post IDs to integers in admin meta boxes for coupons, products, orders
2018-04-13 18:41:35 +01:00
Gabor Javorszky ff3fcf0d2b Make Product Factory use global $post instead of $GLOBALS['post'] 2018-04-13 11:29:33 +01:00
Gabor Javorszky 73e0e3a60e Make Product Factory return an int from $post->ID 2018-04-13 11:28:42 +01:00
Gabor Javorszky 615815353f Make Order Factory return an int as well from $post->ID 2018-04-13 11:27:30 +01:00
Gabor Javorszky d569920825 Cast coupon's $post->ID to int 2018-04-13 11:25:58 +01:00
echris 43480186f5 added states for LR-Liberia 2018-04-13 01:02:25 +00:00
claudiulodro b6ac275713 Update 3.4 changelog 2018-04-12 12:18:44 -07:00
Mike Jolley 1b34cd4745 Moved settings tabs around to allow for privacy page. 2018-04-12 16:59:42 +01:00
Claudiu Lodromanean 6e343950d5
Merge pull request #19701 from rodrigoprimo/update/wc-e2e-page-objects
Update packages chromedriver and wc-e2e-page-objects
2018-04-12 08:53:40 -07:00
Claudiu Lodromanean 736e713b0b
Merge pull request #19699 from woocommerce/fix/19685
Added scroll to notices to cart page
2018-04-12 08:51:51 -07:00
Claudiu Lodromanean 978c63e8f9
Merge pull request #19696 from JeroenSormani/doc-improvements
Doc improvements (return types mostly)
2018-04-12 08:07:21 -07:00
Rodrigo Primo b46e4a30ae Update packages chromedriver and wc-e2e-page-objects
I did this to see if e2e tests were failing yet again due to an outdated chromedriver version but unfortunatelly that is not the case this time. Anyway running the latest version of chromedriver and wc-e2e-page-objects is important.
2018-04-12 11:19:34 -03:00
Peter Fabian b88a21dae9 Add dependency on the common js code. 2018-04-12 16:15:00 +02:00
Peter Fabian 6d951b0ddd Scroll to notices also for apply coupon. 2018-04-12 13:49:34 +02:00
Peter Fabian 2baa7fbbdc Added scroll to notices to cart page 2018-04-12 13:34:34 +02:00
Mike Jolley 7080989081 Move coupon settings to general settings 2018-04-12 11:13:15 +01:00
Mike Jolley eb886c924e Rename option tabs 2018-04-12 11:13:01 +01:00
JeroenSormani 4e6b0dc500 Doc improvements (return types mostly) 2018-04-12 09:10:14 +02:00
Claudiu Lodromanean 49e93bc755
Merge pull request #19673 from woocommerce/update/19663
Move WC photoswipe styles to photoswipe.css
2018-04-11 10:24:16 -07:00
Claudiu Lodromanean 5bc7e91b67
Merge pull request #19670 from woocommerce/update/19641
Load meta box input values using CRUD and edit context
2018-04-11 10:14:06 -07:00
Rodrigo Primo 20793bfb81 3.3.5 changelog 2018-04-11 11:01:44 -03:00
Claudio Sanches ed634df65a
Merge pull request #19672 from woocommerce/update/19643
Add filter around backorder notification text.
2018-04-10 14:32:44 -03:00
Claudio Sanches be1b200ce8
Merge pull request #19669 from woocommerce/fix/19450
Avoid storing coupon `used_by` data
2018-04-10 14:30:33 -03:00
Claudio Sanches f3f05fd59a
Merge pull request #19668 from woocommerce/fix/19657
Clear shipping transient when saving shipping method on zones screen
2018-04-10 14:28:53 -03:00
Claudio Sanches 81a699114c
Merge pull request #19667 from woocommerce/fix/19655
Load gateways before order is saved/email is triggered
2018-04-10 14:27:47 -03:00
Mike Jolley 5d4561240a Handle escape characters for fputcsv 2018-04-10 18:08:56 +01:00
Claudio Sanches 2a4b364069
Merge pull request #19671 from woocommerce/fix/19661
sanitize_text_field does not preserve line breaks. wp_kses_post seems more appropriate.
2018-04-10 11:49:51 -03:00
Claudio Sanches 440bef337f
Merge pull request #19676 from woocommerce/fix/19674
Fix Rest API featured filter
2018-04-10 11:49:03 -03:00
Mike Jolley 903e3e8acd Fix featured filter 2018-04-10 14:58:06 +01:00
Mike Jolley 772588b448 Move WC photoswipe styles to photoswipe.css
Closes #19663
2018-04-10 13:48:05 +01:00
Mike Jolley 4f69eced88 Add filter around backorder notification text. 2018-04-10 13:23:12 +01:00
Mike Jolley 50e2832d2d sanitize_text_field does not preserve line breaks. wp_kses_post seems more appropriate.
Fixes #19661
2018-04-10 13:09:20 +01:00
Mike Jolley efe0d36eea Load meta box input values using CRUD and edit context 2018-04-10 13:01:52 +01:00
Mike Jolley 55aced044f Avoid storing coupon `_used_by` data 2018-04-10 12:36:24 +01:00
Mike Jolley 47fbd79d8f Clear shipping transient when saving shipping method on zones screen 2018-04-10 12:25:09 +01:00
Mike Jolley f9cc65b586 Load gateways before order is saved/email is triggered
Fixes #19655
2018-04-10 12:15:14 +01:00
Mike Jolley cc14ddf1ae
Merge pull request #19658 from woocommerce/fix/19588
Changed county codes for Ireland according to ISO
2018-04-10 12:01:01 +01:00
Mike Jolley df019cfe87
Merge pull request #19664 from woocommerce/fix/19621
Clear comment count transient when cleaning product transients
2018-04-10 12:00:23 +01:00
Peter Fabian 8e8a1ca054 Clear comment count transient when cleaning product transients 2018-04-10 12:12:51 +02:00
Mike Jolley fcb2a3136e
Merge pull request #19660 from AnwerAR/fix/19600-visiblity-dropdown
Fix for #19600 - Visibility dropdown
2018-04-10 10:16:22 +01:00
Anwer AR b68e5743e8 Fix for #19600 - Visibility dropdown not responding in Quick Edit when Stock Management is disabled 2018-04-10 05:19:25 +05:00
Peter Fabian ac1883ee00 Included db update scripts in WC install 2018-04-09 23:24:26 +02:00
Peter Fabian a3d6dc1775 Changed county codes for Ireland according to ISO 2018-04-09 23:15:09 +02:00
Rodrigo Primo d6bfd22dfb Merge branch 'master' of github.com:woocommerce/woocommerce 2018-04-09 18:08:51 -03:00