Skip to:
Content

BuddyPress.org

Changeset 11434


Ignore:
Timestamp:
02/18/2017 11:37:11 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.8 branch to 2.8.1 alpha.

Location:
branches/2.8
Files:
5 edited

Legend:

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

    r11429 r11434  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.8.0
     18 * Version:     2.8.1-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.8/npm-shrinkwrap.json

    r11429 r11434  
    11{
    22  "name": "buddypress",
    3   "version": "2.8.0",
     3  "version": "2.8.1",
    44  "dependencies": {
    55    "abbrev": {
  • branches/2.8/package.json

    r11429 r11434  
    4747    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4848  },
    49   "version": "2.8.0"
     49  "version": "2.8.1"
    5050}
  • branches/2.8/src/class-buddypress.php

    r11429 r11434  
    294294        /** Versions **********************************************************/
    295295
    296         $this->version    = '2.8.0';
     296        $this->version    = '2.8.1-alpha';
    297297        $this->db_version = 11105;
    298298
  • branches/2.8/src/readme.txt

    r11429 r11434  
    44Requires at least: 4.3
    55Tested up to: 4.7.2
    6 Stable tag: 2.8.0
     6Stable tag: 2.8.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Upgrade Notice ==
    118118
     119= 2.8.1 =
     120See: https://codex.buddypress.org/releases/version-2-8-1/
     121
     122== Changelog ==
     123
     124= 2.8.1 =
     125See: https://codex.buddypress.org/releases/version-2-8-1/
     126
    119127= 2.8.0 =
    120128See: https://codex.buddypress.org/releases/version-2-8-0/
    121129
    122 == Changelog ==
    123 
    124 = 2.8.0 =
    125 See: https://codex.buddypress.org/releases/version-2-8-0/
    126 
    127130= 2.7.4 =
    128131See: https://codex.buddypress.org/releases/version-2-7-4/
Note: See TracChangeset for help on using the changeset viewer.