Skip to:
Content

BuddyPress.org

Changeset 10343


Ignore:
Timestamp:
11/11/2015 05:34:11 PM (10 years ago)
Author:
imath
Message:

Bump versions in readme.txt, bp-loader.php, and src/bp-loader.php to 2.4.0

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r10320 r10343  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.4.0-rc1
     18 * Version:     2.4.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/bp-loader.php

    r10320 r10343  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.4.0-rc1
     17 * Version:     2.4.0
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    327327        /** Versions **********************************************************/
    328328
    329         $this->version    = '2.4.0-rc1';
     329        $this->version    = '2.4.0';
    330330        $this->db_version = 10000;
    331331
  • trunk/src/readme.txt

    r10306 r10343  
    44Requires at least: 3.8
    55Tested up to: 4.3.1
    6 Stable tag: 2.3.4
     6Stable tag: 2.4.0
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    122122See: https://codex.buddypress.org/releases/version-2-4-0/
    123123
     124= 2.3.5 =
     125See: https://codex.buddypress.org/releases/version-2-3-5/
     126
    124127= 2.3.4 =
    125128See: https://codex.buddypress.org/releases/version-2-3-4/
     
    232235See: https://codex.buddypress.org/releases/version-2-4-0/
    233236
     237= 2.3.5 =
     238See: https://codex.buddypress.org/releases/version-2-3-5/
     239
    234240= 2.3.4 =
    235241See: https://codex.buddypress.org/releases/version-2-3-4/
Note: See TracChangeset for help on using the changeset viewer.