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

Commit

Permalink
Bump plugin stable version to 1.3.0 and refresh fr_FR translation
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Jun 25, 2022
1 parent 0acc337 commit e9db612
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
/CONTRIBUTING.md export-ignore
/LICENSE.md export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/README.md export-ignore
/.wordpress export-ignore
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 1.3.0

_Requires WordPress 5.4_
_Tested up to WordPress 6.0_
_Requires BuddyPress 10.0_
_Tested up to BuddyPress 11.0-alpha_

### 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

- Do not trigger "was called too early" notices when submitting comments. See [#40](https://github.com/buddypress/bp-rewrites/pull/40).
- Do not trigger "was called too early" notices for other WordPress specific contexts: signup, activation and trackbacks management.
- Bring BP Rewrites support to bbPress. See [#41](https://github.com/buddypress/bp-rewrites/pull/41).

## Props

@shawfactor & @imath.

---

## 1.2.0

_Requires WordPress 5.4_
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.2.0
* Version: 1.3.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.2.0';
$bpr->version = '1.3.0';

// Path.
$plugin_dir = plugin_dir_path( dirname( __FILE__ ) );
Expand Down
Binary file modified languages/bp-rewrites-fr_FR.mo
Binary file not shown.
30 changes: 23 additions & 7 deletions languages/bp-rewrites-fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ msgid ""
msgstr ""
"Project-Id-Version: BP Rewrites\n"
"Report-Msgid-Bugs-To: https://github.com/buddypress/bp-rewrites/issues\n"
"POT-Creation-Date: 2022-04-20T10:09:10+00:00\n"
"PO-Revision-Date: 2022-04-20 12:09+0200\n"
"POT-Creation-Date: 2022-06-25T08:27:28+00:00\n"
"PO-Revision-Date: 2022-06-25 10:30+0200\n"
"Last-Translator: \n"
"Language-Team: ENGLISH <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 2.3.1\n"
"X-Generator: Poedit 3.0.1\n"
"X-Domain: bp-rewrites\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -141,7 +141,7 @@ msgstr "Terminaison d’URL « %s »"
msgid "Save Settings"
msgstr "Enregistrer les réglages"

#: src/bp-core/bp-core-template.php:56
#: src/bp-core/bp-core-template.php:72
msgid "Please wait for the `bp_parse_query` hook to be fired before using it."
msgstr ""
"Merci d’attendre que le « hook » `bp_parse_query` soit intervenu avant "
Expand Down Expand Up @@ -312,15 +312,15 @@ msgstr "Vous n’avez pas accès à ce contenu."
msgid "Invitations"
msgstr "Invitations"

#: src/bp-members/bp-members-adminbar.php:50
#: src/bp-members/bp-members-adminbar.php:51
msgid "Pending Invites"
msgstr "Invitations en attente"

#: src/bp-members/bp-members-adminbar.php:65
#: src/bp-members/bp-members-adminbar.php:67
msgid "Send Invites"
msgstr "Inviter"

#: src/bp-members/classes/class-members-component.php:567
#: src/bp-members/classes/class-members-component.php:572
msgid ""
"This user has been marked as a spammer. Only site admins can view this "
"profile."
Expand All @@ -332,6 +332,22 @@ msgstr ""
msgid "No new notifications"
msgstr "Pas de nouvelle notifications"

#: src/bp-plugins/bbpress.php:138
msgid "New Group forum topic"
msgstr "Nouveau sujet de forum de groupe"

#: src/bp-plugins/bbpress.php:140
msgid "Topics"
msgstr "Sujets"

#: src/bp-plugins/bbpress.php:148
msgid "New Group forum reply"
msgstr "Nouvelle réponse de forum de groupe"

#: src/bp-plugins/bbpress.php:150
msgid "Replies"
msgstr "Réponses"

#. translators: %s: new email address
#: src/bp-settings/bp-settings-templates.php:78
msgid "There is a pending change of your email address to %s."
Expand Down
26 changes: 21 additions & 5 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: 2022-04-20T10:09:10+00:00\n"
"POT-Creation-Date: 2022-06-25T08:27:28+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 Down Expand Up @@ -132,7 +132,7 @@ msgstr ""
msgid "Save Settings"
msgstr ""

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

Expand Down Expand Up @@ -287,22 +287,38 @@ msgstr ""
msgid "Invitations"
msgstr ""

#: src/bp-members/bp-members-adminbar.php:50
#: src/bp-members/bp-members-adminbar.php:51
msgid "Pending Invites"
msgstr ""

#: src/bp-members/bp-members-adminbar.php:65
#: src/bp-members/bp-members-adminbar.php:67
msgid "Send Invites"
msgstr ""

#: src/bp-members/classes/class-members-component.php:567
#: src/bp-members/classes/class-members-component.php:572
msgid "This user has been marked as a spammer. Only site admins can view this profile."
msgstr ""

#: src/bp-notifications/bp-notifications-adminbar.php:60
msgid "No new notifications"
msgstr ""

#: src/bp-plugins/bbpress.php:138
msgid "New Group forum topic"
msgstr ""

#: src/bp-plugins/bbpress.php:140
msgid "Topics"
msgstr ""

#: src/bp-plugins/bbpress.php:148
msgid "New Group forum reply"
msgstr ""

#: src/bp-plugins/bbpress.php:150
msgid "Replies"
msgstr ""

#. translators: %s: new email address
#: src/bp-settings/bp-settings-templates.php:78
msgid "There is a pending change of your email address to %s."
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "1.3.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
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.9
Requires PHP: 5.6
Tested up to: 6.0
Stable tag: 1.2.0
Stable tag: 1.3.0

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

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

== Upgrade Notice ==

= 1.3.0 =

Maintenance release. No specific upgrade routines are performed.

= 1.2.0 =

Maintenance release. No specific upgrade routines are performed.
Expand All @@ -89,6 +93,11 @@ Initial version of the plugin, no upgrade needed.

== Changelog ==

= 1.3.0 =

- Do not trigger "was called too early" notices for other WordPress specific contexts: signup, activation, comment submission and trackback management.
- Bring BP Rewrites support to bbPress.

= 1.2.0 =

- Make sure the primary nav is set before resetting it.
Expand Down

0 comments on commit e9db612

Please sign in to comment.