From 1a47a8221a836ae830bccd1b771f82ad240a325c Mon Sep 17 00:00:00 2001 From: imath Date: Wed, 21 Feb 2024 05:31:29 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ readme.txt | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b831ef2..1cf09b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 1.4.0 + +_Requires WordPress 5.8_ +_Tested up to WordPress 6.4_ +_Requires BuddyPress 12.0_ +_Tested up to BuddyPress 12.2_ + +### Description + +This is the fourth maintenance release of the the BP Classic Add-on. It brings to BuddyPress (12.0.0 & up) backwards compatibility code for plugins & themes not ready yet for the BP Rewrites API. + +### Changes + +- Make sure bbPress topics/replies pagination is behaving as expected with BuddyPress 12.0 & up (See [#33](https://github.com/buddypress/bp-classic/pull/44)). + +## Props + +@imath + +--- + ## 1.3.0 _Requires WordPress 5.8_ diff --git a/readme.txt b/readme.txt index 0d05fe8..3e66b60 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,10 @@ If you would like to provide monetary support to the BP Classic or BuddyPress pl == Upgrade Notice == += 1.4.0 = + +No specific upgrade tasks needed. + = 1.3.0 = No specific upgrade tasks needed. @@ -83,6 +87,10 @@ Initial version of the plugin, no upgrade needed. == Changelog == += 1.4.0 = + +- Make sure bbPress topics/replies pagination is behaving as expected with BuddyPress 12.0 & up (See [#33](https://github.com/buddypress/bp-classic/pull/44)). + = 1.3.0 = - Switch to BP root blog when migrating directories if necessary (See [#33](https://github.com/buddypress/bp-classic/pull/33)).