Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/26/2018 12:06:50 PM (5 years ago)
Author:
djpaul
Message:

Increase WordPress minimum supported version to 4.6.

See https://codex.buddypress.org/getting-started/wordpress-version-compatibility/ for
how we decide which version of WordPress to maintain backwards compatibilty to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r12262 r12264  
    507507            require( $this->plugin_dir . 'bp-core/deprecated/2.9.php' );
    508508            require( $this->plugin_dir . 'bp-core/deprecated/3.0.php' );
     509            require( $this->plugin_dir . 'bp-core/deprecated/4.0.php' );
    509510        }
    510511
Note: See TracChangeset for help on using the changeset viewer.