Skip to:
Content

BuddyPress.org

Changeset 10685


Ignore:
Timestamp:
03/31/2016 06:32:08 PM (10 years ago)
Author:
dcavins
Message:

Bump version to 2.5.2 in 2.5 branch.

Location:
branches/2.5
Files:
4 edited

Legend:

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

    r10649 r10685  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.5.1
     18 * Version:     2.5.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.5/package.json

    r10649 r10685  
    4444    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4545  },
    46   "version": "2.5.1"
     46  "version": "2.5.2"
    4747}
  • branches/2.5/src/bp-loader.php

    r10649 r10685  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.5.1
     18 * Version:     2.5.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
     
    328328        /** Versions **********************************************************/
    329329
    330         $this->version    = '2.5.1';
     330        $this->version    = '2.5.2';
    331331        $this->db_version = 10469;
    332332
  • branches/2.5/src/readme.txt

    r10649 r10685  
    44Requires at least: 3.9
    55Tested up to: 4.4.2
    6 Stable tag: 2.5.1
     6Stable tag: 2.5.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.5.2 =
     122See: https://codex.buddypress.org/releases/version-2-5-2/
     123
    121124= 2.5.1 =
    122125See: https://codex.buddypress.org/releases/version-2-5-1/
     
    247250== Changelog ==
    248251
     252= 2.5.2 =
     253See: https://codex.buddypress.org/releases/version-2-5-2/
     254
    249255= 2.5.1 =
    250256See: https://codex.buddypress.org/releases/version-2-5-1/
Note: See TracChangeset for help on using the changeset viewer.