Skip to content

Commit

Permalink
1.4.0 version bumps & pot refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Feb 21, 2024
1 parent 1a47a82 commit 2c4e384
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is the fourth maintenance release of the the BP Classic Add-on. It brings t

### 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)).
- Make sure bbPress topics/replies pagination is behaving as expected with BuddyPress 12.0 & up (See [#44](https://github.com/buddypress/bp-classic/pull/44)).

## Props

Expand Down
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.4.0-alpha
* Version: 1.4.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.4.0-alpha';
$bpc->version = '1.4.0';

// Paths.
$inc_dir = plugin_dir_path( __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions languages/bp-classic.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-01-24T17:43:51+00:00\n"
"POT-Creation-Date: 2024-02-21T05:35:44+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: bp-classic\n"

#. Plugin Name of the plugin
Expand Down
4 changes: 2 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.4.0-alpha",
"version": "1.4.0",
"description": "BuddyPress Classic backward compatibility plugin.",
"scripts": {
"bpdefault": "rm -rf archive.zip themes/bp-default && curl -L -o 'archive.zip' https://github.com/buddypress/BP-Default/archive/prepare/bp-classic-moving.zip && unzip -qq archive.zip -d themes && mv themes/BP-Default-prepare-bp-classic-moving themes/bp-default",
Expand Down
4 changes: 2 additions & 2 deletions 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.4
Stable tag: 1.3.0
Stable tag: 1.4.0

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

Expand Down Expand Up @@ -89,7 +89,7 @@ Initial version of the plugin, no upgrade needed.

= 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)).
- Make sure bbPress topics/replies pagination is behaving as expected with BuddyPress 12.0 & up (See [#44](https://github.com/buddypress/bp-classic/pull/44)).

= 1.3.0 =

Expand Down

0 comments on commit 2c4e384

Please sign in to comment.