Skip to:
Content

BuddyPress.org

Changeset 12342


Ignore:
Timestamp:
02/20/2019 03:16:01 PM (5 years ago)
Author:
boonebgorges
Message:

Version bumps for 4.2.0.

Location:
branches/4.0
Files:
6 edited

Legend:

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

    r12314 r12342  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.1.0
     18 * Version:     4.2.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/4.0/npm-shrinkwrap.json

    r12314 r12342  
    11{
    22  "name": "buddypress",
    3   "version": "4.1.0",
     3  "version": "4.2.0",
    44  "dependencies": {}
    55}
  • branches/4.0/package.json

    r12314 r12342  
    5252        "url": "https://buddypress.svn.wordpress.org/trunk/"
    5353    },
    54     "version": "4.1.0",
     54    "version": "4.2.0",
    5555    "dependencies": {},
    5656    "browserslist": [
  • branches/4.0/src/bp-loader.php

    r12316 r12342  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.2.0-alpha
     18 * Version:     4.2.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/4.0/src/class-buddypress.php

    r12316 r12342  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '4.2.0-alpha';
     306        $this->version    = '4.2.0';
    307307        $this->db_version = 11105;
    308308
  • branches/4.0/src/readme.txt

    r12314 r12342  
    55Tested up to: 5.0
    66Requires PHP: 5.3
    7 Stable tag: 4.1.0
     7Stable tag: 4.2.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Upgrade Notice ==
    128128
     129= 4.2.0 =
     130See: https://codex.buddypress.org/releases/version-4-2-0/
     131
    129132= 4.1.0 =
    130133See: https://codex.buddypress.org/releases/version-4-1-0/
     
    135138== Changelog ==
    136139
     140= 4.2.0 =
     141See: https://codex.buddypress.org/releases/version-4-2-0/
     142
    137143= 4.1.0 =
    138144See: https://codex.buddypress.org/releases/version-4-1-0/
Note: See TracChangeset for help on using the changeset viewer.