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