From 0eb284664b79d362ea6b808c56a4bf8c1d0ed398 Mon Sep 17 00:00:00 2001 From: imath Date: Tue, 21 Nov 2023 21:34:25 +0100 Subject: [PATCH] Prepare plugin 1.2.0 release * Bump stable tag to 1.2.0 & WP `Tested up to` version to 6.4 * Update changelog & readme.txt --- CHANGELOG.md | 23 +++++++++++++++++++++++ readme.txt | 14 ++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e3093..b951afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## 1.2.0 + +_Requires WordPress 5.8_ +_Tested up to WordPress 6.4_ +_Requires BuddyPress 12.0_ +_Tested up to BuddyPress 12.0_ + +### Description + +This is the second 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 + +- Avoid a type mismatch issue during the migration process (See [#27](https://github.com/buddypress/bp-classic/issues/27)). +- Only check once BuddyPress current config & version are ok (See [#28](https://github.com/buddypress/bp-classic/issues/28)). +- Make sure the migration script is run on Multisite (See [#31](https://github.com/buddypress/bp-classic/issues/31)). + +## Props + +@imath, @emaralive. + +--- + ## 1.1.0 _Requires WordPress 5.8_ diff --git a/readme.txt b/readme.txt index 631a8a2..412d2d9 100644 --- a/readme.txt +++ b/readme.txt @@ -6,8 +6,8 @@ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 5.8 Requires PHP: 5.6 -Tested up to: 6.3 -Stable tag: 1.1.0 +Tested up to: 6.4 +Stable tag: 1.2.0 BP Classic, a BuddyPress (12.0.0 & up) backwards compatibility add-on @@ -65,6 +65,10 @@ If you would like to provide monetary support to the BP Classic or BuddyPress pl == Upgrade Notice == += 1.2.0 = + +No specific upgrade tasks needed. + = 1.1.0 = No specific upgrade tasks needed. @@ -75,6 +79,12 @@ Initial version of the plugin, no upgrade needed. == Changelog == += 1.2.0 = + +- Avoid a type mismatch issue during the migration process (See [#27](https://github.com/buddypress/bp-classic/issues/27)). +- Only check once BuddyPress current config & version are ok (See [#28](https://github.com/buddypress/bp-classic/issues/28)). +- Make sure the migration script is run on Multisite (See [#31](https://github.com/buddypress/bp-classic/issues/31)). + = 1.1.0 = - Make sure BP Classic is activated at the same network level than BuddyPress (See [#21](https://github.com/buddypress/bp-classic/issues/21)).