Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.1 #276

Merged
merged 19 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1c3b79e
GitHub Actions(deps): Bump peter-evans/repository-dispatch from 2 to 3
dependabot[bot] Jan 26, 2024
21b3a86
GitHub Actions(deps): Bump actions/add-to-project from 0.5.0 to 1.0.2
dependabot[bot] Jul 3, 2024
1609e99
WordPress i18n triggered by commit c323b3b3062030a60cfb9ae78c87414769…
wpalani Jul 16, 2024
514f0d0
Composer(deps): Bump newfold-labs/wp-module-deactivation
dependabot[bot] Jul 16, 2024
6d38450
Merge pull request #266 from newfold-labs/dependabot/composer/develop…
wpalani Jul 25, 2024
2aa01ec
WordPress i18n triggered by commit 6d384504904db367be53e369b61b06dd73…
wpalani Jul 25, 2024
2508fd5
Update core version
wpalani Jul 25, 2024
292bce0
Merge branch 'develop' of https://github.com/newfold-labs/wp-plugin-w…
wpalani Jul 25, 2024
5c798aa
Update composer deps
wpalani Jul 25, 2024
780a4f5
Update npm deps
wpalani Jul 25, 2024
b176754
Merge pull request #259 from newfold-labs/dependabot/github_actions/d…
wpalani Jul 25, 2024
1ea0c1e
Merge pull request #233 from newfold-labs/dependabot/github_actions/d…
wpalani Jul 25, 2024
b092a1b
Revert "Update npm deps"
wpalani Jul 26, 2024
dbb4ff0
Bump npm deps
wpalani Jul 26, 2024
932c48f
Update cypress matrix
wpalani Jul 26, 2024
7d2a6b7
Bump plugin version to 2.1.1
wpalani Jul 26, 2024
6272711
WordPress i18n triggered by commit 7d2a6b7cd4d8c6534d098adea7aa9f12a1…
wpalani Jul 26, 2024
3819037
Remove php 7.1 from test matrix
wpalani Jul 26, 2024
382a238
Merge branch 'release/2.1.1' of https://github.com/newfold-labs/wp-pl…
wpalani Jul 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/newfold-labs/projects/1
github-token: ${{ secrets.PROJECT_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
fail-fast: false
matrix:
phpVersion:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
wpVersion:
- '6.3'
- '6.4'
- '6.5'
- '6.6'

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/satis-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.WEBHOOK_TOKEN }}
repository: newfold-labs/satis
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.5.5",
"core": "WordPress/WordPress#tags/6.6.1",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@
"newfold-labs/wp-module-atomic": "^1.3",
"newfold-labs/wp-module-coming-soon": "^1.2.5",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.5.3",
"newfold-labs/wp-module-deactivation": "^1.2.1",
"newfold-labs/wp-module-data": "^2.6.1",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-notifications": "^1.4.0",
"newfold-labs/wp-module-notifications": "^1.5.0",
"newfold-labs/wp-module-performance": "^2.0.0",
"newfold-labs/wp-module-runtime": "^1.0.11",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
"newfold-labs/wp-module-sso": "^1.0.5",
"newfold-labs/wp-module-sso": "^1.0.6",
"wp-forge/wp-update-handler": "^1.0.2",
"wp-forge/wp-upgrade-handler": "^1.0"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.3",
"newfold-labs/wp-php-standards": "^1.2.4",
"roave/security-advisories": "dev-latest",
"wp-cli/i18n-command": "^2.6.1",
"wp-phpunit/wp-phpunit": "^6.5.4"
"wp-phpunit/wp-phpunit": "^6.6.1"
}
}
155 changes: 86 additions & 69 deletions composer.lock

Large diffs are not rendered by default.

Loading
Loading