Changeset 7295
- Timestamp:
- 04/16/2025 10:53:45 PM (2 months ago)
- Location:
- branches/2.6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bbpress.php
r7290 r7295 24 24 * Requires PHP: 5.6.20 25 25 * Requires at least: 6.0 26 * Tested up to: 6. 527 * Version: 2.6.1 226 * Tested up to: 6.9 27 * Version: 2.6.13 28 28 */ 29 29 -
branches/2.6/package-lock.json
r7290 r7295 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6.1 2",3 "version": "2.6.13", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/2.6/package.json
r7290 r7295 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6.1 2",3 "version": "2.6.13", 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
r7290 r7295 24 24 * Requires PHP: 5.6.20 25 25 * Requires at least: 6.0 26 * Tested up to: 6. 527 * Version: 2.6.1 226 * Tested up to: 6.9 27 * Version: 2.6.13 28 28 */ 29 29 … … 208 208 /** Versions **********************************************************/ 209 209 210 $this->version = '2.6.1 2';210 $this->version = '2.6.13'; 211 211 $this->db_version = '263'; 212 212 -
branches/2.6/src/readme.txt
r7290 r7295 6 6 Requires PHP: 5.6.20 7 7 Requires at least: 6.0 8 Tested up to: 6. 59 Stable tag: 2.6.1 28 Tested up to: 6.9 9 Stable tag: 2.6.13 10 10 11 11 bbPress is forum software for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.