Skip to:
Content

BuddyPress.org

Ticket #8278: 8278.patch

File 8278.patch, 3.3 KB (added by imath, 6 years ago)
  • .travis.yml

    diff --git .travis.yml .travis.yml
    index 21153ef5d..0ec36743c 100644
    php:  
    2626# x.y mirrors the latest from the x.y branch
    2727env:
    2828  - WP_VERSION=master BP_TRAVISCI=travis:phpunit
     29  - WP_VERSION=5.4 BP_TRAVISCI=travis:phpunit
    2930  - WP_VERSION=5.3 BP_TRAVISCI=travis:phpunit
    3031  - WP_VERSION=5.2 BP_TRAVISCI=travis:phpunit
    3132  - WP_VERSION=5.1 BP_TRAVISCI=travis:phpunit
    matrix:  
    4243    - php: 7.2
    4344      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
    4445      dist: precise
     46    - php: 7.2
     47      env: WP_VERSION=5.4 BP_TRAVISCI=travis:phpunit
     48      dist: precise
    4549    - php: 7.2
    4650      env: WP_VERSION=5.3 BP_TRAVISCI=travis:phpunit
    4751      dist: precise
  • src/bp-core/admin/bp-core-admin-tools.php

    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() {  
    347347        require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    348348        require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' );
    349349
     350        /* translators: %s: the result of the action performed by the repair tool */
    350351        $statement = __( 'Creating the Invitations database table if it does not exist… %s', 'buddypress' );
    351352        $result    = __( 'Failed to create table!', 'buddypress' );
    352353
    function bp_admin_invitations_table() {  
    365366
    366367        // Migrate group invitations if needed.
    367368        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 */
    369372                $migrate_statement = __( 'Migrating group invitations… %s', 'buddypress' );
    370373                $migrate_result    = __( 'Failed to migrate invitations!', 'buddypress' );
    371374
  • src/readme.txt

    diff --git src/readme.txt src/readme.txt
    index 87822b1a5..04eed8ae9 100644
     
    22Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
    33Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
    44Requires at least: 4.8
    5 Tested up to: 5.2
     5Tested up to: 5.4
    66Requires PHP: 5.6
    7 Stable tag: 5.0.0
     7Stable tag: 5.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    Try <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. It integrates  
    125125
    126126== Upgrade Notice ==
    127127
     128= 5.1.2 =
     129See: https://codex.buddypress.org/releases/version-5-1-2/
     130
     131= 5.1.1 =
     132See: https://codex.buddypress.org/releases/version-5-1-1/
     133
     134= 5.1.0 =
     135See: https://codex.buddypress.org/releases/version-5-1-0/
     136
    128137= 5.0.0 =
    129138See: https://codex.buddypress.org/releases/version-5-0-0/
    130139
    See: https://codex.buddypress.org/releases/version-4-0-0/  
    145154
    146155== Changelog ==
    147156
     157= 5.1.2 =
     158See: https://codex.buddypress.org/releases/version-5-1-2/
     159
     160= 5.1.1 =
     161See: https://codex.buddypress.org/releases/version-5-1-1/
     162
     163= 5.1.0 =
     164See: https://codex.buddypress.org/releases/version-5-1-0/
     165
    148166= 5.0.0 =
    149167See: https://codex.buddypress.org/releases/version-5-0-0/
    150168