Skip to:
Content

BuddyPress.org

Changeset 13046


Ignore:
Timestamp:
08/16/2021 04:58:13 PM (4 years ago)
Author:
dcavins
Message:

3.2.1 version bumps.

Location:
branches/3.0
Files:
1 added
1 deleted
4 edited

Legend:

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

    r12237 r13046  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     3.2.0
     18 * Version:     3.2.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/3.0/package.json

    r12237 r13046  
    4949        "url": "https://buddypress.svn.wordpress.org/trunk/"
    5050    },
    51     "version": "3.2.0",
     51    "version": "3.2.1",
    5252    "dependencies": {}
    5353}
  • branches/3.0/src/bp-loader.php

    r12237 r13046  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     3.2.0
     18 * Version:     3.2.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/3.0/src/class-buddypress.php

    r12237 r13046  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '3.2.0';
     306        $this->version    = '3.2.1';
    307307        $this->db_version = 11105;
    308308
Note: See TracChangeset for help on using the changeset viewer.