PluginProbe
bbPress / 2.6.17
bbPress v2.6.17
2.6.18 2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 All 73 releases
← All changes | readme.txt +2 -6 trunk2.6.17 View file →
@@ -2,12 +2,12 @@
2 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov
3 3 Tags: forum, forums, discussion, support
4 4 License: GNU General Public License v2 or later
5 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html
6 -Requires PHP: 7.2
6 +Requires PHP: 5.6.20
7 7 Requires at least: 6.0
8 8 Tested up to: 7.1
9 -Stable tag: 2.6.18
9 +Stable tag: 2.6.17
10 10
11 11 bbPress is forum software for WordPress.
12 12
13 13 == Description ==
@@ -85,12 +85,8 @@
85 85
86 86 Check out the [releases page](https://codex.bbpress.org/releases/)
87 87
88 88 == Upgrade Notice ==
89 -
90 -= 2.6.18 =
91 -
92 -Requires PHP 7.2. Improves first-login password upgrades for imported users, including sites where the source forum database is no longer available. Corrects PHPWind topic counts and restores Super Moderator edit links on front-end user screens.
93 89
94 90 = 2.6.17 =
95 91
96 92 Count maintenance now uses the bbPress post-status transition action and conditional metadata writes. Extensions that attach count callbacks to creation or moderation actions, add custom statuses, filter count values, or customize subforum queries should review the Developer Notes. Sites with known stale counts can selectively run the repair tools after upgrading.