Skip to content

Commit

Permalink
Update readme.txt with changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed May 5, 2024
1 parent e86036a commit 6b2a64c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<config name="testVersion" value="8.0-" />

<!-- Check against minimum WP version. -->
<config name="minimum_supported_wp_version" value="5.9" />
<config name="minimum_supported_wp_version" value="6.1" />

<!-- Name our classes files however we want. -->
<rule ref="WordPress.Files.FileName">
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1] Unpublished
## [0.1.1]

### Added

Expand All @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: Supports WordPress 6.5.
- ci: Updated Github Action Matrix to test more variations.
- ci: Updated CI actions to support Node 20.
- ci: removed Github Action `-built-branch` action.

## [0.1.0]

Expand Down
17 changes: 17 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ Head over to the [BuddyPress Documentation](https://codex.buddypress.org/partici

== Changelog ==

= 0.1.1 =

**New Features**

- [#118](https://github.com/renatonascalves/wp-graphql-buddypress/issues/118): feat: Support BuddyPress Community Visibility, "Private Site".
- [#127](https://github.com/renatonascalves/wp-graphql-buddypress/issues/127): feat: Add `resendSignupEmail` mutation to resend activation email
- [#115](https://github.com/renatonascalves/wp-graphql-buddypress/issues/115): chore: Add list of plugin dependencies
- chore: Added a `CHANGELOG.md` file

**Chores / Bugfixes**

- chore: Upgrade to WPCS/VIPCS 3.0 (See https://github.com/alleyinteractive/alley-coding-standards)
- chore: Supports WordPress 6.5.
- ci: Updated Github Action Matrix to test more variations.
- ci: Updated CI actions to support Node 20.
- ci: removed Github Action `-built-branch` action.

= 0.1.0 =

Public Stable Release.

0 comments on commit 6b2a64c

Please sign in to comment.