Skip to:
Content

BuddyPress.org

Changeset 10335


Ignore:
Timestamp:
11/11/2015 03:47:12 AM (11 years ago)
Author:
boonebgorges
Message:

Bump 2.1 branch to 2.1.2.

Location:
branches/2.1
Files:
4 edited

Legend:

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

    r9066 r10335  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  http://buddypress.org/community/members/
    18  * Version:     2.1.1
     18 * Version:     2.1.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.1/package.json

    r8953 r10335  
    4242    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4343  },
    44   "version": "2.1.0"
     44  "version": "2.1.2"
    4545}
  • branches/2.1/src/bp-loader.php

    r9068 r10335  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  http://buddypress.org/community/members/
    17  * Version:     2.1.2-alpha
     17 * Version:     2.1.2
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    301301        /** Versions **********************************************************/
    302302
    303         $this->version    = '2.1.2-alpha';
     303        $this->version    = '2.1.2';
    304304        $this->db_version = 8311;
    305305
  • branches/2.1/src/readme.txt

    r9066 r10335  
    44Requires at least: 3.6
    55Tested up to: 4.0
    6 Stable tag: 2.1.1
     6Stable tag: 2.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== Upgrade Notice ==
     76
     77= 2.1.2 =
     78See: http://codex.buddypress.org/releases/version-2-1-2/
    7679
    7780= 2.1.1 =
     
    152155== Changelog ==
    153156
     157= 2.1.2 =
     158See: http://codex.buddypress.org/releases/version-2-1-2/
     159
    154160= 2.1.1 =
    155161See: http://codex.buddypress.org/releases/version-2-1-1/
Note: See TracChangeset for help on using the changeset viewer.