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
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +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
## [0.1.2]

### Updated

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


## [0.1.1] 2024-05-06
## [0.1.1]

### Added

Expand Down
15 changes: 11 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 8.0
Requires at least: 6.1
Tested up to: 6.5.2
Stable tag: 0.1.1
Stable tag: 0.1.2

Get together safely, in your own way, in WordPress.

Expand Down Expand Up @@ -34,7 +34,14 @@ Head over to the [BuddyPress Documentation](https://codex.buddypress.org/partici

== Changelog ==

= 0.1.1 = 2024-05-06
= 0.1.2 =

**Chores / Bugfixes**

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

= 0.1.1 =

**New Features**

Expand All @@ -47,9 +54,9 @@ Head over to the [BuddyPress Documentation](https://codex.buddypress.org/partici
- chore: Added a `CHANGELOG.md` file
- chore: Upgrade to WPCS/VIPCS 3.0
- chore: Supports WordPress 6.5.
- ci: Updated Github Action Matrix to test more variations.
- ci: Updated GitHub Action Matrix to test more variations.
- ci: Updated CI actions to support Node 20.
- ci: removed Github Action `-built-branch` action.
- ci: removed GitHub Action `-built-branch` action.

= 0.1.0 =

Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-buddypress.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://github.com/renatonascalves/wp-graphql-buddypress
* GitHub Plugin URI: https://github.com/renatonascalves/wp-graphql-buddypress
* Description: BuddyPress extension for the WPGraphQL plugin: bringing the power of GraphQL to BuddyPress!
* Version: 0.1.1
* Version: 0.1.2
* Author: Renato Alves
* Author URI: https://ralv.es
* Text Domain: wp-graphql-buddypress
Expand Down
Loading