Skip to:
Content

BuddyPress.org

Changeset 9501


Ignore:
Timestamp:
02/17/2015 11:11:20 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.2 branch version to 2.2.1.

Location:
branches/2.2
Files:
4 edited

Legend:

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

    r9446 r9501  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  http://buddypress.org
    18  * Version:     2.2.0
     18 * Version:     2.2.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.2/package.json

    r9444 r9501  
    4242    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4343  },
    44   "version": "2.2.0"
     44  "version": "2.2.1"
    4545}
  • branches/2.2/src/bp-loader.php

    r9446 r9501  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  http://buddypress.org
    17  * Version:     2.2.0
     17 * Version:     2.2.1
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    303303        /** Versions **********************************************************/
    304304
    305         $this->version    = '2.2';
     305        $this->version    = '2.2.1';
    306306        $this->db_version = 9181;
    307307
  • branches/2.2/src/readme.txt

    r9445 r9501  
    44Requires at least: 3.6
    55Tested up to: 4.1
    6 Stable tag: 2.2.0
     6Stable tag: 2.2.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.