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.0 #619

Merged
merged 38 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b9051ad
ecommerce version bump to 1.3.34
ramyakrishnai Jun 26, 2024
f6657fc
NPM Dev(deps-dev): Bump tailwindcss from 3.4.3 to 3.4.4
dependabot[bot] Jun 26, 2024
0ef1355
NPM(deps): Bump react-router-dom from 6.23.1 to 6.24.0
dependabot[bot] Jun 26, 2024
e713bd8
NPM(deps): Bump @wordpress/compose from 7.1.0 to 7.2.0
dependabot[bot] Jun 26, 2024
80cb151
NPM(deps): Bump @wordpress/icons from 10.1.0 to 10.2.0
dependabot[bot] Jun 26, 2024
24a4b25
add product page integration
circlecube Jun 26, 2024
a10ab82
use appId and pluginId in tests
circlecube Jun 26, 2024
6d8b20a
bump marketplace module to 2.3.0
circlecube Jun 26, 2024
fa215db
Merge branch 'main' into update/marketplace-and-tests
circlecube Jun 26, 2024
52dcbed
update marketplace to 2.3.1
circlecube Jun 26, 2024
b1cabda
update i18n command to remove old json files and run i18n.
circlecube Jun 26, 2024
63be303
Merge pull request #606 from newfold-labs/update/marketplace-and-tests
circlecube Jun 26, 2024
2845e45
Merge branch 'develop' into update/ecommerce-release-bump-1.3.34
circlecube Jun 26, 2024
8e71621
NPM Dev(deps-dev): Bump @testing-library/cypress from 10.0.1 to 10.0.2
dependabot[bot] Jun 27, 2024
82bd374
Update Onboarding to 2.3.5
arunshenoy99 Jun 27, 2024
85b2e63
Merge pull request #600 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 27, 2024
557e3b3
Merge pull request #601 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 27, 2024
979fdf3
Merge pull request #604 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 27, 2024
ad0c516
Merge pull request #603 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 27, 2024
ce9def0
Merge pull request #607 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 27, 2024
a4390dd
Version bump to 1.3.35 for Ecommerce module to resolve P3 incident on…
aratidgr8 Jun 27, 2024
70384b7
NPM(deps): Bump @wordpress/dom-ready from 4.1.0 to 4.2.0
dependabot[bot] Jun 28, 2024
4ec068e
NPM Dev(deps-dev): Bump @wordpress/env from 10.1.0 to 10.2.0
dependabot[bot] Jun 28, 2024
80b5a78
Merge pull request #609 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 28, 2024
f2722b3
Merge pull request #610 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 28, 2024
b183dae
Merge pull request #598 from newfold-labs/update/ecommerce-release-bu…
circlecube Jul 1, 2024
e915020
Merge branch 'develop' into update/onboarding
circlecube Jul 1, 2024
79fd73a
Merge pull request #608 from newfold-labs/update/onboarding
circlecube Jul 3, 2024
e9c9381
update modules with classNames fixes
circlecube Jul 3, 2024
d0b80ae
remove unused plugin components
circlecube Jul 3, 2024
16fb2fa
use component library Title in place of outdated Heading component
circlecube Jul 3, 2024
ccb3b41
Merge pull request #618 from newfold-labs/fix/classnames
circlecube Jul 3, 2024
c5bf9bb
update plugin version to 2.10.0
circlecube Jul 3, 2024
0a5e49c
composer run i18n
circlecube Jul 3, 2024
bf5c4c4
update i18n workflow and composer command to commit i18n files if needed
circlecube Jul 3, 2024
fa7dc45
one last classNames update.
circlecube Jul 3, 2024
a014be0
ecommerce version bump 1.3.36
ramyakrishnai Jul 5, 2024
e105f08
Merge pull request #621 from newfold-labs/update/ecommerce-version-bu…
wpalani Jul 8, 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
20 changes: 18 additions & 2 deletions .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,25 @@ jobs:
continue-on-error: true
run: git diff --exit-code

- name: Fail if language files have changes
- name: Warning if language files have changes
if: steps.changes.outcome == 'failure'
run: |
echo "i18n files are out of date"
echo "Please run command (composer run i18n) locally to update them and commit before releasing"
exit 1

- 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 remote -v
git add -A
git commit -m "WordPress i18n triggered by commit ${{ github.sha }}"
git status

- name: Push changes
if: steps.changes.outcome == 'failure'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-plugin-hostgator.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-hostgator/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src",
"i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-plugin-hostgator.pot ./languages",
"i18n-mo": "vendor/bin/wp i18n make-mo ./languages",
"i18n-json": "vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print",
"i18n-json": "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print",
"i18n": [
"@i18n-pot",
"@i18n-po",
Expand All @@ -78,21 +78,21 @@
"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.31",
"newfold-labs/wp-module-ecommerce": "^1.3.36",
"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",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.2.4",
"newfold-labs/wp-module-migration": "^1.0.7",
"newfold-labs/wp-module-notifications": "^1.3.0",
"newfold-labs/wp-module-onboarding": "^2.3.4",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.8",
"newfold-labs/wp-module-notifications": "^1.4.0",
"newfold-labs/wp-module-onboarding": "^2.3.5",
"newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-performance": "2.0.0 as 1.9.9",
"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-staging": "^2.0.0",
"newfold-labs/wp-module-staging": "^2.1.0",
"wp-forge/wp-update-handler": "^1.0.2",
"wp-forge/wp-upgrade-handler": "^1.0"
}
Expand Down
172 changes: 108 additions & 64 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"translation-revision-date": "2023-08-24 18:27",
"generator": "WP-CLI\/2.10.0",
"source": "build\/2.9.3\/index.js",
"source": "build\/2.10.0\/index.js",
"domain": "messages",
"locale_data": {
"messages": {
Expand Down Expand Up @@ -629,6 +629,12 @@
],
"Wonder Blocks provides a library of customizable block patterns and page templates.": [
""
],
"Oops! Something Went Wrong": [
""
],
"An error occurred while loading the content. Please try again later.": [
""
]
}
}
Expand Down
Loading
Loading