Changeset 7233
- Timestamp:
- 02/17/2022 06:56:11 PM (4 years ago)
- Location:
- branches/2.6
- Files:
-
- 3 edited
-
bbpress.php (modified) (1 diff)
-
src/bbpress.php (modified) (1 diff)
-
src/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bbpress.php
r7228 r7233 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6.9 20 * License: GNU General Public License v2 or later 21 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 21 22 * Text Domain: bbpress 22 23 * Domain Path: /languages/ 23 * License: GPLv2 or later (license.txt)24 24 * Requires PHP: 5.6.20 25 25 * Requires at least: 5.0 26 * Version: 2.6.10 26 27 */ 27 28 -
branches/2.6/src/bbpress.php
r7228 r7233 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6.9 20 * License: GNU General Public License v2 or later 21 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 21 22 * Text Domain: bbpress 22 23 * Domain Path: /languages/ 23 * License: GPLv2 or later (license.txt)24 24 * Requires PHP: 5.6.20 25 25 * Requires at least: 5.0 26 * Version: 2.6.10 26 27 */ 27 28 -
branches/2.6/src/readme.txt
r7228 r7233 1 1 === bbPress === 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov 3 Tags: forum, forums, discussion, support 4 Tested up to: 5.9 5 Stable tag: 2.6.9 6 License: GPLv2 or later 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html 8 Requires PHP: 5.6.20 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov 3 Tags: forum, forums, discussion, support 4 License: GNU General Public License v2 or later 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html 6 Requires PHP: 5.6.20 9 7 Requires at least: 5.0 8 Tested up to: 5.9 9 Stable tag: 2.6.10 10 10 11 11 bbPress is forum software for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.