Skip to:
Content

BuddyPress.org

Changeset 9952


Ignore:
Timestamp:
06/17/2015 08:24:32 PM (10 years ago)
Author:
boonebgorges
Message:

Bumping version numbers to 2.3.2.

Location:
branches/2.3
Files:
3 edited

Legend:

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

    r9917 r9952  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.3.1
     18 * Version:     2.3.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.3/src/bp-loader.php

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

    r9917 r9952  
    44Requires at least: 3.6
    55Tested up to: 4.2
    6 Stable tag: 2.3.1
     6Stable tag: 2.3.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.3.2 =
     122See: https://codex.buddypress.org/releases/version-2-3-2/
     123
    121124= 2.3.1 =
    122125See: https://codex.buddypress.org/releases/version-2-3-1/
     
    217220== Changelog ==
    218221
     222= 2.3.2 =
     223See: https://codex.buddypress.org/releases/version-2-3-2/
     224
    219225= 2.3.1 =
    220226See: https://codex.buddypress.org/releases/version-2-3-1/
Note: See TracChangeset for help on using the changeset viewer.