Skip to:
Content

BuddyPress.org

Changeset 10072


Ignore:
Timestamp:
08/27/2015 05:08:39 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.3 branch to 2.3.3.

Location:
branches/2.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/bp-loader.php

    r9952 r10072  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.3.2
     18 * Version:     2.3.3
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.3/package.json

    r9917 r10072  
    4343    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4444  },
    45   "version": "2.3.1"
     45  "version": "2.3.3"
    4646}
  • branches/2.3/src/bp-loader.php

    r9952 r10072  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.3.2
     17 * Version:     2.3.3
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    310310        /** Versions **********************************************************/
    311311
    312         $this->version    = '2.3.2';
    313         $this->db_version = 9951;
     312        $this->version    = '2.3.3';
     313        $this->db_version = 10071;
    314314
    315315        /** Loading ***********************************************************/
  • branches/2.3/src/readme.txt

    r9952 r10072  
    33Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
    44Requires at least: 3.6
    5 Tested up to: 4.2
    6 Stable tag: 2.3.2
     5Tested up to: 4.3
     6Stable tag: 2.3.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.3.3 =
     122See: https://codex.buddypress.org/releases/version-2-3-3/
     123
    121124= 2.3.2 =
    122125See: https://codex.buddypress.org/releases/version-2-3-2/
Note: See TracChangeset for help on using the changeset viewer.