Skip to content

Commit

Permalink
Prepare version 1.1.0
Browse files Browse the repository at this point in the history
- Adds a changelog
- Updates stable tag
- Refresh pot file
  • Loading branch information
imath committed Sep 23, 2023
1 parent 4eb1eee commit a94a76f
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 8 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Change Log

## 1.1.0

_Requires WordPress 5.8_
_Tested up to WordPress 6.3_
_Requires BuddyPress 12.0_
_Tested up to BuddyPress 12.0_

### Description

This is the first 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 BP Classic is activated at the same network level than BuddyPress (See [#21](https://github.com/buddypress/bp-classic/issues/21)).
- Improve the way the themes directory is registered (See [#23](https://github.com/buddypress/bp-classic/issues/23)).

## Props

@imath, @dd32.

---

## 1.0.0

_Requires WordPress 5.8_
_Tested up to WordPress 6.3_
_Requires BuddyPress 12.0_
_Tested up to BuddyPress 12.0_

### Description

BP Classic brings to BuddyPress (12.0.0 & up) backwards compatibility code for plugins & themes not ready yet for the BP Rewrites API.

### Initial features

- Restores the BP Legacy URL parser.
- Restores the BP Legacy widgets.
- Restores the BP Default theme.
- Restores the BP Legacy navigation globals (`buddypress()->bp_nav` & `buddypress()->bp_options_nav`)

### Props

@imath.
2 changes: 1 addition & 1 deletion class-bp-classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: BP Classic
* Plugin URI: https://github.com/buddypress/bp-classic
* Description: BuddyPress Classic backwards compatibility add-on.
* Version: 1.0.0
* Version: 1.1.0
* Author: The BuddyPress Community
* Author URI: https://buddypress.org
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion inc/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
function bp_classic_globals() {
$bpc = bp_classic();

$bpc->version = '1.0.0';
$bpc->version = '1.1.0';

// Paths.
$inc_dir = plugin_dir_path( __FILE__ );
Expand Down
12 changes: 10 additions & 2 deletions languages/bp-classic.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-31T16:43:21+00:00\n"
"POT-Creation-Date: 2023-09-21T16:46:22+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: bp-classic\n"
Expand All @@ -35,10 +35,18 @@ msgid "https://buddypress.org"
msgstr ""

#. translators: %s. is current version of BuddyPress.
#: class-bp-classic.php:198
#: class-bp-classic.php:226
msgid "Friendly reminder: BP Classic only runs when BuddyPress version is 12.0.0 (or up). Your current version of BuddyPress is: %s. Unless you activated BP Classic in anticipation of the 12.0.0 upgrade, you can deactivate it. This information will be shown regularly (every week) and as long as your BuddyPress version is lower than 12.0.0."
msgstr ""

#: class-bp-classic.php:232
msgid "Please, make sure to activate BP Classic at the network level, just like BuddyPress is."
msgstr ""

#: class-bp-classic.php:235
msgid "Please, make sure to activate BP Classic on the same site of the network BuddyPress is activated on."
msgstr ""

#: inc/activity/admin/functions.php:27
msgctxt "page label"
msgid "BP Activity Page"
Expand Down
12 changes: 10 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bp-classic",
"version": "1.0.0",
"version": "1.1.0",
"description": "BuddyPress Classic backward compatibility plugin.",
"scripts": {
"bpdefault": "svn export --force https://github.com/buddypress/BP-Default.git/branches/prepare/bp-classic-moving themes/bp-default",
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.0.0
Stable tag: 1.1.0

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

Expand Down Expand Up @@ -65,12 +65,21 @@ If you would like to provide monetary support to the BP Classic or BuddyPress pl

== Upgrade Notice ==

= 1.1.0 =

No specific upgrade tasks needed.

= 1.0.0 =

Initial version of the plugin, no upgrade needed.

== Changelog ==

= 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)).
- Improve the way the themes directory is registered (See [#23](https://github.com/buddypress/bp-classic/issues/23)).

= 1.0.0 =

Initial version of the plugin.

0 comments on commit a94a76f

Please sign in to comment.