Changeset 7232
- Timestamp:
- 02/17/2022 06:49:15 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
bbpress.php (modified) (1 diff)
-
src/bbpress.php (modified) (1 diff)
-
src/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r7215 r7232 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.7.0-alpha-2 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 * Requires at least: 4.7 25 * Requires at least: 5.0 26 * Version: 2.7.0-alpha-2 26 27 */ 27 28 -
trunk/src/bbpress.php
r7215 r7232 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.7.0-alpha 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 * Requires at least: 4.7 25 * Requires at least: 5.0 26 * Version: 2.7.0-alpha-2 26 27 */ 27 28 -
trunk/src/readme.txt
r7224 r7232 1 1 === bbPress === 2 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov 3 Author: The bbPress Contributors 4 Author URI: https://bbpress.org 5 Plugin URI: https://bbpress.org 3 Tags: forum, forums, discussion, support 4 License: GNU General Public License v2 or later 6 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html 7 License: GNU General Public License v2 or later8 Tags: forum, forums, discussion, support9 6 Requires PHP: 5.6.20 10 Requires at least: 5. 57 Requires at least: 5.0 11 8 Tested up to: 5.9 12 Stable tag: 2. 6.89 Stable tag: 2.7.0-alpha-2 13 10 14 11 bbPress is forum software for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.