Skip to content

Commit d20aa3c

Browse files
committed
Initial plan
1 parent d619ee1 commit d20aa3c

176 files changed

Lines changed: 131219 additions & 131215 deletions

File tree

Some content is hidden

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

.github/workflows/e2e-wpuf.yml

Lines changed: 227 additions & 227 deletions
Large diffs are not rendered by default.

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Plugin asset/readme update
2-
on:
3-
push:
4-
branches:
5-
- trunk
6-
jobs:
7-
trunk:
8-
name: Push to trunk
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
- name: WordPress.org plugin asset/readme update
13-
uses: 10up/action-wordpress-plugin-asset-update@stable
14-
env:
15-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1+
name: Plugin asset/readme update
2+
on:
3+
push:
4+
branches:
5+
- trunk
6+
jobs:
7+
trunk:
8+
name: Push to trunk
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- name: WordPress.org plugin asset/readme update
13+
uses: 10up/action-wordpress-plugin-asset-update@stable
14+
env:
15+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

.gitignore

Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,59 @@
1-
.DS_Store
2-
plugin-deploy.sh
3-
config.codekit
4-
export.sh
5-
.idea
6-
.vscode
7-
.github/prompts
8-
.cursor
9-
/.DS_Store
10-
nbproject
11-
node_modules
12-
includes/pro
13-
build
14-
secret.json
15-
log.txt
16-
npm-debug.log
17-
vendor
18-
!assets/vendor
19-
phpcs-report.txt
20-
assets/css/admin/subscriptions.min.css
21-
assets/js/subscriptions.min.js
22-
23-
# Ignore the following directories and files for automation tests
24-
test-results
25-
playwright-report
26-
tests/e2e/node_modules/
27-
tests/e2e/test-results/
28-
tests/e2e/setup
29-
tests/e2e/parallel-one
30-
tests/e2e/parallel-two
31-
tests/e2e/parallel-three
32-
tests/e2e/parallel-four
33-
tests/e2e/parallel-five
34-
tests/e2e/parallel-six
35-
tests/e2e/parallel-seven
36-
tests/e2e/parallel-eight
37-
tests/e2e/parallel-nine
38-
tests/e2e/parallel-ten
39-
tests/e2e/parallel-eleven
40-
tests/e2e/parallel-twelve
41-
tests/e2e/parallel-thirteen
42-
tests/e2e/parallel-fourteen
43-
tests/e2e/parallel-fifteen
44-
tests/e2e/parallel-sixteen
45-
tests/e2e/parallel-seventeen
46-
tests/e2e/parallel-eighteen
47-
tests/e2e/parallel-nineteen
48-
tests/e2e/parallel-twenty
49-
tests/e2e/json-results
50-
tests/e2e/playwright-report/
51-
tests/e2e/playwright/.cache/
52-
tests/e2e/.DS_Store
53-
tests/e2e/.env
54-
tests/chrome_recordings
55-
*.min.js.*
56-
*.min.css.*
57-
tests/e2e/plugins-page-wpuf-lite-check.png
58-
tests/e2e/screenshots
1+
.DS_Store
2+
plugin-deploy.sh
3+
config.codekit
4+
export.sh
5+
.idea
6+
.vscode
7+
.github/prompts
8+
.cursor
9+
/.DS_Store
10+
nbproject
11+
node_modules
12+
includes/pro
13+
build
14+
secret.json
15+
log.txt
16+
npm-debug.log
17+
vendor
18+
!assets/vendor
19+
phpcs-report.txt
20+
assets/css/admin/subscriptions.min.css
21+
assets/js/subscriptions.min.js
22+
23+
# Ignore the following directories and files for automation tests
24+
test-results
25+
playwright-report
26+
tests/e2e/node_modules/
27+
tests/e2e/test-results/
28+
tests/e2e/setup
29+
tests/e2e/parallel-one
30+
tests/e2e/parallel-two
31+
tests/e2e/parallel-three
32+
tests/e2e/parallel-four
33+
tests/e2e/parallel-five
34+
tests/e2e/parallel-six
35+
tests/e2e/parallel-seven
36+
tests/e2e/parallel-eight
37+
tests/e2e/parallel-nine
38+
tests/e2e/parallel-ten
39+
tests/e2e/parallel-eleven
40+
tests/e2e/parallel-twelve
41+
tests/e2e/parallel-thirteen
42+
tests/e2e/parallel-fourteen
43+
tests/e2e/parallel-fifteen
44+
tests/e2e/parallel-sixteen
45+
tests/e2e/parallel-seventeen
46+
tests/e2e/parallel-eighteen
47+
tests/e2e/parallel-nineteen
48+
tests/e2e/parallel-twenty
49+
tests/e2e/json-results
50+
tests/e2e/playwright-report/
51+
tests/e2e/playwright/.cache/
52+
tests/e2e/.DS_Store
53+
tests/e2e/.env
54+
tests/chrome_recordings
55+
*.min.js.*
56+
*.min.css.*
57+
tests/e2e/plugins-page-wpuf-lite-check.png
58+
tests/e2e/screenshots
59+
config.bat

0 commit comments

Comments
 (0)