Changeset 7273
- Timestamp:
- 06/29/2024 04:56:00 PM (21 months 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
r7267 r7273 25 25 * Requires at least: 6.0 26 26 * Tested up to: 6.5 27 * Version: 2.6.1 027 * Version: 2.6.11 28 28 */ 29 29 -
branches/2.6/package-lock.json
r7265 r7273 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6.1 0",3 "version": "2.6.11", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/2.6/package.json
r7265 r7273 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6.1 0",3 "version": "2.6.11", 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
r7267 r7273 25 25 * Requires at least: 6.0 26 26 * Tested up to: 6.5 27 * Version: 2.6.1 027 * Version: 2.6.11 28 28 */ 29 29 … … 208 208 /** Versions **********************************************************/ 209 209 210 $this->version = '2.6.1 0';210 $this->version = '2.6.11'; 211 211 $this->db_version = '263'; 212 212 -
branches/2.6/src/readme.txt
r7267 r7273 7 7 Requires at least: 6.0 8 8 Tested up to: 6.5 9 Stable tag: 2.6.1 09 Stable tag: 2.6.11 10 10 11 11 bbPress is forum software for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.