diff --git .travis.yml .travis.yml
index 21153ef5d..0ec36743c 100644
|
|
|
php:
|
| 26 | 26 | # x.y mirrors the latest from the x.y branch |
| 27 | 27 | env: |
| 28 | 28 | - WP_VERSION=master BP_TRAVISCI=travis:phpunit |
| | 29 | - WP_VERSION=5.4 BP_TRAVISCI=travis:phpunit |
| 29 | 30 | - WP_VERSION=5.3 BP_TRAVISCI=travis:phpunit |
| 30 | 31 | - WP_VERSION=5.2 BP_TRAVISCI=travis:phpunit |
| 31 | 32 | - WP_VERSION=5.1 BP_TRAVISCI=travis:phpunit |
| … |
… |
matrix:
|
| 42 | 43 | - php: 7.2 |
| 43 | 44 | env: WP_VERSION=master BP_TRAVISCI=travis:phpunit |
| 44 | 45 | dist: precise |
| | 46 | - php: 7.2 |
| | 47 | env: WP_VERSION=5.4 BP_TRAVISCI=travis:phpunit |
| | 48 | dist: precise |
| 45 | 49 | - php: 7.2 |
| 46 | 50 | env: WP_VERSION=5.3 BP_TRAVISCI=travis:phpunit |
| 47 | 51 | dist: precise |
diff --git src/bp-core/admin/bp-core-admin-tools.php src/bp-core/admin/bp-core-admin-tools.php
index bee8553a4..c9f41a0df 100644
|
|
|
function bp_admin_invitations_table() {
|
| 347 | 347 | require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); |
| 348 | 348 | require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' ); |
| 349 | 349 | |
| | 350 | /* translators: %s: the result of the action performed by the repair tool */ |
| 350 | 351 | $statement = __( 'Creating the Invitations database table if it does not exist… %s', 'buddypress' ); |
| 351 | 352 | $result = __( 'Failed to create table!', 'buddypress' ); |
| 352 | 353 | |
| … |
… |
function bp_admin_invitations_table() {
|
| 365 | 366 | |
| 366 | 367 | // Migrate group invitations if needed. |
| 367 | 368 | if ( bp_is_active( 'groups' ) ) { |
| 368 | | $bp = buddypress(); |
| | 369 | $bp = buddypress(); |
| | 370 | |
| | 371 | /* translators: %s: the result of the action performed by the repair tool */ |
| 369 | 372 | $migrate_statement = __( 'Migrating group invitations… %s', 'buddypress' ); |
| 370 | 373 | $migrate_result = __( 'Failed to migrate invitations!', 'buddypress' ); |
| 371 | 374 | |
diff --git src/readme.txt src/readme.txt
index 87822b1a5..04eed8ae9 100644
|
|
|
|
| 2 | 2 | Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp |
| 3 | 3 | Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet |
| 4 | 4 | Requires at least: 4.8 |
| 5 | | Tested up to: 5.2 |
| | 5 | Tested up to: 5.4 |
| 6 | 6 | Requires PHP: 5.6 |
| 7 | | Stable tag: 5.0.0 |
| | 7 | Stable tag: 5.1.2 |
| 8 | 8 | License: GPLv2 or later |
| 9 | 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 10 | 10 | |
| … |
… |
Try <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. It integrates
|
| 125 | 125 | |
| 126 | 126 | == Upgrade Notice == |
| 127 | 127 | |
| | 128 | = 5.1.2 = |
| | 129 | See: https://codex.buddypress.org/releases/version-5-1-2/ |
| | 130 | |
| | 131 | = 5.1.1 = |
| | 132 | See: https://codex.buddypress.org/releases/version-5-1-1/ |
| | 133 | |
| | 134 | = 5.1.0 = |
| | 135 | See: https://codex.buddypress.org/releases/version-5-1-0/ |
| | 136 | |
| 128 | 137 | = 5.0.0 = |
| 129 | 138 | See: https://codex.buddypress.org/releases/version-5-0-0/ |
| 130 | 139 | |
| … |
… |
See: https://codex.buddypress.org/releases/version-4-0-0/
|
| 145 | 154 | |
| 146 | 155 | == Changelog == |
| 147 | 156 | |
| | 157 | = 5.1.2 = |
| | 158 | See: https://codex.buddypress.org/releases/version-5-1-2/ |
| | 159 | |
| | 160 | = 5.1.1 = |
| | 161 | See: https://codex.buddypress.org/releases/version-5-1-1/ |
| | 162 | |
| | 163 | = 5.1.0 = |
| | 164 | See: https://codex.buddypress.org/releases/version-5-1-0/ |
| | 165 | |
| 148 | 166 | = 5.0.0 = |
| 149 | 167 | See: https://codex.buddypress.org/releases/version-5-0-0/ |
| 150 | 168 | |