Skip to content

Commit e490a01

Browse files
committed
version bump
1 parent 5d9c88f commit e490a01

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.6.1] - 2024-07-18
9+
10+
### Fixed
11+
12+
* Extra Fields will generate wrong entries
13+
814
## [2.6.0] - 2024-07-17
915

1016
### Added
@@ -818,6 +824,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
818824

819825
* initial
820826

827+
[2.6.1]: https://github.com/Automattic/wordpress-activitypub/compare/2.6.0...2.6.1
821828
[2.6.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.5.0...2.6.0
822829
[2.5.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.4.0...2.5.0
823830
[2.4.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.3.1...2.4.0

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** OStatus, fediverse, activitypub, activitystream
44
**Requires at least:** 5.5
55
**Tested up to:** 6.6
6-
**Stable tag:** 2.6.0
6+
**Stable tag:** 2.6.1
77
**Requires PHP:** 7.0
88
**License:** MIT
99
**License URI:** http://opensource.org/licenses/MIT
@@ -133,6 +133,10 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
## Changelog ##
135135

136+
### 2.6.1 ###
137+
138+
* Fixed: Extra Fields will generate wrong entries
139+
136140
### 2.6.0 ###
137141

138142
* Added: Support for FEP-fb2a

activitypub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 2.6.0
6+
* Version: 2.6.1
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT
@@ -21,7 +21,7 @@
2121
require_once __DIR__ . '/includes/compat.php';
2222
require_once __DIR__ . '/includes/functions.php';
2323

24-
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '2.6.0' );
24+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '2.6.1' );
2525

2626
/**
2727
* Initialize the plugin constants.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
33
Tags: OStatus, fediverse, activitypub, activitystream
44
Requires at least: 5.5
55
Tested up to: 6.6
6-
Stable tag: 2.6.0
6+
Stable tag: 2.6.1
77
Requires PHP: 7.0
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -133,6 +133,10 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
== Changelog ==
135135

136+
= 2.6.1 =
137+
138+
* Fixed: Extra Fields will generate wrong entries
139+
136140
= 2.6.0 =
137141

138142
* Added: Support for FEP-fb2a

0 commit comments

Comments
 (0)