Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renatonascalves/wp-graphql-buddypress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: renatonascalves/wp-graphql-buddypress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on May 6, 2024

  1. chore: udpdates

    renatonascalves committed May 6, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    renatonascalves Renato Alves
    Copy the full SHA
    7701f83 View commit details
Showing with 18 additions and 6 deletions.
  1. +2 −0 .deployignore
  2. +2 −0 .distignore
  3. +4 −5 .github/workflows/deploy-to-wordpress.yml
  4. +8 −0 CHANGELOG.md
  5. +1 −1 README.md
  6. +1 −0 composer.json
2 changes: 2 additions & 0 deletions .deployignore
Original file line number Diff line number Diff line change
@@ -33,6 +33,8 @@ yarn.lock
*.zip
.wp-env.json
phpstan.neon.dist
.deployignore
CHANGELOG.md

node_modules
tests
2 changes: 2 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -33,6 +33,8 @@ yarn.lock
*.zip
.wp-env.json
phpstan.neon.dist
.deployignore
CHANGELOG.md

node_modules
tests
9 changes: 4 additions & 5 deletions .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
@@ -21,9 +21,8 @@ jobs:
coverage: none

- name: Install PHP dependencies
uses: ramsey/composer-install@v2
with:
composer-options: "--no-dev --optimize-autoloader"
run: |
composer install --no-dev --optimize-autoloader
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
@@ -39,13 +38,13 @@ jobs:
composer archive -vvv --format=zip --file="plugin-build/wp-graphql-buddypress"
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wp-graphql-buddypress
path: plugin-build/wp-graphql-buddypress.zip

- name: Upload release asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: plugin-build/wp-graphql-buddypress.zip
env:
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] Unpublished

### Updated

- chore: removing development related files from SVN.
- CI: update packages from the `deploy-to-wordpress` action.


## [0.1.1] 2024-05-06

### Added
2 changes: 1 addition & 1 deletion README.md
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
## System Requirements

* PHP >= 8.0+
* WP >= 5.9+
* WP >= 6.1+
* WPGraphQL >= latest
* BuddyPress >= latest

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -109,6 +109,7 @@
"*.dist",
"*.cache",
".phpcs.xml",
"composer.json",
"composer.lock",
".editorconfig",
"CHANGELOG.md",