Skip to content

Commit f087879

Browse files
author
Kristófer R
committed
Merge branch 'release/7.1.0' into trunk
2 parents 02ad93e + 0965c43 commit f087879

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+56353
-23549
lines changed

.github/workflows/php-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
include:
1717
# WooCommerce
1818
- woocommerce_support_policy: L
19-
woocommerce: '7.0.0'
19+
woocommerce: '7.3.0'
2020
- woocommerce_support_policy: L-1
21-
woocommerce: '6.9.4'
21+
woocommerce: '7.1.1'
2222
- woocommerce_support_policy: L-2
23-
woocommerce: '6.8.2'
23+
woocommerce: '6.9.0'
2424
# WordPress
2525
- wordpress_support_policy: L
26-
wordpress: '6.0'
26+
wordpress: '6.1'
2727
- wordpress_support_policy: L-1
28-
wordpress: '5.9'
28+
wordpress: '6.0'
2929
- wordpress_support_policy: L-2
30-
wordpress: '5.8'
30+
wordpress: '5.9'
3131
# PHP
3232
- php_support_policy: L
3333
php: '8.0'

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ release/
1616
build/
1717
woocommerce-gateway-stripe.zip
1818
languages/woocommerce-gateway-stripe.pot
19+
*.env
20+
*.tmp
21+
*.zip
1922

2023
# Ignore all log files except for .htaccess
2124
/logs/*
@@ -25,10 +28,14 @@ languages/woocommerce-gateway-stripe.pot
2528
deploy-to-wp-org.sh
2629

2730
# Test configs
28-
tests/e2e/config/local-*
31+
tests/e2e/storage
32+
tests/e2e/output
33+
tests/e2e/report
34+
tests/e2e/tmp
35+
tests/e2e/allure-results
2936

3037
# Volumes mounted by Docker containers
3138
docker/bin/jt
3239
docker/data
3340
docker/wordpress
34-
docker/logs
41+
docker/logs

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
legacy-peer-deps=true
2+
engine-strict=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.22.5
1+
16.18.0

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ wordpress_org_assets
1010

1111
tests/e2e/docker
1212
tests/e2e/deps
13+
tests/e2e/output
14+
tests/e2e/report
15+
tests/e2e/allure-results
16+
tests/e2e/storage

.stylelintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
assets/css/stripe-styles.css
22
assets/css/stripe-styles.scss
3+
assets/css/stripe-link.css
4+
assets/css/stripe-link.scss

assets/css/stripe-link.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/stripe-link.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/stripe-styles.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/jquery.mask.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)