Skip to content

Commit 2c4e384

Browse files
committed
1.4.0 version bumps & pot refresh
1 parent 1a47a82 commit 2c4e384

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is the fourth maintenance release of the the BP Classic Add-on. It brings t
1313

1414
### Changes
1515

16-
- 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)).
16+
- 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)).
1717

1818
## Props
1919

class-bp-classic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: BP Classic
1212
* Plugin URI: https://github.com/buddypress/bp-classic
1313
* Description: BuddyPress Classic backwards compatibility add-on.
14-
* Version: 1.4.0-alpha
14+
* Version: 1.4.0
1515
* Author: The BuddyPress Community
1616
* Author URI: https://buddypress.org
1717
* License: GPL-2.0+

inc/globals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
function bp_classic_globals() {
2020
$bpc = bp_classic();
2121

22-
$bpc->version = '1.4.0-alpha';
22+
$bpc->version = '1.4.0';
2323

2424
// Paths.
2525
$inc_dir = plugin_dir_path( __FILE__ );

languages/bp-classic.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ msgstr ""
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-01-24T17:43:51+00:00\n"
12+
"POT-Creation-Date: 2024-02-21T05:35:44+01:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.5.0\n"
14+
"X-Generator: WP-CLI 2.9.0\n"
1515
"X-Domain: bp-classic\n"
1616

1717
#. Plugin Name of the plugin

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bp-classic",
3-
"version": "1.4.0-alpha",
3+
"version": "1.4.0",
44
"description": "BuddyPress Classic backward compatibility plugin.",
55
"scripts": {
66
"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",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
77
Requires at least: 5.8
88
Requires PHP: 5.6
99
Tested up to: 6.4
10-
Stable tag: 1.3.0
10+
Stable tag: 1.4.0
1111

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

@@ -89,7 +89,7 @@ Initial version of the plugin, no upgrade needed.
8989

9090
= 1.4.0 =
9191

92-
- 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)).
92+
- 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)).
9393

9494
= 1.3.0 =
9595

0 commit comments

Comments
 (0)