Seghir Nadir
0c5f46ae10
update to correct blocks version hash
2019-12-27 14:32:01 +01:00
dependabot[bot]
c933b818e0
Bump handlebars from 4.1.2 to 4.5.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-26 21:14:33 +00:00
Vedanshu Jain
6d8ca02ca5
Merge pull request #25195 from rodrigoprimo/travis-use-latest-php
...
Use latest PHP version to run Travis build jobs
2019-12-26 17:46:52 +05:30
Vedanshu Jain
d76c5b734c
Merge pull request #25300 from woocommerce/fix/25274-docker-mount-dir
...
E2E Tests: mount directory instead of copy.
2019-12-26 17:36:14 +05:30
Vedanshu Jain
79680eff33
Merge pull request #25279 from woocommerce/fix-travis-configuration
...
Remove PHP 7.2 Travis build job from allow_failures list
2019-12-26 17:00:12 +05:30
Vedanshu Jain
842861005c
Merge pull request #25312 from woocommerce/fix/25268
...
Fixed number of filter args in WC_Emails
2019-12-26 16:59:17 +05:30
Vedanshu Jain
93e0a91faa
Merge pull request #25128 from woocommerce/fix/24549
...
Changed the shipping rates to not calculate until a full address is provided
2019-12-26 14:22:33 +05:30
vedanshujain
42dd1bf32b
Add an address so that shipping can be calculated
2019-12-26 14:04:52 +05:30
vedanshujain
31726d1a37
Update version numbers
2019-12-26 13:55:43 +05:30
Christopher Allford
ac22406763
Fixed the unit tests broken by the requirement that a valid address must be set to calculate shipping rates
2019-12-26 13:55:43 +05:30
Christopher Allford
a7daebc6fd
Fixed an exception that was thrown when a country had no states when checking for package shippability
2019-12-26 13:55:42 +05:30
Christopher Allford
027257f624
Changed the dummy postal code in the order helper to a valid one
2019-12-26 13:55:42 +05:30
Christopher Allford
c54fa91145
Added unit tests for checking whether a package is shippable or not
2019-12-26 13:55:41 +05:30
Christopher Allford
e800b40ad6
Made packages with incomplete destinations unshippable
2019-12-26 13:55:41 +05:30
Renovate Bot
0dab112b67
Update dependency stylelint to v12.0.1
2019-12-25 13:21:34 +00:00
Claudio Sanches
eb57532740
Fixed number of filter args in WC_Emails
2019-12-24 12:09:50 -03:00
Claudio Sanches
93e3e5bfe1
Bump version to 3.9.0-rc.1
2019-12-23 19:28:57 -03:00
Claudio Sanches
86cf412bcb
Merge pull request #25283 from woocommerce/renovate/woocommerce-woocommerce-blocks-2.x
...
Update dependency woocommerce/woocommerce-blocks to v2.5.7
2019-12-23 19:26:05 -03:00
Jeff Stieler
22148831db
Mount plugin directory instead of copy.
2019-12-23 13:17:58 -05:00
Jeff Stieler
7c0511baaa
Fix typo in docker service name.
2019-12-23 13:14:14 -05:00
Jeff Stieler
5c67310e48
Fix typo in test installation instructions. ( #25298 )
2019-12-23 11:32:54 -05:00
Claudio Sanches
7701d4b57c
Merge pull request #25286 from woocommerce/fix-phpcs-violations
...
Fix PHPCS violations automatically using PHPCBF
2019-12-23 12:22:42 -03:00
Vedanshu Jain
2ba9612b3f
Merge pull request #25284 from Rowayda-Khayri/fix-typos
...
Fix a typo
2019-12-23 12:12:22 +05:30
Renovate Bot
25f1827123
Update dependency eslint to v6.8.0
2019-12-20 21:37:35 +00:00
Rodrigo Primo
7337ab60c2
Fix PEAR.Functions.FunctionCallSignature violations
...
This commit fixes all violations of the PEAR.Functions.FunctionCallSignature sniff automatically using phpcbf.
2019-12-20 15:25:23 -03:00
Rodrigo Primo
90dbd8295f
Fix Squiz.ControlStructures.ControlSignature violations
...
This commit fixes all violations of the Squiz.ControlStructures.ControlSignature sniff automatically using phpcbf.
2019-12-20 15:09:09 -03:00
Rodrigo Primo
24cc92e67a
Fix Squiz.PHP.EmbeddedPhp violations
...
This commit fixes all violations of the Squiz.PHP.EmbeddedPhp sniff automatically using phpcbf.
2019-12-20 15:06:29 -03:00
Rodrigo Primo
86c1b61f03
Fix Generic.WhiteSpace.ScopeIndent violations
...
This commit fixes all violations of the Generic.WhiteSpace.ScopeIndent sniff automatically using phpcbf.
2019-12-20 14:48:11 -03:00
Rodrigo Primo
73b5fff29e
Fix Squiz.Strings.DoubleQuoteUsage violations
...
This commit fixes all violations of the Squiz.Strings.DoubleQuoteUsage sniff automatically using phpcbf.
2019-12-20 14:41:46 -03:00
Rodrigo Primo
656b39b4e2
Fix PSR2.ControlStructures.SwitchDeclaration violations
...
This commit fixes all violations of the PSR2.ControlStructures.SwitchDeclaration sniff automatically using phpcbf.
2019-12-20 14:40:11 -03:00
Rodrigo Primo
b574b0b56b
Fix Squiz.WhiteSpace.SuperfluousWhitespace violations
...
This commit fixes all violations of the Squiz.WhiteSpace.SuperfluousWhitespace sniff automatically using phpcbf.
2019-12-20 14:31:29 -03:00
Rodrigo Primo
2c74233be2
Fix WordPress.WhiteSpace.DisallowInlineTabs violations
...
This commit fixes all violations of the WordPress.WhiteSpace.DisallowInlineTabs sniff automatically using phpcbf.
2019-12-20 14:27:07 -03:00
Rodrigo Primo
487f96d844
Fix WordPress.DateTime.CurrentTimeTimestamp vilations
...
This commit fixes all violations of the WordPress.DateTime.CurrentTimeTimestamp sniff automatically using phpcbf.
2019-12-20 14:23:05 -03:00
Rodrigo Primo
62d6b05b58
Fix Generic.Formatting.MultipleStatementAlignment violations
...
This commit fixes all violations of the Generic.Formatting.MultipleStatementAlignment sniff automatically using phpcbf.
2019-12-20 14:21:08 -03:00
Rodrigo Primo
179dd7003e
Fix Generic.Arrays.DisallowShortArraySyntax violations
...
This commit fixes all violations of the
Generic.Arrays.DisallowShortArraySyntax sniff automatically using
phpcbf.
2019-12-20 14:18:04 -03:00
Rodrigo Primo
94373f78ea
Fix WordPress.Arrays.MultipleStatementAlignment errors automatically using phpcbf
2019-12-20 13:51:26 -03:00
Rowayda.Khayri
f6574e3f91
fix a typo
2019-12-20 18:45:34 +02:00
Renovate Bot
e64d687066
Update dependency woocommerce/woocommerce-blocks to v2.5.7
2019-12-20 16:40:18 +00:00
Claudio Sanches
0e2ed1f408
Merge pull request #25258 from woocommerce/update-phpcs-config
...
Improvements to PHPCS configuration file
2019-12-20 13:03:10 -03:00
Rodrigo Primo
9b73df3bd6
Fix spacing
2019-12-20 12:46:57 -03:00
Rodrigo Primo
74756bceeb
Merge pull request #25280 from woocommerce/renovate/commander-3.x
...
Update dependency commander to v3.0.2
2019-12-20 12:43:29 -03:00
Renovate Bot
20eb8069a2
Update dependency @wordpress/e2e-test-utils to v4
2019-12-20 15:43:27 +00:00
Rodrigo Primo
9ddd2d132b
Merge pull request #25277 from woocommerce/renovate/wordpress-monorepo
...
Update dependency @wordpress/e2e-test-utils to v2.4.3
2019-12-20 12:42:20 -03:00
Renovate Bot
a8ddcbaddf
Update dependency @wordpress/e2e-test-utils to v2.4.3
2019-12-20 15:41:38 +00:00
Rodrigo Primo
90a86c304e
Merge pull request #25276 from woocommerce/renovate/babel-monorepo
...
Update babel monorepo
2019-12-20 12:40:32 -03:00
Renovate Bot
c6d643f5fb
Update dependency commander to v3.0.2
2019-12-20 13:48:59 +00:00
Rodrigo Primo
c08c522dd8
Add link to naming conventions wiki page
2019-12-20 10:02:49 -03:00
Rodrigo Primo
1e372ab6bd
Remove PHP 7.2 Travis build job from allow_failures list
...
This commit removes the PHP 7.2 Travis build job from the list of jobs
that are allowed to fail. This job was added to this list probably by
mistake in f9a9fbc2c7
.
2019-12-20 09:24:04 -03:00
Rodrigo Primo
70553c52aa
Merge remote-tracking branch 'upstream/master' into travis-use-latest-php
2019-12-20 09:17:03 -03:00
Renovate Bot
d628a8a409
Update babel monorepo
2019-12-20 12:14:11 +00:00