Claudio Sanches
04c598be09
Revert sanitization
2019-05-09 17:28:19 -03:00
Claudio Sanches
caf68b1405
Sets $new_user_args as array by default
2019-05-09 17:08:15 -03:00
Claudio Sanches
96c65d1a4d
Uses "." instead of empty spaces to join words and avoid illegal username
2019-05-09 17:04:48 -03:00
Claudio Sanches
fb8af18eb4
Sanitize only one time
2019-05-09 17:04:27 -03:00
Claudio Sanches
b8d86ccce3
Introduced new woocommerce_new_customer_username filter
2019-05-09 17:02:47 -03:00
Claudio Sanches
20cd0152e8
Improve woocommerce_generated_customer_username filter
2019-05-09 17:01:30 -03:00
Claudio Sanches
c2836c5e75
Try prevent errors caused by illegal logins
2019-05-09 16:56:47 -03:00
Rodrigo Primo
84f0f4ebea
Bump WC version since 3.7.0 development has begun
2019-05-09 15:14:34 -03:00
Peter Fabian
380ff713c2
Merge pull request #23643 from rodrigoprimo/fix-e2e-tests-travis
...
Regenarate package-lock.json to fix EINTEGRITY error in package github-contributors-list
2019-05-08 16:20:59 +02:00
Rodrigo Primo
3fd9fde2ed
Regenarate package-lock.json to fix EINTEGRITY error in package github-contributors-list
...
The Travis build job used to run e2e tests started failing due to the following NPM error when installing packages:
```
npm ERR! code EINTEGRITY
npm ERR! sha512-B2yGehx2B1Fg0ooPCxcbq2fRE+YvAh1Yssa6Kp/sGMCRgDD9+yR6Fa5urn+cOqMbOvuAVZElVqQx+4wVm4JWgw== integrity checksum failed when using sha512: wanted sha512-B2yGehx2B1Fg0ooPCxcbq2fRE+YvAh1Yssa6Kp/sGMCRgDD9+yR6Fa5urn+cOqMbOvuAVZElVqQx+4wVm4JWgw== but got sha512-4lJ4ERWmcGlG43jDdIy7shG0v3QsfoSvSrtbdcw/cpqF69WBOoHu1iC8Cb3IQ63WU7KujtR0TEF50CEcebhRCA==. (471195 bytes)
```
https://travis-ci.org/woocommerce/woocommerce/jobs/527530281#L633
This commit regenerates package-lock.json to work around the error. I simply delete package-lock.json file from my local copy of the repository and then ran `npm install`.
2019-05-07 15:53:00 -03:00
Rodrigo Primo
6a1ca174ad
Bump "Tested up to" version to WP 5.2
2019-05-07 13:32:25 -03:00
Claudio Sanches
be737d6f9e
Merge pull request #23600 from woocommerce/renovate/lint-staged-8.x
...
Update dependency lint-staged to v8.1.6
2019-05-06 21:03:48 -03:00
Rodrigo Primo
bd45f865b9
Merge pull request #23581 from woocommerce/fix/phpcs-violations-using-phpcbf
...
Fix PHPCS violations in tests/ using PHPCBF
2019-05-06 14:31:56 -03:00
Renovate Bot
2b360fa3f3
Update dependency lint-staged to v8.1.6
2019-05-03 07:44:08 +00:00
Claudio Sanches
8361f9407f
Merge pull request #23585 from woocommerce/renovate/husky-2.x
...
Update dependency husky to v2.2.0
2019-05-02 19:30:34 -03:00
Renovate Bot
7c28624313
Update dependency husky to v2.2.0
2019-05-02 03:33:53 +00:00
Rodrigo Primo
18ee70918b
Fix PHPCS violations in tests/ using PHPCBF
...
This commit fixes all 1533 PHPCS errors that PHPCBF can fix automatically in the tests/ directory. Before this change there was a total of 3106 PHPCS errors in the WooCommerce repository and now there is 1573 errors.
2019-05-01 19:05:00 -03:00
Rodrigo Primo
d502827ee9
Merge pull request #23564 from woocommerce/renovate/grunt-stylelint-0.x
...
Update dependency grunt-stylelint to v0.11.0
2019-05-01 18:39:38 -03:00
Rodrigo Primo
7a091a1545
Merge pull request #23565 from woocommerce/move-github-contributors-list
...
Change location of github-contributors-list in package.json
2019-05-01 18:39:19 -03:00
Rodrigo Primo
a60432e25f
Merge pull request #23563 from woocommerce/update/npm-dev-dependencies
...
Update npm packages to their latest versions
2019-04-30 16:57:49 -03:00
Rodrigo Primo
51551e0df8
Move `dependencies` section in package.json
...
This commit moves the `dependencies` section in package.json to appear before `devDependencies` as the former is more important than the latter and this seems to be the standard for other package.json files.
2019-04-30 16:39:23 -03:00
Rodrigo Primo
51bb6f1ed8
Change location of github-contributors-list in package.json
...
This commit moves github-contributors-list in package.json from the `dependencies` section to the `devDependencies` section. This package is used to generate the list of WC contributors for each release and it is not needed to run WC.
2019-04-30 16:39:11 -03:00
Renovate Bot
0e23561c4d
Update dependency grunt-stylelint to v0.11.0
2019-04-30 19:13:54 +00:00
Rodrigo Primo
0b9201d5e4
Update npm packages to their latest versions
...
This commit updates npm packages to their latest versions:
- chromedriver 2.46.0 → 74.0.0
- husky 1.3.1 → 2.1.0
- node-sass 4.11.0 → 4.12.0
Those three packages are devDependencies and since we are early in the WC 3.7 release cycle this change shouldn't cause any issue. I'm doing this to see if updating the chromedriver package fixes the failing e2e test that is failing on Travis (example of a failure: https://travis-ci.org/woocommerce/woocommerce/jobs/524016366#L829 ). I'm not able to reproduce this error on my local machine and in the past updating chromedriver fixed failing e2e tests.
2019-04-30 15:37:11 -03:00
Rodrigo Primo
563b84ece4
3.6.2 changelog
2019-04-26 17:03:19 -03:00
Peter Fabian
391570bc73
Merge pull request #23520 from woocommerce/minor-change-to-readme.txt
...
Deletes plain text section
2019-04-26 10:42:56 +02:00
Marina Pape
9cff52ccdd
Deletes plain text section
...
The section deleted is a plain text duplicate of the actual screenshots album lower down.
2019-04-25 23:00:55 +01:00
Claudio Sanches
936de39725
Merge pull request #23267 from woocommerce/updates-readme.txt
...
Updates readme.txt
2019-04-24 17:41:03 -03:00
Mike Jolley
036a91d20c
Merge pull request #23484 from woocommerce/update/marketplace-queue-handling
...
Marketplace queue handling - avoid recurring event
2019-04-24 17:00:40 +01:00
Mike Jolley
7795ac53ff
Merge pull request #23486 from woocommerce/fix/23475
...
Improved batching for _wc_rating_count lookup table
2019-04-24 16:37:00 +01:00
Mike Jolley
17fc41c3ef
Merge pull request #23491 from woocommerce/update/screenshots
...
Update screenshots
2019-04-24 16:29:35 +01:00
Mike Jolley
9776e346b3
cancel_all
2019-04-24 16:28:28 +01:00
Claudio Sanches
df2399ea63
Update screenshots
2019-04-24 12:27:53 -03:00
Mike Jolley
1efcecddc5
Merge pull request #23469 from dfeuster/master
...
corrected anchor href from old codex to new location
2019-04-24 16:11:32 +01:00
Mike Jolley
ac0229c68a
Merge pull request #23397 from oskosk/update/jetpack-tracks-client-library-filepath
...
Update Jetpack Tracks Client library reference to not have a hardcoded directory path.
2019-04-24 16:08:54 +01:00
Mike Jolley
9bf2081869
Merge pull request #23477 from woocommerce/fix/23466
...
Default category sorting order should be overwritten if defined by get_terms
2019-04-24 16:00:33 +01:00
Mike Jolley
37e362047c
Merge pull request #23483 from woocommerce/fix/23481
...
Correct postcode validation on account page
2019-04-24 15:57:05 +01:00
Mike Jolley
087f490b10
Merge pull request #23489 from woocommerce/fix/23414
...
update action scheduler to version 2.2.5
2019-04-24 15:48:58 +01:00
Mike Jolley
e7ea67da03
Merge pull request #23399 from woocommerce/renovate/woocommerce-block-library-2.x
...
Update dependency @woocommerce/block-library to v2.0.1
2019-04-24 15:42:16 +01:00
Mike Jolley
0962b447f6
Merge pull request #23482 from woocommerce/fix/23473
...
Fix attribute matching in `get_attribute_taxonomy_name`
2019-04-24 15:40:13 +01:00
Mike Jolley
3159663738
Merge pull request #23450 from woocommerce/fix/onsale-z-index
...
Add z-index to onsale for twentyseventeen
2019-04-24 14:58:28 +01:00
Mike Jolley
4518bff6b1
Merge pull request #23444 from woocommerce/fix/23443
...
Order webhook check order type args if we should skip
2019-04-24 14:57:07 +01:00
Mike Jolley
98dfb8e8c2
Merge pull request #23446 from woocommerce/fix/23439
...
Product list table shipping class tax_query
2019-04-24 14:56:00 +01:00
Mike Jolley
c42750504d
Merge pull request #23377 from woocommerce/fix/23374
...
[3.6] Fix product class name theme conflict due to missing global
2019-04-24 14:54:34 +01:00
Mike Jolley
2810e6cdf3
Merge pull request #23451 from woocommerce/fix/23387
...
Array handling in `get_catalog_ordering_args` to prevent notices
2019-04-24 14:52:47 +01:00
Mike Jolley
b2e428d4cc
Merge pull request #23455 from woocommerce/update/23388
...
During initial product lookup table generation, set an option
2019-04-24 14:51:47 +01:00
Mike Jolley
fbdc06188a
Merge pull request #23449 from woocommerce/fix/23436
...
Wrap wc_terms_clauses query in brackets to group meta_key where clause
2019-04-24 14:50:41 +01:00
Mike Jolley
9d9f7bec59
Merge pull request #23383 from woocommerce/update/update-notices
...
[3.6] More useful update notices if cron is disabled
2019-04-24 14:49:44 +01:00
Mike Jolley
3d2be7a63f
Merge pull request #23465 from woocommerce/fix/23403
...
Updated the meta_key for average rating when generating lookup tables.
2019-04-24 14:47:47 +01:00
Mike Jolley
95817d8f4b
Merge pull request #23467 from woocommerce/fix/selectWoo-conflicts
...
Fixed conflicts in SelectWoo .min files
2019-04-24 14:45:20 +01:00