Skip to:
Content

BuddyPress.org

Changeset 12622


Ignore:
Timestamp:
04/17/2020 04:01:30 AM (5 years ago)
Author:
imath
Message:

Update Travis config, readme.txt & add missing translators comments

Fixes #8278

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12575 r12622  
    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
     
    4243    - php: 7.2
    4344      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
     45      dist: precise
     46    - php: 7.2
     47      env: WP_VERSION=5.4 BP_TRAVISCI=travis:phpunit
    4448      dist: precise
    4549    - php: 7.2
  • trunk/src/bp-core/admin/bp-core-admin-tools.php

    r12616 r12622  
    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' );
     
    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' );
  • trunk/src/readme.txt

    r12552 r12622  
    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
     
    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/
     
    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/
Note: See TracChangeset for help on using the changeset viewer.