Commit Graph

25261 Commits

Author SHA1 Message Date
claudiulodro 00372e9bb0 Remove videos from help sections 2018-01-08 10:48:25 -08:00
Claudiu Lodromanean aad66effb7
Merge pull request #18376 from woocommerce/square-3.3
Updates Square logo in install wizard with their new design
2018-01-05 12:03:12 -08:00
Paul Maiorana 982ae33288 Update Square logo in set up wizard to use their new design 2018-01-05 15:00:39 -05:00
Paul Maiorana e89464bcf6 Merge branch 'master' into square-3.3 2018-01-05 14:59:13 -05:00
Paul Maiorana 45eff0ec34 Revert "Updates the Square logo in the install wizard to use their new logo design"
This reverts commit 6d3b5d6527.
2018-01-05 14:54:20 -05:00
Paul Maiorana 6d3b5d6527 Updates the Square logo in the install wizard to use their new logo design 2018-01-05 14:52:57 -05:00
claudiulodro a0be4eace9 Merge remote-tracking branch 'origin/square-3.3' into HEAD 2018-01-05 11:44:45 -08:00
Claudiu Lodromanean f487d79c57
Merge pull request #18375 from woocommerce/pmaiorana-square-patch-1
Update the description for Square, per their feedback.
2018-01-05 11:36:21 -08:00
Paul Maiorana 00da05c437
Update description for Square per their feedback. 2018-01-05 14:31:37 -05:00
Claudiu Lodromanean 1ae74a56f8
Merge pull request #18372 from woocommerce/fix/17996
Round correctly when removing taxes from prices.
2018-01-05 11:14:30 -08:00
Claudiu Lodromanean 70294e977b
Merge pull request #18371 from woocommerce/fix/18314
Preserve seconds when saving order date.
2018-01-05 11:09:22 -08:00
Claudiu Lodromanean fe4727b593
Merge pull request #18367 from woocommerce/fix/18357
Allow quantities less than 1, but not 0.
2018-01-05 10:55:05 -08:00
Claudiu Lodromanean e201f6daf7
Merge pull request #18365 from woocommerce/fix/18352
Add appropriate column widths and fix up price method for consistentcy.
2018-01-05 10:48:28 -08:00
claudiulodro b5271064c2 Resolve conflicts 2018-01-05 10:47:27 -08:00
claudiulodro fd18d24ddd Recompile and version for beta 2 2018-01-05 10:10:17 -08:00
Mike Jolley 6956f128cb
Merge pull request #18349 from woocommerce/fix/18287
Focus on inputs when clicked instead of sorting
2018-01-05 15:11:50 +00:00
Mike Jolley 856528d529
Merge pull request #18277 from woocommerce/fix/18276
Change sanitize function in product sales report filter box
2018-01-05 14:59:40 +00:00
Mike Jolley a44e4f64ac Round correctly when removing taxes from prices. 2018-01-05 14:56:33 +00:00
Mike Jolley 32a8190767
Merge pull request #18370 from woocommerce/fix/html-named-entities
Replace named HTML entity with decimal HTML entity in state names
2018-01-05 14:48:21 +00:00
Mike Jolley ae723d83fd Preserve seconds when saving order date. 2018-01-05 14:44:36 +00:00
Rodrigo Primo 5116cd0bd3 Replace named HTML entity with decimal HTML entity
WP `esc_html()` function escapes the valid named HTML entity `ă` and this is causing problems for some state names (see issue #18355). This commit provides a workaround by replacing `ă` with its decimal HTML entity version `ă`.

The WP core ticket below added a whilelist of named HTML entity but there is no explanation why some named HTML entities, like `ă`, were not included in the list and thus are escaped:

https://core.trac.wordpress.org/ticket/12284

Fixes #18355
2018-01-05 12:08:14 -02:00
Rodrigo Primo 9818ed10f9 PHPCS fixes
Fixed one violation in each file but left the filename violation (filenames should be lowercase) to fix another time for all state files at once.
2018-01-05 12:06:55 -02:00
Mike Jolley 2c915ba961 Allow quantities less than 1, but not 0. 2018-01-05 12:48:24 +00:00
Mike Jolley 14afff129c Add appropriate column widths and fix up price method for consistentcy. 2018-01-05 12:23:08 +00:00
Claudiu Lodromanean ae9a98b0a0
Merge pull request #18356 from woocommerce/fix/archive-links
Post types with no archives should not show in breadcrumb.
2018-01-04 08:17:30 -08:00
Mike Jolley a913514c8b
Update README.md 2018-01-04 13:41:25 +00:00
Mike Jolley 613adb0c07 Post types with no archives should not show in breadcrumb. 2018-01-04 12:09:11 +00:00
Mike Jolley e59e45e52a
Merge pull request #18351 from woocommerce/fix/18318
Ajax add-to-cart button shortcode fix for variations
2018-01-04 10:31:07 +00:00
claudiulodro cdad70a6b1 Safety first 2018-01-03 13:40:51 -08:00
claudiulodro afdc737ec5 Ajax add to cart button shortcode fix for variations 2018-01-03 13:38:06 -08:00
claudiulodro eea518dda2 Focus on inputs when clicked instead of sorting 2018-01-03 12:10:08 -08:00
Claudiu Lodromanean 06c37ae772
Merge pull request #18340 from ElectricFeet/patch-1
Remove non-standard outdated CSS
2018-01-03 11:23:35 -08:00
Claudiu Lodromanean 79fe38a0ad
Merge pull request #18341 from ElectricFeet/patch-2
Remove non-standard outdated CSS
2018-01-03 11:21:38 -08:00
Claudiu Lodromanean 1d73882c23
Merge pull request #18342 from ElectricFeet/patch-3
Remove non-standard outdated CSS
2018-01-03 11:21:17 -08:00
Claudiu Lodromanean 35ca53da2f
Merge pull request #18343 from ElectricFeet/patch-4
Remove non-standard outdated CSS
2018-01-03 11:20:43 -08:00
Claudiu Lodromanean 61efa103ef
Merge pull request #18344 from ElectricFeet/patch-5
Remove non-standard outdated CSS
2018-01-03 11:20:13 -08:00
Claudiu Lodromanean f91b4757e4
Merge pull request #18345 from ElectricFeet/patch-6
Remove non-standard outdated CSS
2018-01-03 11:19:43 -08:00
Claudiu Lodromanean 41461c8a89
Merge pull request #18346 from ElectricFeet/patch-7
Remove non-standard outdated CSS
2018-01-03 11:15:05 -08:00
Claudiu Lodromanean 06a4bfe2af
Merge pull request #18347 from woocommerce/update/remove-unused-variable
Remove two unused variables
2018-01-03 11:13:38 -08:00
claudiulodro d2618c2330 Merge remote-tracking branch 'origin/master' into HEAD 2018-01-03 10:13:23 -08:00
claudiulodro 646caf5753 Tweaks for variation reports 2018-01-03 10:09:53 -08:00
Rodrigo Primo aad2c83994 Remove unused variables
This commit removes two unused variables from WC_Product_Data_Store_CPT class.
2018-01-03 16:00:28 -02:00
Rodrigo Primo 22f1e549ef Manually fixes remaining coding standard violations 2018-01-03 15:57:33 -02:00
Claudiu Lodromanean 14c2180928
Merge pull request #18279 from woocommerce/fix/setup-wizard-service-style-tweak
Setup wizard: adjust styling for service child elements
2018-01-03 09:38:28 -08:00
Rodrigo Primo a2b8e38a61 Fix coding standards violations automatically using phpcbf 2018-01-03 15:27:48 -02:00
Claudiu Lodromanean e15f267270
Merge pull request #18335 from woocommerce/fix/18328
Product downloads - API and download check fixes
2018-01-03 09:14:26 -08:00
ElectricFeet cd2130972f
Remove non-standard outdated CSS
Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698
2018-01-03 18:10:21 +01:00
ElectricFeet 030fc9dcca
Remove non-standard outdated CSS
Removing `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698 and came across this one too. "auto" seems to be invalid, in any case...
2018-01-03 18:07:38 +01:00
ElectricFeet fa68a71adf
Remove non-standard outdated CSS
Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698
2018-01-03 18:01:10 +01:00
ElectricFeet 480b83447d
Remove non-standard outdated CSS
Removed `-moz-osx-font-smoothing: grayscale;` and `-webkit-font-smoothing: antialiased;`, as suggested in woocommerce/storefront#698
2018-01-03 17:59:50 +01:00