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.9.3 #605

Merged
merged 24 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1b08ea4
Replace references to old values in `NewfoldRuntime`
manikantakailasa Jun 20, 2024
ab3455b
NPM(deps): Bump @wordpress/i18n from 4.58.0 to 5.1.0
dependabot[bot] Jun 20, 2024
a37f630
NPM Dev(deps-dev): Bump @wordpress/env from 9.10.0 to 10.1.0
dependabot[bot] Jun 20, 2024
b78ce8c
NPM(deps): Bump @heroicons/react from 2.1.3 to 2.1.4
dependabot[bot] Jun 20, 2024
fadda15
adds region specific webinars
circlecube Jun 21, 2024
4a1d8c0
add webinar test and fixtures
circlecube Jun 21, 2024
6343364
Merge pull request #595 from newfold-labs/add/webinar-banner
circlecube Jun 24, 2024
a07b328
GitHub Actions(deps): Bump actions/add-to-project from 1.0.1 to 1.0.2
dependabot[bot] Jun 25, 2024
76872bb
Merge pull request #596 from newfold-labs/PRESS0-1195
circlecube Jun 25, 2024
79ed5b7
Merge pull request #597 from newfold-labs/dependabot/github_actions/d…
circlecube Jun 25, 2024
e0b20d1
Merge pull request #591 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 25, 2024
15cc7ff
Merge pull request #593 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 25, 2024
3a06669
Merge pull request #590 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 25, 2024
4832c56
NPM Dev(deps-dev): Bump @wordpress/scripts from 27.9.0 to 28.1.0
dependabot[bot] Jun 25, 2024
ad31d49
Merge pull request #589 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 25, 2024
8d7d174
NPM(deps): Bump @wordpress/icons from 9.49.0 to 10.1.0
dependabot[bot] Jun 25, 2024
2da90c4
Merge pull request #592 from newfold-labs/dependabot/npm_and_yarn/dev…
circlecube Jun 25, 2024
2af5c67
bump wordpress version to 6.5.5
circlecube Jun 25, 2024
b92a2f4
roll wp-scripts back to 27
circlecube Jun 25, 2024
ae1e2cb
coming soon fixes
ramyakrishnai Jun 26, 2024
3d9e9d1
Merge pull request #599 from newfold-labs/fix/coming-soon
wpalani Jun 26, 2024
0d26729
Modify deps
wpalani Jun 26, 2024
eb37f21
Bump version
wpalani Jun 26, 2024
eeb978a
composer run i18n
circlecube Jun 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@v1.0.1
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/newfold-labs/projects/1
github-token: ${{ secrets.PROJECT_TOKEN }}
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.4",
"core": "WordPress/WordPress#tags/6.5.5",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"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.33",
"newfold-labs/wp-module-ecommerce": "1.3.31",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.12",
"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",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

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

Loading
Loading