PluginProbe
bbPress / 2.2.1
bbPress v2.2.1
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 2.2.1 All 72 releases
bbpress / readme.txt

readme.txt in bbPress 2.2.1, at readme.txt

157 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === bbPress ===
2 Contributors: matt, johnjamesjacoby
3 Tags: forums, discussion, support, theme, akismet, multisite
4 Requires at least: 3.4
5 Tested up to: 3.5
6 Stable tag: 2.2.1
7 License: GPLv2 or later
8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
10 bbPress is forum software, made the WordPress way
11
12 == Description ==
13
14 Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on ease of integration, ease of use, web standards, and speed.
15
16 We're keeping things as small and light as possible while still allowing for great add-on features through WordPress's extensive plugin system. What does all that mean? bbPress is lean, mean, and ready to take on any job you throw at it.
17
18 == Installation ==
19
20 1. Place the 'bbpress' folder in your '/wp-content/plugins/' directory.
21 2. Activate bbPress.
22 3. Visit 'Settings > Forums' and adjust your configuration.
23 4. Create some forums.
24 5. View your site.
25 6. Adjust the CSS of your theme as needed, to make everything pretty.
26
27 == Changelog ==
28
29 = 2.2.1 =
30 * Fix role mapping for non-WordPress roles
31 * Fix issue with private forums being blocked
32 * Allow moderators to see hidden forums
33
34 = 2.2 =
35 * Improved user roles and capabilities
36 * Improved theme compatibility
37 * Improved BuddyPress Group Forums integration
38 * Improved forums convertion tool
39 * Improved forums tools and settings
40 * Improved multisite support
41 * Added What's New and Credits pages
42 * WordPress 3.5 and BuddyPress 1.7 ready
43
44 = 2.1.2 =
45 * Fixed admin-side help verbiage
46 * Fixed reply height CSS
47 * Fixed password converter
48 * Fixed child post trash and delete functions
49
50 = 2.1.1 =
51 * Fixed Invision, phpBB, and vBulletin importers
52 * Fixed private/hidden forum bugs
53 * Fixed topic split meta values
54 * Fixed theme compatibility logic error
55 * Fixed role mask issues for shared user installs
56 * Fixed missing function cruft
57 * Fixed missing filter on displayed user fields
58
59 = 2.1 =
60 * WordPress 3.4 compatibility
61 * Deprecate $bbp global, use bbpress() singleton
62 * Private forums now visible to registered users
63 * Updated forum converter
64 * Topic and reply edits now ran through Akismet
65 * Fixed Akismet edit bug
66 * Fixed Widgets nooping globals
67 * Fixed translation load order
68 * Fixed user-edit bugs
69 * Fixed settings screen regressions
70 * Improved post cache invalidation
71 * Improved admin-side nonce checks
72 * Improved admin settings API
73 * Improved bbPress 1.1 converter
74 * Improved BuddyPress integration
75 * Improved Theme-Compatibility
76 * Improved template coverage
77 * Improved query performance
78 * Improved breadcrumb behavior
79 * Improved multisite integration
80 * Improved code clarity
81 * Improved RTL styling
82 * Added 2x menu icons for HiDPI displays
83 * Added fancy editor support
84 * Added fallback theme picker
85 * Added tools for importing, resetting, and removing
86
87 = 2.0 =
88 * Released on September 21, 2011
89
90 = 2.0-rc-5 =
91 * Fixed Genesis incompatibilities
92 * Fixed BuddyPress activity stream issues
93 * Fixed Subscription email sending issues
94 * Fixed Theme Compat display issues for some themes
95 * Improved Theme Compat class
96 * More future proofing internal API's
97
98 = 2.0-rc-4 =
99 * BuddyPress @mention integration
100 * Improved Akismet user agent handling
101 * Added blacklist_keys support
102 * Fixed spam/deleted user handling
103 * Updated green admin color scheme for WordPress 3.2
104 * Added actions to topic/reply forms
105 * Improved support for future ajaxification
106
107 = 2.0-rc-3 =
108 * Fixed activation/deactivation
109 * Added Forum Participant role for multisite use
110
111 = 2.0-rc-2 =
112 * BuddyPress activity action integration
113 * Multisite integration
114 * Fixed a bushel of bugs
115 * Fixed tag pagination again
116 * Fixed ajax priority loading
117
118 = 2.0-rc-1 =
119 * Fixed tag pagination
120 * Broke tag pagination
121 * Squashed a bunch of bugs
122
123 = 2.0-beta-3b =
124 * Fix regression in forum index theme compatibility template
125 * Audit usage of get strings for moderator level and above users
126
127 = 2.0-beta-3 =
128 * Akismet integration
129 * Fixes replies within wp-admin
130 * Fixes reply notification links
131 * Fixes inconsistent breadcrumb behavior
132 * Fixes theme compatibility issues
133 * Fixes archive and page conflicts
134 * Improvements to unpretty permalink support
135 * Improvements to importer
136 * Improvements to multisite support
137 * Normalize theme, shortcodes, and template parts
138 * Add humans.txt
139 * Add empty index.php files to prevent snooping
140 * Add max length to topic titles (default 80 chars)
141
142 = 2.0-beta-2 =
143 * GlotPress integration
144 * Fixes Forum archive bug
145 * Fixes and improvements to importer
146 * Adds home link support to breadcrumb
147 * Improvements to Theme Compatibility
148 * Numerous template and CSS improvements
149 * RTL support
150 * Improved multisite support
151 * Add filters for future anti-spam support
152 * Add missing breadcrumbs to various template files
153 * Topic/reply trash fixes
154
155 = 2.0-beta-1 =
156 * In development
157