Skip to:
Content

BuddyPress.org

Changeset 11328


Ignore:
Timestamp:
12/22/2016 08:52:15 PM (10 years ago)
Author:
djpaul
Message:

Bump 2.5 branch from 2.5.3 to 2.5.4

Location:
branches/2.5
Files:
4 edited

Legend:

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

    r10805 r11328  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.5.4-alpha
     18 * Version:     2.5.4
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.5/package.json

    r10802 r11328  
    4444    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4545  },
    46   "version": "2.5.3"
     46  "version": "2.5.4"
    4747}
  • branches/2.5/src/bp-loader.php

    r10805 r11328  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.5.4-alpha
     18 * Version:     2.5.4
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
    … …  
    328328                /** Versions **********************************************************/
    329329
    330                 $this->version    = '2.5.3';
     330                $this->version    = '2.5.4';
    331331                $this->db_version = 10469;
    332332
  • branches/2.5/src/readme.txt

    r10802 r11328  
    44Requires at least: 3.9
    55Tested up to: 4.4.2
    6 Stable tag: 2.5.3
     6Stable tag: 2.5.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    … …  
    119119== Upgrade Notice ==
    120120
     121= 2.5.4 =
     122See: https://codex.buddypress.org/releases/version-2-5-4/
     123
    121124= 2.5.3 =
    122125See: https://codex.buddypress.org/releases/version-2-5-3/
    … …  
    253256== Changelog ==
    254257
     258= 2.5.4 =
     259See: https://codex.buddypress.org/releases/version-2-5-4/
     260
    255261= 2.5.3 =
    256262See: https://codex.buddypress.org/releases/version-2-5-3/
Note: See TracChangeset for help on using the changeset viewer.