Changeset 6943
- Timestamp:
- 11/12/2019 07:39:03 PM (6 years ago)
- Location:
- branches/2.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bbpress.php
r6938 r6943 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 020 * Version: 2.6.1 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
branches/2.6/package.json
r6911 r6943 50 50 "url": "https://bbpress.svn.wordpress.org/trunk" 51 51 }, 52 "version": "2.6. 0",52 "version": "2.6.1", 53 53 "browserslist": [ 54 54 "extends @wordpress/browserslist-config" -
branches/2.6/src/bbpress.php
r6938 r6943 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 020 * Version: 2.6.1 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 204 204 /** Versions **********************************************************/ 205 205 206 $this->version = '2.6. 0';206 $this->version = '2.6.1'; 207 207 $this->db_version = '263'; 208 208 -
branches/2.6/src/readme.txt
r6938 r6943 4 4 Requires at least: 4.7 5 5 Tested up to: 5.3 6 Stable tag: 2.6. 06 Stable tag: 2.6.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 57 = 2.6.1 = 58 * Released on November 14, 2019 59 60 * Fix bug causing subforums not be listed 56 61 57 62 = 2.6.0 =
Note: See TracChangeset
for help on using the changeset viewer.