Changeset 7222
- Timestamp:
- 11/19/2021 04:14:57 PM (4 years ago)
- Location:
- branches/2.6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bbpress.php
r7217 r7222 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 720 * Version: 2.6.8 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
branches/2.6/package-lock.json
r7217 r7222 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6. 7",3 "version": "2.6.8", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/2.6/package.json
r7217 r7222 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6. 7",3 "version": "2.6.8", 4 4 "author": "The bbPress Contributors", 5 5 "description": "Forum software with a twist from the creators of WordPress.", -
branches/2.6/src/bbpress.php
r7217 r7222 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 720 * Version: 2.6.8 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 206 206 /** Versions **********************************************************/ 207 207 208 $this->version = '2.6. 7';208 $this->version = '2.6.8'; 209 209 $this->db_version = '263'; 210 210 -
branches/2.6/src/readme.txt
r7217 r7222 3 3 Tags: forum, forums, discussion, support 4 4 Tested up to: 5.9 5 Stable tag: 2.6. 75 Stable tag: 2.6.8 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.