File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ yarn.lock
3333*.zip
3434.wp-env.json
3535phpstan.neon.dist
36+ .deployignore
37+ CHANGELOG.md
3638
3739node_modules
3840tests
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ yarn.lock
3333*.zip
3434.wp-env.json
3535phpstan.neon.dist
36+ .deployignore
37+ CHANGELOG.md
3638
3739node_modules
3840tests
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 109109 " *.dist" ,
110110 " *.cache" ,
111111 " .phpcs.xml" ,
112+ " composer.json" ,
112113 " composer.lock" ,
113114 " .editorconfig" ,
114115 " CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments