Skip to:
Content

BuddyPress.org

Changeset 9776


Ignore:
Timestamp:
04/20/2015 06:44:28 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.2 branch version to 2.2.3

Location:
branches/2.2
Files:
4 edited

Legend:

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

    r9742 r9776  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  http://buddypress.org
    18  * Version:     2.2.2.1
     18 * Version:     2.2.3
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.2/package.json

    r9742 r9776  
    4242    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4343  },
    44   "version": "2.2.2.1"
     44  "version": "2.2.3"
    4545}
  • branches/2.2/src/bp-loader.php

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

    r9742 r9776  
    44Requires at least: 3.6
    55Tested up to: 4.1
    6 Stable tag: 2.2.2.1
     6Stable tag: 2.2.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.2.3 =
     122See: https://codex.buddypress.org/releases/version-2-2-3/
     123
    121124= 2.2.2.1 =
    122125See: https://codex.buddypress.org/releases/version-2-2-2-1/
Note: See TracChangeset for help on using the changeset viewer.