Skip to:
Content

BuddyPress.org

Changeset 12682


Ignore:
Timestamp:
07/05/2020 12:17:18 PM (4 years ago)
Author:
imath
Message:

Define BP_REQUIRED_PHP_VERSION to 5.6

BuddyPress 6.0.0 required PHP 5.6, readme.txt has been updated accordingly but we forgot to update this constant.

Fixes #8329 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r12668 r12682  
    3131
    3232// Required PHP version.
    33 define( 'BP_REQUIRED_PHP_VERSION', '5.3.0' );
     33define( 'BP_REQUIRED_PHP_VERSION', '5.6.0' );
    3434
    3535/**
Note: See TracChangeset for help on using the changeset viewer.