Changeset 7228
- Timestamp:
- 11/29/2021 03:22:27 PM (2 weeks ago)
- Location:
- branches/2.6
- Files:
-
- 5 edited
-
bbpress.php (modified) (1 diff)
-
package-lock.json (modified) (1 diff)
-
package.json (modified) (1 diff)
-
src/bbpress.php (modified) (2 diffs)
-
src/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bbpress.php
r7222 r7228 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 820 * Version: 2.6.9 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
branches/2.6/package-lock.json
r7222 r7228 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6. 8",3 "version": "2.6.9", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/2.6/package.json
r7222 r7228 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6. 8",3 "version": "2.6.9", 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
r7222 r7228 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 820 * Version: 2.6.9 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 206 206 /** Versions **********************************************************/ 207 207 208 $this->version = '2.6. 8';208 $this->version = '2.6.9'; 209 209 $this->db_version = '263'; 210 210 -
branches/2.6/src/readme.txt
r7222 r7228 3 3 Tags: forum, forums, discussion, support 4 4 Tested up to: 5.9 5 Stable tag: 2.6. 85 Stable tag: 2.6.9 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.