Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/workflows/deploy-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
cd ${{ secrets.SSH_PATH }}
git stash -m "Stashed by ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ job.check_run_id }}"
git pull
composer install --no-dev --optimize-autoloader
cd web/app/plugins/cbf-multisite
npm ci && npm run build:assets

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,14 @@ jobs:
inputs: {
destinationEnvironment: branch === 'main' ? 'production' : 'staging',
},
headers: {
'X-GitHub-Api-Version': '2026-03-10',
},
})
.catch(error => error)
.then(response => {
core.debug(response);
if (response.status !== 204) {
if (response.status !== 200) {
core.setFailed(`createWorkflowDispatch to ${{ env.WORKFLOW_ID }} received status code ${response.status}`)
}
})
9 changes: 2 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,8 @@ web/app/cache/wp-rocket
!.env.example

# Composer
**/vendor/*
!web/app/plugins/buddyboss-platform*/**/vendor/*
!web/app/plugins/sfwd-lms/**/vendor/*
!web/app/plugins/wp-all-import-pro/vendor/*
!web/app/plugins/wp-rocket/vendor/*
!web/app/plugins/wpforms/vendor/*
!web/app/themes/buddyboss-theme/**/vendor/*
vendor/*
web/app/plugins/cbf-multisite/vendor/*
!vendor/.gitkeep

# WP-CLI
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.1.52](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.51...v0.1.52) (2026-08-20)
## [0.1.51](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.50...v0.1.51) (2026-07-31)
## [0.1.50](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.49...v0.1.50) (2026-06-04)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbf-wordpress",
"version": "0.1.51",
"version": "0.1.52",
"description": "[![Packagist](https://img.shields.io/packagist/v/roots/bedrock.svg?style=flat-square)](https://packagist.org/packages/roots/bedrock) [![Build Status](https://img.shields.io/travis/roots/bedrock.svg?style=flat-square)](https://travis-ci.org/roots/bedrock)",
"devDependencies": {
"@commitlint/cli": "^19.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

16 changes: 16 additions & 0 deletions web/app/plugins/wp-mail-smtp-pro/assets/js/vendor/chart.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading