Skip to content

Commit 48e0e7b

Browse files
author
Github Actions
committed
Version Numbering
1 parent 91daf59 commit 48e0e7b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

bbpress-add-member-usernames.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: bbPress/BuddyBoss: Add Member Usernames
44
Description: Append @user_nicename to the author name on forum posts
5-
Version: 1.0.3
5+
Version: 1.0.4
66
Author: The team at PIE
77
Author URI: http://pie.co.de
88
License: GPL3

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ 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-
## [Unreleased]
7+
## [Unreleased]
8+
9+
## [1.0.4] 2024-08-22
810
### Added
911
- Updated version alignment in plugin to correctly work with string replace in release script
1012

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbpress-add-member-usernames",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "This is a very small plugin to extend the BBPress plugin and add the users @name (user_nicename) to the author name output on forum posts",
55
"main": "bbpress-add-member-usernames.php",
66
"repository": "git@github.com:pie/bbpress-add-member-usernames.git",

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bbPress: Add Member Usernames",
3-
"version": "1.0.3",
4-
"download_url": "https://github.com/pie/bbpress-add-member-usernames/releases/download/1.0.3/bbpress-add-member-usernames.zip",
3+
"version": "1.0.4",
4+
"download_url": "https://github.com/pie/bbpress-add-member-usernames/releases/download/1.0.4/bbpress-add-member-usernames.zip",
55
"sections": {
66
"description" : "This is a very small plugin to extend the BBPress plugin and add the users @name (user_nicename) to the author name output on forum posts"
77
}

0 commit comments

Comments
 (0)