Skip to content

Commit 8bf4954

Browse files
authored
Merge pull request #883 from CodingBlackFemales/develop
Restore public BuddyBoss Platform plugin Update dependencies Remove WP All Import Pro plugin
2 parents 26f9f25 + 17d0b47 commit 8bf4954

5,986 files changed

Lines changed: 1677568 additions & 320770 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy-application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
steps:
5050
# Sets the Node version
5151
- name: Setup Node.js
52-
uses: actions/setup-node@v4
52+
uses: actions/setup-node@v6
5353
with:
54-
node-version: "20.x"
54+
node-version: "24.x"
5555
- name: Check site
56-
uses: jtalk/url-health-check-action@v4
56+
uses: jtalk/url-health-check-action@v5
5757
with:
5858
url: ${{ vars.DESTINATION_URL }}

.github/workflows/deploy-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727

2828
- name: Setup PHP
2929
uses: shivammathur/setup-php@v2
3030
with:
3131
php-version: 8.2
3232

3333
- name: Cache Composer dependencies
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: /tmp/composer-cache
3737
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
6060

6161
- name: Setup Node.js
62-
uses: actions/setup-node@v4
62+
uses: actions/setup-node@v6
6363
with:
6464
node-version: "20.x"
6565

@@ -112,7 +112,7 @@ jobs:
112112
- name: Deploy to hosting environment
113113
env:
114114
WORKFLOW_ID: ${{ 'deploy-application.yml' }}
115-
uses: actions/github-script@v7
115+
uses: actions/github-script@v8
116116
with:
117117
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
118118
script: |-

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
web/app/languages
33
web/app/plugins/*
44
!web/app/plugins/.gitkeep
5+
!web/app/plugins/buddyboss-platform
56
!web/app/plugins/buddyboss-platform-pro
67
!web/app/plugins/buddypages
78
web/app/plugins/buddypages/.git
@@ -48,10 +49,11 @@ web/app/cache/wp-rocket
4849

4950
# Composer
5051
**/vendor/*
51-
!web/app/plugins/buddyboss-platform-pro/vendor/*
52+
!web/app/plugins/buddyboss-platform*/**/vendor/*
5253
!web/app/plugins/wp-all-import-pro/vendor/*
5354
!web/app/plugins/wp-rocket/vendor/*
5455
!web/app/plugins/wpforms/vendor/*
56+
!web/app/themes/buddyboss-theme/**/vendor/*
5557
!vendor/.gitkeep
5658

5759
# WP-CLI
@@ -86,3 +88,6 @@ sync.conf
8688

8789
# GitHub
8890
auth.json
91+
92+
# Apache
93+
web/.htaccess

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [0.1.41](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.40...v0.1.41) (2026-02-27)
6+
7+
8+
### Features
9+
10+
* add S3 endpoint filters ([35e103c](https://github.com/CodingBlackFemales/wordpress/commit/35e103c77affb49b59a88cd5b1cc01ecf1f5d04b))
11+
* configure S3 Uploads plugin ([dfaf029](https://github.com/CodingBlackFemales/wordpress/commit/dfaf029eb073cb091b3ddd1394fa982a58ef3fc2))
12+
13+
14+
### Bug Fixes
15+
16+
* uninstall obsolete plugin ([18499bf](https://github.com/CodingBlackFemales/wordpress/commit/18499bf25f2465d7975ae54a4c55b27c98737971))
17+
518
## [0.1.40](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.39...v0.1.40) (2025-11-11)
619

720
## [0.1.39](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.38...v0.1.39) (2025-11-11)

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,10 @@
4040
"koodimonni-plugin-language/*",
4141
"koodimonni-theme-language/*"
4242
]
43-
},
44-
{
45-
"type": "vcs",
46-
"url": "https://github.com/codingblackfemales/buddyboss-platform.git"
4743
}
4844
],
4945
"require": {
5046
"php": ">=8.0",
51-
"buddyboss/buddyboss-platform": "dev-release",
5247
"composer/installers": "^2.3.0",
5348
"humanmade/s3-uploads": "^3.0.11",
5449
"johnpbloch/wordpress": "^6.9.1",
@@ -73,7 +68,7 @@
7368
"wpackagist-plugin/import-meetup-events": "^1.6.9",
7469
"wpackagist-plugin/jetpack": "^15.5.0",
7570
"wpackagist-plugin/login-as-user": "^1.6.8",
76-
"wpackagist-plugin/mailchimp-for-woocommerce": "^5.6.0",
71+
"wpackagist-plugin/mailchimp-for-woocommerce": "^6.0",
7772
"wpackagist-plugin/members": "^3.2.18",
7873
"wpackagist-plugin/myworks-woo-sync-for-quickbooks-online": "^3.0.3",
7974
"wpackagist-plugin/optimole-wp": "^4.2.1",
@@ -160,16 +155,13 @@
160155
"php -r \"copy('.env.example', '.env');\""
161156
],
162157
"post-install-cmd": [
163-
"@configure-bp",
164158
"@configure-ssp",
165159
"if [ ! -e .env ]; then cp .env.dist .env; fi",
166160
"if [ ! -e wp-cli.yml ]; then cp wp-cli.yml.dist wp-cli.yml; fi"
167161
],
168162
"post-update-cmd": [
169-
"@configure-bp",
170163
"@configure-ssp"
171164
],
172-
"configure-bp": "cd web/app/plugins/buddyboss-platform;composer install;cd ../../../..",
173165
"configure-ssp": "cd web/app/plugins/cbf-multisite;composer install;cd ../../../..",
174166
"lint": "phpcs --standard=phpcs.xml",
175167
"lint:all": "@lint ./web/app/plugins/cbf-multisite ./web/app/themes/cbf-academy ./web/app/themes/cbf-jobs",

0 commit comments

Comments
 (0)