Skip to content

Commit 7701f83

Browse files
chore: udpdates
1 parent 43a1092 commit 7701f83

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

.deployignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ yarn.lock
3333
*.zip
3434
.wp-env.json
3535
phpstan.neon.dist
36+
.deployignore
37+
CHANGELOG.md
3638

3739
node_modules
3840
tests

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ yarn.lock
3333
*.zip
3434
.wp-env.json
3535
phpstan.neon.dist
36+
.deployignore
37+
CHANGELOG.md
3638

3739
node_modules
3840
tests

.github/workflows/deploy-to-wordpress.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
coverage: none
2222

2323
- name: Install PHP dependencies
24-
uses: ramsey/composer-install@v2
25-
with:
26-
composer-options: "--no-dev --optimize-autoloader"
24+
run: |
25+
composer install --no-dev --optimize-autoloader
2726
2827
- name: WordPress Plugin Deploy
2928
uses: 10up/action-wordpress-plugin-deploy@stable
@@ -39,13 +38,13 @@ jobs:
3938
composer archive -vvv --format=zip --file="plugin-build/wp-graphql-buddypress"
4039
4140
- name: Upload artifact
42-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4342
with:
4443
name: wp-graphql-buddypress
4544
path: plugin-build/wp-graphql-buddypress.zip
4645

4746
- name: Upload release asset
48-
uses: softprops/action-gh-release@v1
47+
uses: softprops/action-gh-release@v2
4948
with:
5049
files: plugin-build/wp-graphql-buddypress.zip
5150
env:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.2] Unpublished
8+
9+
### Updated
10+
11+
- chore: removing development related files from SVN.
12+
- CI: update packages from the `deploy-to-wordpress` action.
13+
14+
715
## [0.1.1] 2024-05-06
816

917
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WPGraphQL BuddyPress is a free and open-source extension for the WPGraphQL plugi
88
## System Requirements
99

1010
* PHP >= 8.0+
11-
* WP >= 5.9+
11+
* WP >= 6.1+
1212
* WPGraphQL >= latest
1313
* BuddyPress >= latest
1414

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"*.dist",
110110
"*.cache",
111111
".phpcs.xml",
112+
"composer.json",
112113
"composer.lock",
113114
".editorconfig",
114115
"CHANGELOG.md",

0 commit comments

Comments
 (0)