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

Commit

Permalink
Prepare 1.6.0 tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Jul 30, 2023
1 parent 1a1dacf commit 4a19558
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 1.6.0

_Requires WordPress 5.9_
_Tested up to WordPress 6.3_
_Requires BuddyPress >= 10.0 & < 12_

### Description

BP Rewrites feature as a plugin maintenance release, please upgrade. With BP Rewrites activated, you'll get full control on any BuddyPress URLs.

### Changes

- Interrupt the plugin loading process if BuddyPress is >= 12.0.0
- Bump WordPress "Tested up to" 6.3
- Make sure directory rewrite rules match exact directory slugs. See [#49](https://github.com/buddypress/bp-rewrites/issues/49).
- Only check if a BP directory is set as the site homepage if the requested URL is this homepage.
- `Core_Nav_Compat`: only send warning notices in right contexts. See [#50](https://github.com/buddypress/bp-rewrites/issues/50).

## Props

@imath, @shawfactor

---

## 1.5.0

_Requires WordPress 5.9_
Expand Down
12 changes: 6 additions & 6 deletions languages/bp-rewrites.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-01-03T22:02:42+00:00\n"
"POT-Creation-Date: 2023-07-30T16:15:05+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: bp-rewrites\n"
Expand All @@ -34,14 +34,14 @@ msgstr ""
msgid "https://buddypress.org"
msgstr ""

#: class-bp-rewrites.php:109
#: class-bp-rewrites.php:113
msgctxt "BuddyPress WP plugin directory URL"
msgid "https://wordpress.org/plugins/buddypress"
msgstr ""

#. translators: 1. is the link to the BuddyPress plugin on the WordPress.org plugin directory.
#: class-bp-rewrites.php:115
msgid "BP Rewrites requires the %1$s plugin to be active. Please deactivate BP Rewrites, activate %1$s and only then, reactivate BP Rewrites."
#: class-bp-rewrites.php:119
msgid "BP Rewrites requires the %1$s plugin to be active and its version must be %2$s. Please deactivate BP Rewrites, activate %1$s %2$s and only then, reactivate BP Rewrites."
msgstr ""

#: inc/admin.php:85
Expand Down Expand Up @@ -157,12 +157,12 @@ msgstr ""
msgid "Save Settings"
msgstr ""

#: src/bp-core/bp-core-template.php:96
#: src/bp-core/bp-core-template.php:67
msgid "Please wait for the `bp_parse_query` hook to be fired before using it."
msgstr ""

#. Translators: 1: the list of nav items that were not added.
#: src/bp-core/classes/class-core-nav-compat.php:47
#: src/bp-core/classes/class-core-nav-compat.php:50
msgid "Please wait for the `bp_setup_nav` hook to be fired before trying to create a nav or a subnav item. The following nav item slugs are problematic: %s."
msgstr ""

Expand Down
18 changes: 15 additions & 3 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: 6.2
Stable tag: 1.5.0
Tested up to: 6.3
Stable tag: 1.6.0

The BP Rewrites plugin is a BuddyPress add-on giving you the full control of any BuddyPress generated URLs.

Expand Down Expand Up @@ -48,7 +48,7 @@ Growing the BuddyPress community means better software for everyone!
= Requirements =

* WordPress 5.9.
* BuddyPress 10.0
* BuddyPress 10.0 or 11.0 (Most of this plugin has been merged into BuddyPress 12.0).

= Automatic installation =

Expand Down Expand Up @@ -78,6 +78,10 @@ If you would like to provide monetary support to the BP Rewrites or BuddyPress p

== Upgrade Notice ==

= 1.6.0 =

Maintenance release. No specific upgrade routines are performed.

= 1.5.0 =

Feature release. No specific upgrade routines are performed.
Expand All @@ -104,6 +108,14 @@ Initial version of the plugin, no upgrade needed.

== Changelog ==

= 1.6.0 =

- Interrupt the plugin loading process if BuddyPress is >= 12.0.0
- Bump WordPress "Tested up to" 6.3
- Make sure directory rewrite rules match exact directory slugs
- Only check if a BP directory is set as the site homepage if the requested URL is this homepage.
- `Core_Nav_Compat`: only send warning notices in right contexts.

= 1.5.0 =

- Introduce a visibility feature to restrict community pages’ access to members only.
Expand Down

0 comments on commit 4a19558

Please sign in to comment.