Skip to:
Content

bbPress.org

Changeset 6839


Ignore:
Timestamp:
07/28/2018 03:52:31 PM (8 years ago)
Author:
johnjamesjacoby
Message:

General: Bump to RC6, and related unimpactful changes

  • Docs & whitespace
  • Update packages
  • Update stable tag
  • Add changelog section for 2.6 (TBD)
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r6699 r6839  
    1818 * Author:      The bbPress Contributors
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.6-rc-5
     20 * Version:     2.6-rc-6
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
  • trunk/package-lock.json

    r6831 r6839  
    18441844        },
    18451845        "get-caller-file": {
    1846             "version": "1.0.2",
    1847             "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
    1848             "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U="
     1846            "version": "1.0.3",
     1847            "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
     1848            "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
    18491849        },
    18501850        "get-stdin": {
     
    38473847        },
    38483848        "node-sass": {
    3849             "version": "4.9.1",
    3850             "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.1.tgz",
    3851             "integrity": "sha512-m6H1I6cHXsHsJ7BIWdnJsz9S9gVMyh+/H2cOTXgl2/2WqyyWlBcl4PHJcqrXo5RZVCfCUFqOtjPN0+0XbVHR5Q==",
     3849            "version": "4.9.2",
     3850            "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.2.tgz",
     3851            "integrity": "sha512-LdxoJLZutx0aQXHtWIYwJKMj+9pTjneTcLWJgzf2XbGu0q5pRNqW5QvFCEdm3mc5rJOdru/mzln5d0EZLacf6g==",
    38523852            "requires": {
    38533853                "async-foreach": "^0.1.3",
  • trunk/package.json

    r6831 r6839  
    5454    ],
    5555    "dependencies": {
    56         "node-sass": "^4.9.1"
     56        "node-sass": "^4.9.2"
    5757    }
    5858}
  • trunk/src/bbpress.php

    r6834 r6839  
    1818 * Author:      The bbPress Contributors
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.6-rc-5
     20 * Version:     2.6-rc-6
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    3131 * Main bbPress Class
    3232 *
    33  * "How doth the little busy bee, improve each shining hour..."
     33 * "Word hard. Stay bumble."
    3434 *
    3535 * @since 2.0.0 bbPress (r2464)
     
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-rc-6831';
     206        $this->version    = '2.6-rc-6838';
    207207        $this->db_version = '262';
    208208
     
    10021002 * Example: <?php $bbp = bbpress(); ?>
    10031003 *
     1004 * @since 2.0.0 bbPress (r2464)
     1005 *
    10041006 * @return bbPress The one true bbPress Instance
    10051007 */
  • trunk/src/readme.txt

    r6699 r6839  
    44Requires at least: 4.7
    55Tested up to: 4.9
    6 Stable tag: 2.5.14
     6Stable tag: 2.6.0
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== Changelog ==
     56
     57= 2.6.0 =
     58* Released on August 6, 2018
    5659
    5760= 2.5.14 =
Note: See TracChangeset for help on using the changeset viewer.