Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Bump plugin version and WP test up to version
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed May 28, 2022
1 parent cd8f6db commit 4fe9305
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down
2 changes: 1 addition & 1 deletion class-bp-rewrites.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion inc/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\", \"Language-Team\": \"ENGLISH <[email protected]>\"}'"
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4fe9305

Please sign in to comment.