Changeset 12683
- Timestamp:
- 07/05/2020 12:41:13 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r12622 r12683 33 33 - WP_VERSION=5.0 BP_TRAVISCI=travis:phpunit 34 34 - WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit 35 - WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit36 35 37 36 matrix: … … 62 61 - php: 7.3 63 62 env: WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit 64 - php: 7.365 env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit66 63 - php: 7.3 67 64 env: WP_VERSION=master BP_TRAVISCI=travis:phpunit -
trunk/src/bp-core/bp-core-wpabstraction.php
r12606 r12683 313 313 * 314 314 * WordPress 5.1.0 deprecated the `wpmu_new_blog` action. As BuddyPress is supporting WordPress back 315 * to 4. 8.0, this function makes sure we are using the new hook `wp_initialize_site` when the current315 * to 4.9.0, this function makes sure we are using the new hook `wp_initialize_site` when the current 316 316 * WordPress version is upper or equal to 5.1.0 and that we keep on using `wpmu_new_blog` for earlier 317 317 * versions of WordPress. … … 406 406 * 407 407 * WordPress 5.1.0 deprecated the `delete_blog` action. As BuddyPress is supporting WordPress back 408 * to 4. 8.0, this function makes sure we are using the new hook `wp_validate_site_deletion` when the408 * to 4.9.0, this function makes sure we are using the new hook `wp_validate_site_deletion` when the 409 409 * current WordPress version is upper or equal to 5.1.0 and that we keep on using `delete_blog` for 410 410 * earlier versions of WordPress. -
trunk/src/readme.txt
r12675 r12683 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 Requires at least: 4. 84 Requires at least: 4.9 5 5 Tested up to: 5.4.2 6 6 Requires PHP: 5.6
Note: See TracChangeset
for help on using the changeset viewer.