PluginProbe
bbPress / 2.2
bbPress v2.2
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 2.2.2 All 71 releases
bbpress / readme.txt

readme.txt in bbPress 2.2, at readme.txt

153 lines 4.6 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
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 =
30 * Improved user roles and capabilities
31 * Improved theme compatibility
32 * Improved BuddyPress Group Forums integration
33 * Improved forums convertion tool
34 * Improved forums tools and settings
35 * Improved multisite support
36 * Added What's New and Credits pages
37 * WordPress 3.5 and BuddyPress 1.7 ready
38
39 = 2.1.2 =
40 * Fixed admin-side help verbiage
41 * Fixed reply height CSS
42 * Fixed password converter
43 * Fixed child post trash and delete functions
44
45 = 2.1.1 =
46 * Fixed Invision, phpBB, and vBulletin importers
47 * Fixed private/hidden forum bugs
48 * Fixed topic split meta values
49 * Fixed theme compatibility logic error
50 * Fixed role mask issues for shared user installs
51 * Fixed missing function cruft
52 * Fixed missing filter on displayed user fields
53
54 = 2.1 =
55 * WordPress 3.4 compatibility
56 * Deprecate $bbp global, use bbpress() singleton
57 * Private forums now visible to registered users
58 * Updated forum converter
59 * Topic and reply edits now ran through Akismet
60 * Fixed Akismet edit bug
61 * Fixed Widgets nooping globals
62 * Fixed translation load order
63 * Fixed user-edit bugs
64 * Fixed settings screen regressions
65 * Improved post cache invalidation
66 * Improved admin-side nonce checks
67 * Improved admin settings API
68 * Improved bbPress 1.1 converter
69 * Improved BuddyPress integration
70 * Improved Theme-Compatibility
71 * Improved template coverage
72 * Improved query performance
73 * Improved breadcrumb behavior
74 * Improved multisite integration
75 * Improved code clarity
76 * Improved RTL styling
77 * Added 2x menu icons for HiDPI displays
78 * Added fancy editor support
79 * Added fallback theme picker
80 * Added tools for importing, resetting, and removing
81
82 = 2.0 =
83 * Released on September 21, 2011
84
85 = 2.0-rc-5 =
86 * Fixed Genesis incompatibilities
87 * Fixed BuddyPress activity stream issues
88 * Fixed Subscription email sending issues
89 * Fixed Theme Compat display issues for some themes
90 * Improved Theme Compat class
91 * More future proofing internal API's
92
93 = 2.0-rc-4 =
94 * BuddyPress @mention integration
95 * Improved Akismet user agent handling
96 * Added blacklist_keys support
97 * Fixed spam/deleted user handling
98 * Updated green admin color scheme for WordPress 3.2
99 * Added actions to topic/reply forms
100 * Improved support for future ajaxification
101
102 = 2.0-rc-3 =
103 * Fixed activation/deactivation
104 * Added Forum Participant role for multisite use
105
106 = 2.0-rc-2 =
107 * BuddyPress activity action integration
108 * Multisite integration
109 * Fixed a bushel of bugs
110 * Fixed tag pagination again
111 * Fixed ajax priority loading
112
113 = 2.0-rc-1 =
114 * Fixed tag pagination
115 * Broke tag pagination
116 * Squashed a bunch of bugs
117
118 = 2.0-beta-3b =
119 * Fix regression in forum index theme compatibility template
120 * Audit usage of get strings for moderator level and above users
121
122 = 2.0-beta-3 =
123 * Akismet integration
124 * Fixes replies within wp-admin
125 * Fixes reply notification links
126 * Fixes inconsistent breadcrumb behavior
127 * Fixes theme compatibility issues
128 * Fixes archive and page conflicts
129 * Improvements to unpretty permalink support
130 * Improvements to importer
131 * Improvements to multisite support
132 * Normalize theme, shortcodes, and template parts
133 * Add humans.txt
134 * Add empty index.php files to prevent snooping
135 * Add max length to topic titles (default 80 chars)
136
137 = 2.0-beta-2 =
138 * GlotPress integration
139 * Fixes Forum archive bug
140 * Fixes and improvements to importer
141 * Adds home link support to breadcrumb
142 * Improvements to Theme Compatibility
143 * Numerous template and CSS improvements
144 * RTL support
145 * Improved multisite support
146 * Add filters for future anti-spam support
147 * Add missing breadcrumbs to various template files
148 * Topic/reply trash fixes
149
150 = 2.0-beta-1 =
151 * In development
152 t
153