From 4fe93051c8ffdd2d2f9bd0a5d04a16853870aa14 Mon Sep 17 00:00:00 2001 From: imath Date: Sat, 28 May 2022 07:22:23 +0200 Subject: [PATCH] Bump plugin version and WP test up to version --- CHANGELOG.md | 2 +- class-bp-rewrites.php | 2 +- inc/globals.php | 2 +- package.json | 2 +- readme.txt | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4d38d..192ddd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.2.0 _Requires WordPress 5.4_ -_Tested up to WordPress 6.0-RC2_ +_Tested up to WordPress 6.0_ _Requires BuddyPress 10.0_ _Tested up to BuddyPress 11.0-alpha_ diff --git a/class-bp-rewrites.php b/class-bp-rewrites.php index 9686799..6999335 100644 --- a/class-bp-rewrites.php +++ b/class-bp-rewrites.php @@ -11,7 +11,7 @@ * Plugin Name: BP Rewrites * Plugin URI: https://github.com/buddypress/bp-rewrites * Description: BuddyPress Rewrites development plugin. - * Version: 1.1.0 + * Version: 1.2.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 88b2394..013593c 100644 --- a/inc/globals.php +++ b/inc/globals.php @@ -21,7 +21,7 @@ function globals() { $bpr = bp_rewrites(); - $bpr->version = '1.1.0'; + $bpr->version = '1.2.0'; // Path. $plugin_dir = plugin_dir_path( dirname( __FILE__ ) ); diff --git a/package.json b/package.json index 983a26c..3206d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bp-rewrites", - "version": "1.1.0", + "version": "1.2.0", "description": "BuddyPress Rewrites development plugin", "scripts": { "pot": "wp i18n make-pot . languages/bp-rewrites.pot --exclude='.github,vendor' --headers='{\"Project-Id-Version\": \"BP Rewrites\", \"Report-Msgid-Bugs-To\": \"https://github.com/buddypress/bp-rewrites/issues\", \"Last-Translator\": \"JOHN JAMES JACOBY \", \"Language-Team\": \"ENGLISH \"}'" diff --git a/readme.txt b/readme.txt index 64784cc..9884f89 100644 --- a/readme.txt +++ b/readme.txt @@ -6,8 +6,8 @@ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 5.9 Requires PHP: 5.6 -Tested up to: 5.9 -Stable tag: 1.1.0 +Tested up to: 6.0 +Stable tag: 1.2.0 The BP Rewrites plugin is a BuddyPress add-on giving you the full control of any BuddyPress generated URLs.