Skip to content

Commit d387f56

Browse files
committed
added changelog
1 parent b563188 commit d387f56

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.0] - 2024-07-17
9+
10+
### Added
11+
12+
* Support for FEP-fb2a
13+
* CRUD support for Extra Fields
14+
15+
### Improved
16+
17+
* Remote-Follow UI and UX
18+
* Open Graph `fediverse:creator` implementation
19+
20+
### Fixed
21+
22+
* Compatibility issues with fed.brid.gy
23+
* Remote-Reply endpoint
24+
* WebFinger Error Codes (thanks to the FediTest project)
25+
* Fatal Error when wp_schedule_single_event third argument is being passed as a string
26+
827
## [2.5.0] - 2024-07-01
928

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

800819
* initial
801820

821+
[2.6.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.5.0...2.6.0
802822
[2.5.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.4.0...2.5.0
803823
[2.4.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.3.1...2.4.0
804824
[2.3.1]: https://github.com/Automattic/wordpress-activitypub/compare/2.3.0...2.3.1

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,17 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
## Changelog ##
135135

136+
### 2.6.0 ###
137+
138+
* Added: Support for FEP-fb2a
139+
* Added: CRUD support for Extra Fields
140+
* Improved: Remote-Follow UI and UX
141+
* Improved: Open Graph `fediverse:creator` implementation
142+
* Fixed: Compatibility issues with fed.brid.gy
143+
* Fixed: Remote-Reply endpoint
144+
* Fixed: WebFinger Error Codes (thanks to the FediTest project)
145+
* Fixed: Fatal Error when wp_schedule_single_event third argument is being passed as a string
146+
136147
### 2.5.0 ###
137148

138149
* Added: WebFinger cors header

readme.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,17 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
== Changelog ==
135135

136+
= 2.6.0 =
137+
138+
* Added: Support for FEP-fb2a
139+
* Added: CRUD support for Extra Fields
140+
* Improved: Remote-Follow UI and UX
141+
* Improved: Open Graph `fediverse:creator` implementation
142+
* Fixed: Compatibility issues with fed.brid.gy
143+
* Fixed: Remote-Reply endpoint
144+
* Fixed: WebFinger Error Codes (thanks to the FediTest project)
145+
* Fixed: Fatal Error when wp_schedule_single_event third argument is being passed as a string
146+
136147
= 2.5.0 =
137148

138149
* Added: WebFinger cors header

0 commit comments

Comments
 (0)