Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2014 06:08:03 AM (11 years ago)
Author:
r-a-y
Message:

Messages: Introduces meta table and related cache functions.

This commit alters the messages DB schema to add a meta table, which will
allow plugin developers to record information about a message.

The new message meta functions in bp-messages-functions.php mirrors those
in other BP components (activity, groups, etc.).

The DB version is also bumped to 9181.

See #3083.

File:
1 edited

Legend:

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

    r9181 r9182  
    302302
    303303        $this->version    = '2.2-alpha';
    304         $this->db_version = 9167;
     304        $this->db_version = 9181;
    305305
    306306        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.