Skip to content

Commit

Permalink
Bump plugin version to 1.3.0
Browse files Browse the repository at this point in the history
* Bump plugin version to 1.3.0

Update some composer dependencies
Refresh pot file
Update node/npm required engines

* Fix a wrong upgrade notice naming

Props @emaralive @vapvarun
  • Loading branch information
imath authored Jul 8, 2024
1 parent bcf330e commit 4eec73c
Show file tree
Hide file tree
Showing 8 changed files with 353 additions and 98 deletions.
2 changes: 1 addition & 1 deletion class-bp-beta-tester.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: BP Beta Tester
* Plugin URI: https://github.com/buddypress/bp-beta-tester
* Description: A plugin to switch between stable, beta or RC versions of BuddyPress.
* Version: 1.3.0-alpha
* Version: 1.3.0
* Author: The BuddyPress Community
* Author URI: https://buddypress.org
* Text Domain: bp-beta-tester
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"squizlabs/php_codesniffer" : "^3.5.4",
"wp-coding-standards/wpcs": "*"
"wp-coding-standards/wpcs": "^3.0"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
355 changes: 299 additions & 56 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inc/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
function bp_beta_tester_globals() {
$bpbt = bp_beta_tester();

$bpbt->version = '1.3.0-alpha';
$bpbt->version = '1.3.0';

// Paths.
$bpbt->dir = plugin_dir_path( dirname( __FILE__ ) );
Expand Down
60 changes: 30 additions & 30 deletions languages/bp-beta-tester.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2021 The BuddyPress Community
# This file is distributed under the same license as the BP Beta Tester plugin.
# Copyright (C) 2024 The BuddyPress Community
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: BP Beta Tester 1.2.0\n"
"Project-Id-Version: BP Beta Tester 1.3.0\n"
"Report-Msgid-Bugs-To: https://github.com/buddypress/bp-beta-tester/issues\n"
"Last-Translator: imath <imath@chat.wordpress.org>\n"
"Language-Team: ENGLISH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-05-23T20:48:41+02:00\n"
"POT-Creation-Date: 2024-07-08T20:16:47+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: bp-beta-tester\n"

#. Plugin Name of the plugin
Expand All @@ -35,104 +35,104 @@ msgid "https://buddypress.org"
msgstr ""

#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:270
#: inc/functions.php:275
msgid "Install %s"
msgstr ""

#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:290
#: inc/functions.php:295
msgid "Upgrade to %s"
msgstr ""

#: inc/functions.php:341
#: inc/functions.php:572
#: inc/functions.php:593
#: inc/functions.php:346
#: inc/functions.php:577
#: inc/functions.php:598
msgid "Beta Test BuddyPress"
msgstr ""

#: inc/functions.php:346
#: inc/functions.php:351
msgid "Main actions"
msgstr ""

#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:358
#: inc/functions.php:363
msgid "Downgrade to %s"
msgstr ""

#. translators: %1$s is the current user display name and %2$s is a heart dashicon.
#: inc/functions.php:381
#: inc/functions.php:386
msgid "Thank you so much %1$s %2$s"
msgstr ""

#: inc/functions.php:388
#: inc/functions.php:393
msgid "Thanks for contributing to BuddyPress: beta testing the plugin is very important to make sure it behaves the right way for you and for the community."
msgstr ""

#: inc/functions.php:389
#: inc/functions.php:394
msgid "Although the BuddyPress Core Development Team is regularly testing it, it's very challenging to test every possible configuration of WordPress and BuddyPress."
msgstr ""

#. translators: %s is the link to the WP Core Contributor handbook page about installing WordPress locally.
#: inc/functions.php:394
#: inc/functions.php:399
msgid "Please make sure to avoid using this plugin on a production site: beta testing is always safer when it's done on a %s of your site or on a testing site."
msgstr ""

#: inc/functions.php:395
#: inc/functions.php:400
msgid "local copy"
msgstr ""

#. translators: %1$s is the link to the BuddyPress account on Twitter and %2$s is the link to the BuddyPress blog.
#: inc/functions.php:405
#: inc/functions.php:410
msgid "There is no pre-releases to test currently. Please consider following BuddyPress %1$s or checking %2$s regularly to be informed of the next pre-releases."
msgstr ""

#: inc/functions.php:406
#: inc/functions.php:411
msgid "on Twitter"
msgstr ""

#: inc/functions.php:407
#: inc/functions.php:412
msgid "our blog"
msgstr ""

#: inc/functions.php:412
#: inc/functions.php:417
msgid "Have you found a bug or a possible improvement?"
msgstr ""

#. translators: %1$s is the link to the BuddyPress Trac and %2$s is the link to the BuddyPress Support forums.
#: inc/functions.php:417
#: inc/functions.php:422
msgid "Please let us know about it opening a new ticket on our %1$s or posting a new topic in our %2$s."
msgstr ""

#: inc/functions.php:418
#: inc/functions.php:423
msgid "Development Tracker"
msgstr ""

#: inc/functions.php:419
#: inc/functions.php:424
msgid "support forums"
msgstr ""

#: inc/functions.php:423
#: inc/functions.php:428
msgid "One of the Core Developers/Support forum moderators will review your feedback and we'll do our best to fix it before the stable version is made available to the public."
msgstr ""

#: inc/functions.php:426
#: inc/functions.php:431
msgid "What to expect from next release?"
msgstr ""

#. translators: %s is the link to next release development notes.
#: inc/functions.php:431
#: inc/functions.php:436
msgid "We wrote some development notes about it. Please, make sure to check them on %s."
msgstr ""

#: inc/functions.php:432
#: inc/functions.php:437
msgid "our Development Blog"
msgstr ""

#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:507
#: inc/functions.php:512
msgid "The BuddyPress version %s is not available on WordPress.org."
msgstr ""

#: inc/functions.php:571
#: inc/functions.php:576
msgid "BuddyPress Beta Tester"
msgstr ""
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"description": "A plugin to switch between stable, beta or RC versions of BuddyPress.",
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8"
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"scripts": {
"wpcs": "./vendor/bin/phpcs class-bp-beta-tester.php inc/*.php --standard=WordPress",
Expand All @@ -27,5 +27,5 @@
"type": "git",
"url": "https://github.com/buddypress/bp-beta-tester.git"
},
"version": "1.3.0-alpha"
"version": "1.3.0"
}
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: buddypress
Donate link: https://wordpressfoundation.org
Tags: buddypress, beta, RC, test, betatest
Requires at least: 5.8
Tested up to: 6.4
Tested up to: 6.6
Requires PHP: 5.6
Stable tag: 1.2.0
Stable tag: 1.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -78,6 +78,9 @@ If you would like to provide monetary support to BuddyPress, please consider a d

== Upgrade Notice ==

= 1.3.0 =
No specific upgrade notice.

= 1.2.0 =
No specific upgrade notice.

Expand All @@ -89,6 +92,9 @@ First version of the plugin. no specific upgrade notice.

== Changelog ==

= 1.3.0 =
Avoid a deprecation notice about the `uksort()` function.

= 1.2.0 =
Makes sure the pre-release transient is deleted on a successful pre-release version install.

Expand Down

0 comments on commit 4eec73c

Please sign in to comment.