From 2c4e3842fccd4d38df1c57cf22f19d4bdb61abd9 Mon Sep 17 00:00:00 2001 From: imath Date: Wed, 21 Feb 2024 05:46:58 +0100 Subject: [PATCH] 1.4.0 version bumps & pot refresh --- CHANGELOG.md | 2 +- class-bp-classic.php | 2 +- inc/globals.php | 2 +- languages/bp-classic.pot | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf09b4..1ebd5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/class-bp-classic.php b/class-bp-classic.php index 91cb3f8..b1ae217 100644 --- a/class-bp-classic.php +++ b/class-bp-classic.php @@ -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+ diff --git a/inc/globals.php b/inc/globals.php index a81f489..d161cef 100644 --- a/inc/globals.php +++ b/inc/globals.php @@ -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__ ); diff --git a/languages/bp-classic.pot b/languages/bp-classic.pot index 9009088..44a89d3 100644 --- a/languages/bp-classic.pot +++ b/languages/bp-classic.pot @@ -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 diff --git a/package-lock.json b/package-lock.json index 4563412..9e1fdf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bp-classic", - "version": "1.4.0-alpha", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bp-classic", - "version": "1.4.0-alpha", + "version": "1.4.0", "license": "GPL-2.0-or-later" } } diff --git a/package.json b/package.json index dc2035d..f5cf7ce 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 3e66b60..84cadbd 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 =