Skip to:
Content

BuddyPress.org

Changeset 12883


Ignore:
Timestamp:
04/14/2021 03:55:34 AM (3 years ago)
Author:
imath
Message:

7.3.0 version bumps (7.0 branch)

Location:
branches/7.0
Files:
6 edited

Legend:

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

    r12864 r12883  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.2.1
     18 * Version:     7.3.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/7.0/npm-shrinkwrap.json

    r12864 r12883  
    11{
    22    "name": "buddypress",
    3     "version": "7.2.1",
     3    "version": "7.3.0",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/7.0/package.json

    r12864 r12883  
    7070        "url": "https://buddypress.svn.wordpress.org/trunk/"
    7171    },
    72     "version": "7.2.1",
     72    "version": "7.3.0",
    7373    "browserslist": [
    7474        "extends @wordpress/browserslist-config"
  • branches/7.0/src/bp-loader.php

    r12864 r12883  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.2.1
     18 * Version:     7.3.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/7.0/src/class-buddypress.php

    r12864 r12883  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '7.2.1';
     306        $this->version    = '7.3.0';
    307307        $this->db_version = 12385;
    308308
  • branches/7.0/src/readme.txt

    r12864 r12883  
    77Requires PHP: 5.6
    88Tested up to: 5.7
    9 Stable tag: 7.2.1
     9Stable tag: 7.3.0
    1010
    1111BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
     
    126126== Upgrade Notice ==
    127127
     128= 7.3.0 =
     129See: https://codex.buddypress.org/releases/version-7-3-0/
     130
    128131= 7.2.1 =
    129132See: https://codex.buddypress.org/releases/version-7-2-1/
     
    185188== Changelog ==
    186189
     190= 7.3.0 =
     191See: https://codex.buddypress.org/releases/version-7-3-0/
     192
    187193= 7.2.1 =
    188194See: https://codex.buddypress.org/releases/version-7-2-1/
Note: See TracChangeset for help on using the changeset viewer.