Changeset 12622
- Timestamp:
- 04/17/2020 04:01:30 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r12575 r12622 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 … … 42 43 - php: 7.2 43 44 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 44 48 dist: precise 45 49 - php: 7.2 -
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12616 r12622 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' ); … … 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' ); -
trunk/src/readme.txt
r12552 r12622 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. 25 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 Stable tag: 5. 0.07 Stable tag: 5.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 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/ … … 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/
Note: See TracChangeset
for help on using the changeset viewer.