Skip to:
Content

BuddyPress.org

Changeset 13074


Ignore:
Timestamp:
08/17/2021 10:52:41 PM (4 years ago)
Author:
dcavins
Message:

7.3.2 version bumps.

Location:
branches/7.0
Files:
6 edited

Legend:

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

    r13061 r13074  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.3.1
     18 * Version:     7.3.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/7.0/npm-shrinkwrap.json

    r13061 r13074  
    11{
    22    "name": "buddypress",
    3     "version": "7.3.1",
     3    "version": "7.3.2",
    44    "lockfileVersion": 2,
    55    "requires": true,
    66    "packages": {
    77        "": {
    8             "name": "buddypress",
    9             "version": "7.3.1",
     8            "version": "7.3.2",
    109            "license": "GPL-2.0-or-later",
    1110            "dependencies": {
     
    62356234            "integrity": "sha512-oh3MRktfnPlLysCPpBpKZZzb4cUC/p0aA3SyRGp15lN30juJBTo/CiD0d4fR+f1kBtUQoJj1NE9RPNWQ7BQ9Mg==",
    62366235            "dev": true,
     6236            "hasInstallScript": true,
    62376237            "dependencies": {
    62386238                "bindings": "^1.5.0",
     
    74797479            "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
    74807480            "dev": true,
     7481            "hasInstallScript": true,
    74817482            "optional": true,
    74827483            "dependencies": {
     
    1070510706            "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
    1070610707            "dev": true,
     10708            "hasInstallScript": true,
    1070710709            "dependencies": {
    1070810710                "async-foreach": "^0.1.3",
     
    1076510767            "integrity": "sha512-l9l2zhcJ0V7FYzPdXIsuJcXN8UnLuhQgM+377HJfCYE/eupL/OWtMVvUOq42F9dRsgC3bAYH9j2Xbwr0lpYVZQ==",
    1076610768            "dev": true,
     10769            "hasInstallScript": true,
    1076710770            "dependencies": {
    1076810771                "fs-extra": "^7.0.0",
  • branches/7.0/package.json

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

    r13061 r13074  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.3.1
     18 * Version:     7.3.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/7.0/src/class-buddypress.php

    r13061 r13074  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '7.3.1';
     306        $this->version    = '7.3.2';
    307307        $this->db_version = 12385;
    308308
  • branches/7.0/src/readme.txt

    r13061 r13074  
    77Requires PHP: 5.6
    88Tested up to: 5.7
    9 Stable tag: 7.3.1
     9Stable tag: 7.3.2
    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.