Skip to:
Content

BuddyPress.org

Changeset 12683


Ignore:
Timestamp:
07/05/2020 12:41:13 PM (3 years ago)
Author:
imath
Message:

Raise WordPress required version to 4.9

Fixes #8318

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12622 r12683  
    3333  - WP_VERSION=5.0 BP_TRAVISCI=travis:phpunit
    3434  - WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit
    35   - WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    3635
    3736matrix:
     
    6261    - php: 7.3
    6362      env: WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit
    64     - php: 7.3
    65       env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    6663    - php: 7.3
    6764      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
  • trunk/src/bp-core/bp-core-wpabstraction.php

    r12606 r12683  
    313313 *
    314314 * 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 current
     315 * to 4.9.0, this function makes sure we are using the new hook `wp_initialize_site` when the current
    316316 * WordPress version is upper or equal to 5.1.0 and that we keep on using `wpmu_new_blog` for earlier
    317317 * versions of WordPress.
     
    406406 *
    407407 * 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 the
     408 * to 4.9.0, this function makes sure we are using the new hook `wp_validate_site_deletion` when the
    409409 * current WordPress version is upper or equal to 5.1.0 and that we keep on using `delete_blog` for
    410410 * earlier versions of WordPress.
  • trunk/src/readme.txt

    r12675 r12683  
    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
    4 Requires at least: 4.8
     4Requires at least: 4.9
    55Tested up to: 5.4.2
    66Requires PHP: 5.6
Note: See TracChangeset for help on using the changeset viewer.