Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/11/2016 02:26:20 PM (9 years ago)
Author:
djpaul
Message:

Core: update db_version to run 2.7 upgrader.

This was missed from r10941, when a new option for the email
unsubscribe feature was added at the start of the 2.7 project cycle.

File:
1 edited

Legend:

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

    r10942 r11084  
    332332
    333333        $this->version    = '2.7-alpha';
    334         $this->db_version = 10469;
     334        $this->db_version = 11084;
    335335
    336336        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.