Skip to:
Content

bbPress.org

Changeset 6183 for trunk/src/bbpress.php


Ignore:
Timestamp:
12/27/2016 06:54:16 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Core: Upgrade routine for favorites & subscriptions in 2.6.0.

  • Use the new upgrade tools
  • Bump the DB version to 260
  • Improve inline docs in upgrade tool functions

See #2959.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6118 r6183  
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-alpha-6091';
    207         $this->db_version = '250';
     206        $this->version    = '2.6-alpha-6183';
     207        $this->db_version = '260';
    208208
    209209        /** Paths *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.