Skip to content

Commit

Permalink
Prepare plugin 1.2.0 release
Browse files Browse the repository at this point in the history
* Bump stable tag to 1.2.0 & WP `Tested up to` version to 6.4
* Update changelog & readme.txt
  • Loading branch information
imath authored Nov 21, 2023
1 parent 71bfd60 commit 0eb2846
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -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)).
Expand Down

0 comments on commit 0eb2846

Please sign in to comment.