Changeset 7094
- Timestamp:
- 05/28/2020 08:53:26 PM (6 years 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
r7090 r7094 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 520 * Version: 2.6.6-alpha-1 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
branches/2.6/package-lock.json
r7090 r7094 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6. 5",3 "version": "2.6.6-alpha-1", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/2.6/package.json
r7090 r7094 50 50 "url": "https://bbpress.svn.wordpress.org/branches/2.6" 51 51 }, 52 "version": "2.6. 5",52 "version": "2.6.6-alpha-1", 53 53 "browserslist": [ 54 54 "extends @wordpress/browserslist-config" -
branches/2.6/src/bbpress.php
r7090 r7094 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6. 520 * Version: 2.6.6-alpha-1 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 206 206 /** Versions **********************************************************/ 207 207 208 $this->version = '2.6. 5';208 $this->version = '2.6.6-alpha-1'; 209 209 $this->db_version = '263'; 210 210 -
branches/2.6/src/readme.txt
r7090 r7094 3 3 Tags: forum, forums, discussion, support 4 4 Tested up to: 5.4 5 Stable tag: 2.6. 45 Stable tag: 2.6.6 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html 8 8 Requires PHP: 5.6.20 9 Requires at least: 4.79 Requires at least: 5.0 10 10 11 11 bbPress is forum software for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.