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

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