Skip to:
Content

BuddyPress.org

Changeset 9954


Ignore:
Timestamp:
06/18/2015 03:02:04 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.4.0-alpha.

This change adds links to future upgrade and changelog pages in readme.txt, and suppresses upgrade notices when running trunk in development environments.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r9919 r9954  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.3.1
     18 * Version:     2.4.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/package.json

    r9919 r9954  
    4343    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4444  },
    45   "version": "2.3.1"
     45  "version": "2.4.0"
    4646}
  • trunk/src/bp-loader.php

    r9910 r9954  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.3.0
     17 * Version:     2.4.0-alpha
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    310310        /** Versions **********************************************************/
    311311
    312         $this->version    = '2.3.0';
     312        $this->version    = '2.4.0-alpha';
    313313        $this->db_version = 9909;
    314314
  • trunk/src/readme.txt

    r9919 r9954  
    44Requires at least: 3.6
    55Tested up to: 4.2
    6 Stable tag: 2.3.1
     6Stable tag: 2.3.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.4.0 =
     122See: https://codex.buddypress.org/releases/version-2-4-0/
     123
     124= 2.3.2 =
     125See: https://codex.buddypress.org/releases/version-2-3-2/
     126
    121127= 2.3.1 =
    122128See: https://codex.buddypress.org/releases/version-2-3-1/
     
    217223== Changelog ==
    218224
     225= 2.4.0 =
     226See: https://codex.buddypress.org/releases/version-2-4-0/
     227
     228= 2.3.2 =
     229See: https://codex.buddypress.org/releases/version-2-3-2/
     230
    219231= 2.3.1 =
    220232See: https://codex.buddypress.org/releases/version-2-3-1/
Note: See TracChangeset for help on using the changeset viewer.