Skip to:
Content

BuddyPress.org

Changeset 10408


Ignore:
Timestamp:
12/14/2015 05:35:46 PM (9 years ago)
Author:
imath
Message:

Bump version to 2.4.3 and update readme.txt in branch 2.4

Location:
branches/2.4
Files:
4 edited

Legend:

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

    r10395 r10408  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.4.2
     18 * Version:     2.4.3
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.4/package.json

    r10397 r10408  
    4343    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4444  },
    45   "version": "2.4.2"
     45  "version": "2.4.3"
    4646}
  • branches/2.4/src/bp-loader.php

    r10395 r10408  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.4.2
     17 * Version:     2.4.3
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    327327        /** Versions **********************************************************/
    328328
    329         $this->version    = '2.4.2';
     329        $this->version    = '2.4.3';
    330330        $this->db_version = 10071;
    331331
  • branches/2.4/src/readme.txt

    r10395 r10408  
    33Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
    44Requires at least: 3.8
    5 Tested up to: 4.3
    6 Stable tag: 2.4.2
     5Tested up to: 4.4
     6Stable tag: 2.4.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.4.3 =
     122See: https://codex.buddypress.org/releases/version-2-4-3/
     123
     124= 2.4.2 =
     125See: https://codex.buddypress.org/releases/version-2-4-2/
     126
    121127= 2.4.1 =
    122128See: https://codex.buddypress.org/releases/version-2-4-1/
     
    235241== Changelog ==
    236242
     243= 2.4.3 =
     244See: https://codex.buddypress.org/releases/version-2-4-2/
     245
    237246= 2.4.2 =
    238247See: https://codex.buddypress.org/releases/version-2-4-2/
Note: See TracChangeset for help on using the changeset viewer.