Skip to content

Commit 0eb2846

Browse files
authored
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
1 parent 71bfd60 commit 0eb2846

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## 1.2.0
4+
5+
_Requires WordPress 5.8_
6+
_Tested up to WordPress 6.4_
7+
_Requires BuddyPress 12.0_
8+
_Tested up to BuddyPress 12.0_
9+
10+
### Description
11+
12+
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.
13+
14+
### Changes
15+
16+
- Avoid a type mismatch issue during the migration process (See [#27](https://github.com/buddypress/bp-classic/issues/27)).
17+
- Only check once BuddyPress current config & version are ok (See [#28](https://github.com/buddypress/bp-classic/issues/28)).
18+
- Make sure the migration script is run on Multisite (See [#31](https://github.com/buddypress/bp-classic/issues/31)).
19+
20+
## Props
21+
22+
@imath, @emaralive.
23+
24+
---
25+
326
## 1.1.0
427

528
_Requires WordPress 5.8_

readme.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ License: GPLv2 or later
66
License URI: https://www.gnu.org/licenses/gpl-2.0.html
77
Requires at least: 5.8
88
Requires PHP: 5.6
9-
Tested up to: 6.3
10-
Stable tag: 1.1.0
9+
Tested up to: 6.4
10+
Stable tag: 1.2.0
1111

1212
BP Classic, a BuddyPress (12.0.0 & up) backwards compatibility add-on
1313

@@ -65,6 +65,10 @@ If you would like to provide monetary support to the BP Classic or BuddyPress pl
6565

6666
== Upgrade Notice ==
6767

68+
= 1.2.0 =
69+
70+
No specific upgrade tasks needed.
71+
6872
= 1.1.0 =
6973

7074
No specific upgrade tasks needed.
@@ -75,6 +79,12 @@ Initial version of the plugin, no upgrade needed.
7579

7680
== Changelog ==
7781

82+
= 1.2.0 =
83+
84+
- Avoid a type mismatch issue during the migration process (See [#27](https://github.com/buddypress/bp-classic/issues/27)).
85+
- Only check once BuddyPress current config & version are ok (See [#28](https://github.com/buddypress/bp-classic/issues/28)).
86+
- Make sure the migration script is run on Multisite (See [#31](https://github.com/buddypress/bp-classic/issues/31)).
87+
7888
= 1.1.0 =
7989

8090
- Make sure BP Classic is activated at the same network level than BuddyPress (See [#21](https://github.com/buddypress/bp-classic/issues/21)).

0 commit comments

Comments
 (0)