PluginProbe
bbPress / 2.1.2
bbPress v2.1.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.1.2, at readme.txt

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