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

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