Skip to:
Content

BuddyPress.org

Changeset 13602


Ignore:
Timestamp:
10/17/2023 05:15:21 PM (3 years ago)
Author:
imath
Message:

7.3.4 version bumps (Branch 7.0)

Location:
branches/7.0
Files:
6 edited

Legend:

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

    r13564 r13602  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.3.3
     18 * Version:     7.3.4
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/7.0/npm-shrinkwrap.json

    r13564 r13602  
    11{
    22    "name": "buddypress",
    3     "version": "7.3.3",
     3    "version": "7.3.4",
    44    "lockfileVersion": 2,
    55    "requires": true,
  • branches/7.0/package.json

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

    r13564 r13602  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.3.3
     18 * Version:     7.3.4
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/7.0/src/class-buddypress.php

    r13564 r13602  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '7.3.3';
     306        $this->version    = '7.3.4';
    307307        $this->db_version = 12385;
    308308
  • branches/7.0/src/readme.txt

    r13564 r13602  
    77Requires PHP: 5.6
    88Tested up to: 5.7
    9 Stable tag: 7.3.3
     9Stable tag: 7.3.4
    1010
    1111BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
Note: See TracChangeset for help on using the changeset viewer.