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.10.1 #628

Merged
merged 29 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
669a1c7
NPM Dev(deps-dev): Bump cypress from 13.12.0 to 13.13.0
dependabot[bot] Jul 2, 2024
62e9bce
NPM(deps): Bump react-router-dom from 6.24.0 to 6.24.1
dependabot[bot] Jul 3, 2024
8036111
NPM(deps): Bump @wordpress/dom-ready from 4.2.0 to 4.3.0
dependabot[bot] Jul 10, 2024
821743d
ecommerce version bump 1.3.37
aratidgr8 Jul 10, 2024
5a86b39
Merge pull request #625 from newfold-labs/update/ecommerce-version-bu…
wpalani Jul 12, 2024
0b9cbc9
Composer(deps): Bump newfold-labs/wp-module-deactivation
dependabot[bot] Jul 12, 2024
27fde62
Merge pull request #627 from newfold-labs/dependabot/composer/develop…
wpalani Jul 12, 2024
d55025c
Merge pull request #623 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Jul 12, 2024
ae8dc84
Merge pull request #616 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Jul 12, 2024
3296cbf
Merge pull request #617 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Jul 12, 2024
1e52c1a
NPM(deps): Bump @wordpress/icons from 10.2.0 to 10.3.0
dependabot[bot] Jul 12, 2024
37c6fe1
NPM(deps): Bump @reduxjs/toolkit from 2.2.5 to 2.2.6
dependabot[bot] Jul 12, 2024
7b2a690
Merge pull request #614 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Jul 12, 2024
3a71ae3
Merge pull request #624 from newfold-labs/dependabot/npm_and_yarn/dev…
wpalani Jul 12, 2024
8be5683
Merge branch 'main' into develop
wpalani Jul 12, 2024
6633886
bump version
wpalani Jul 12, 2024
e36a604
bump activation module in `composer.json`
wpalani Jul 12, 2024
d8383bb
Commiter fallback when action can't find a user
wpalani Jul 13, 2024
34ff975
Extract PR source branch
wpalani Jul 13, 2024
01711ab
translations
wpalani Jul 13, 2024
6f6520b
translations (retry)
wpalani Jul 13, 2024
8520874
Reverse accidentally pushed cypress baseURL
wpalani Jul 13, 2024
829c823
attempt to fix failing `WP Internationalization` gh workflow
wpalani Jul 14, 2024
d81ec8f
attempt #2 to fix failing `WP Internationalization` gh workflow
wpalani Jul 14, 2024
c0d4625
attempt 3 to fix failing `WP Internationalization` gh workflow
wpalani Jul 14, 2024
113c2ef
WordPress i18n triggered by commit 589161394cfcd7133dc49cc7f4b3aee0b3…
actions-user Jul 14, 2024
c37c24c
Bump Onboarding to 2.3.6
arunshenoy99 Jul 16, 2024
863f17a
Revert "Bump Onboarding to 2.3.6"
arunshenoy99 Jul 16, 2024
234c796
Add wp 6.6 compatibility
wpalani Jul 16, 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
19 changes: 13 additions & 6 deletions .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,23 @@ jobs:
- name: Commit web files
if: steps.changes.outcome == 'failure'
run: |
git config --local user.name "${{ github.event.head_commit.author.name }}"
git config --local user.email "${{ github.event.head_commit.author.email }}"
git config --local user.name "${{ github.event.head_commit.author.name || 'GitHub Action' }}"
git config --local user.email "${{ github.event.head_commit.author.email || 'action@github.com' }}"
git remote -v
git add -A
git commit -m "WordPress i18n triggered by commit ${{ github.sha }}"
git status

- name: Pull latest changes from remote branch
if: steps.changes.outcome == 'failure'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git fetch origin
git rebase origin/${{ github.event.pull_request.head.ref }}

- name: Push changes
if: steps.changes.outcome == 'failure'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push origin HEAD:${{ github.event.pull_request.head.ref }}
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",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
},
"require": {
"doctrine/inflector": "1.4.4 as 1.3.1",
"newfold-labs/wp-module-activation": "^1.0.2",
"newfold-labs/wp-module-activation": "^1.0.3",
"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-ecommerce": "^1.3.36",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.3.37",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
"newfold-labs/wp-module-help-center": "^2.0.0",
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

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

Loading
Loading