PluginProbe
bbPress / 2.1.3
bbPress v2.1.3
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.3, at readme.txt

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