Skip to content

Commit

Permalink
Merge pull request #163 from newfold-labs/release/1.2.10
Browse files Browse the repository at this point in the history
Release/1.2.10
  • Loading branch information
circlecube authored Aug 9, 2023
2 parents 474fda1 + 20d6b02 commit 975a82f
Show file tree
Hide file tree
Showing 8 changed files with 1,957 additions and 1,671 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- '8.1'
- '8.2'
wpVersion:
- '6.0'
- '6.1'
- '6.2'
- '6.3'

steps:

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: npx cypress run

- name: Run Cypress Tests
uses: replayio/action-cypress@v0.3.0
uses: replayio/action-cypress@v0.3.1
env:
RECORD_REPLAY_METADATA_TEST_RUN_TITLE: "php-${{ matrix.phpVersion }}, wp-${{ matrix.wpVersion }}"
RECORD_REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: npx cypress run

- name: Run Cypress Tests
uses: replayio/action-cypress@v0.3.0
uses: replayio/action-cypress@v0.3.1
env:
RECORD_REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }}
if: ${{ github.repository == 'newfold-labs/wp-plugin-hostgator' && env.RECORD_REPLAY_API_KEY != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.2.2",
"core": "WordPress/WordPress#tags/6.3",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.3",
"newfold-labs/wp-module-data": "^2.3.4",
"newfold-labs/wp-module-data": "^2.4.3",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.1",
"newfold-labs/wp-module-notifications": "^1.1.2",
Expand Down
45 changes: 22 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 975a82f

Please sign in to comment.