Changeset 6689
- Timestamp:
- 09/09/2017 03:55:05 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
humans.txt (modified) (1 diff)
-
readme.txt (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/humans.txt
r6579 r6689 48 48 Favorite Food: Tacos 🌮 49 49 50 Name: Sergey Biryukov 51 Title: Core Contributor 52 Twitter: sergeybiryukov 53 50 54 /* THANKS */ 51 Mike Adams, Gautam Gupta, Ben L, Justin Tadlock, cnorris23, anointed, andy, nacin55 Mike Adams, Gautam Gupta, Ben L, Justin Tadlock, Pippin Williamson, cnorris23, anointed, andy, nacin 52 56 53 57 /* META */ 54 Updated: 201 3/11/2558 Updated: 2017/09/09 55 59 See: http://humanstxt.org/ -
trunk/src/readme.txt
r6688 r6689 1 1 === bbPress === 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov 3 3 Tags: forums, discussion, support, theme, akismet, multisite 4 4 Requires at least: 4.7 … … 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 bbPress is forum software , made the WordPress way.10 bbPress is forum software for WordPress. 11 11 12 12 == Description == 13 13 14 Are you looking for a timeless, elegant, and streamlined discussion board? bbPress is focused on ease of integration, ease of use, modern web standards, and performance.15 16 bbPress is spry & nimble, and allows for great add-on features through WordPress's extensive plugin system. It isintentionally simple yet infinitely powerful forum software, built by contributors to WordPress.14 Are you looking for a timeless, elegant, and streamlined discussion board? bbPress is easy to integrate, easy to use, and is built to scale with your growing community. 15 16 bbPress is intentionally simple yet infinitely powerful forum software, built by contributors to WordPress. 17 17 18 18 == Installation == … … 55 55 == Changelog == 56 56 57 = 2.5.14=57 = [2.5.14]- 2017-09-09 = 58 58 * Improved support for PHP 7.1 and higher 59 59 * Improved pagination for non-public post statuses 60 * Fix converter row-limit boundaries61 62 = 2.5.13=60 * Fixed converter row-limit boundaries 61 62 = [2.5.13]- 2017-05-18 = 63 63 * Improved support for `post_parent__in` type queries 64 64 65 = 2.5.12=65 = [2.5.12]- 2016-12-08 = 66 66 * Bump minimum WordPress version to 4.7 67 67 * Use 'wp_roles_init' action for dynamic roles 68 68 69 = 2.5.11=69 = [2.5.11]- 2016-11-09 = 70 70 * Improved support for WordPress 4.7 71 71 * Improved localization of role names 72 72 * Increase minimum WordPress version to 4.2 73 73 74 = 2.5.10=74 = [2.5.10]- 2016-07-13 = 75 75 * Improved user display-name rendering 76 76 77 = 2.5.9=77 = [2.5.9]- 2016-05-02 = 78 78 * Improved user mentions 79 79 80 = 2.5.8=80 = [2.5.8]- 2015-07-13 = 81 81 * Improved ajax actions 82 82 * Improved user query parsing 83 * Fix BuddyPress Groups notice84 85 = 2.5.7=83 * Fixed BuddyPress Groups notice 84 85 = [2.5.7]- 2015-04-20 = 86 86 * Improved output of certain URLs 87 87 88 = 2.5.6 =88 = [2.5.6]- 2015-03-16 = 89 89 * Improved notification & subscription email sending 90 90 91 = 2.5.5=91 = [2.5.5]- 2015-03-06 = 92 92 * Improved bulk editing of users 93 93 * Improved suggesting of topics & authors for moderators 94 94 * Improved converter tool access 95 95 96 = 2.5.4=97 * Fix reply editing causing polluted hierarchy98 * Add tool for repairing reply positions within topics96 = [2.5.4]- 2014-06-06 = 97 * Fixed reply editing causing polluted hierarchy 98 * Added tool for repairing reply positions within topics 99 99 * Improved custom slug and displayed user field sanitization 100 100 * Improved SSL support when relying on theme compatibility 101 101 102 = 2.5.3=102 = [2.5.3]- 2014-01-11 = 103 103 * WordPress 3.8 support (dashicons, new color schemes) 104 * Fix dropdown selects in settings pages105 * Fix accidental topic subscription removal on reply form106 * Fix poor grammar in profile title element107 * Fix admin area SSL support108 109 = 2.5.2=110 * Fix BuddyPress (1.9.1) Notification integration111 112 = 2.5.1=104 * Fixed dropdown selects in settings pages 105 * Fixed accidental topic subscription removal on reply form 106 * Fixed poor grammar in profile title element 107 * Fixed admin area SSL support 108 109 = [2.5.2]- 2013-12-27 = 110 * Fixed BuddyPress (1.9.1) Notification integration 111 112 = [2.5.1]- 2013-12-03 = 113 113 * Updated subscriptions setting description 114 * Fix forum subscriptions not appearing on profiles for some users114 * Fixed forum subscriptions not appearing on profiles for some users 115 115 * Allow links to have targets 116 * Improve Windows compatibility117 118 = 2.5 =116 * Improved Windows compatibility 117 118 = [2.5.0]- 2013-11-25 = 119 119 * Added forum subscriptions 120 120 * Added importers for AEF, Drupal, FluxBB, Kunena Forums (Joomla), MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB 121 121 * Added BuddyPress Notifications integration 122 122 * Added ability to enqueue scripts and styles in the template stack 123 * Fix various existing importer scripts124 * Fix forum visibility meta saving125 * Fix Akismet anonymous user meta checking126 * Fix inconsistent bbp_dropdown() results127 * Fix topic and reply ping-status inconsistencies128 129 = 2.4.1=130 * Fix forum status saving131 * Fix widget settings saving132 * Fix custom wp_title compatibility133 * Fix search results custom permalink compatibility134 * Fix custom user topics & replies pages135 * Fix hierarchical reply handling in converter136 137 = 2.4 =123 * Fixed various existing importer scripts 124 * Fixed forum visibility meta saving 125 * Fixed Akismet anonymous user meta checking 126 * Fixed inconsistent bbp_dropdown() results 127 * Fixed topic and reply ping-status inconsistencies 128 129 = [2.4.1]- 2013-10-10 = 130 * Fixed forum status saving 131 * Fixed widget settings saving 132 * Fixed custom wp_title compatibility 133 * Fixed search results custom permalink compatibility 134 * Fixed custom user topics & replies pages 135 * Fixed hierarchical reply handling in converter 136 137 = [2.4.0]- 2013-08-24 = 138 138 * Added hierarchical reply support 139 139 * Added ability to disable forum search … … 150 150 * General code clean-up 151 151 152 = 2.3.2=152 = [2.3.2]- 2013-05-06 = 153 153 * Improved posting of preformatted code 154 154 * Improved theme compatibility CSS 155 155 * Improved BuddyPress Activity Streams integration 156 156 157 = 2.3.1=157 = [2.3.1]- 2013-04-26 = 158 158 * Improved posting of preformatted code 159 * Fix deleting of post cache group160 * Fix moderators not having view_trash capability161 162 = 2.3 =159 * Fixed deleting of post cache group 160 * Fixed moderators not having view_trash capability 161 162 = [2.3.1]- 2013-04-13 = 163 163 * Added forum search functionality 164 164 * Improved BuddyPress Group Forums integration … … 167 167 * Added more forum migration options 168 168 169 = 2.2.4 =169 = [2.2.4]- 2013-01-24 = 170 170 * Prepare converter queries 171 * Improve validation and sanitization of form values172 173 = 2.2.3=174 * Improve compatibility with some themes175 * Fix integration with BuddyPress Group Forums176 * Fix BuddyPress Activity Stream integration177 178 = 2.2.2=171 * Improved validation and sanitization of form values 172 173 = [2.2.3]- 2012-12-11 = 174 * Improved compatibility with some themes 175 * Fixed integration with BuddyPress Group Forums 176 * Fixed BuddyPress Activity Stream integration 177 178 = [2.2.2]- 2012-11-23 = 179 179 * RTL and i18n fixes 180 180 * Improved user profile theme compatibility … … 183 183 * Fixed template part reference in extras user edit template 184 184 185 = 2.2.1=186 * Fix role mapping for non-WordPress roles187 * Fix issue with private forums being blocked185 = [2.2.1]- 2012-11-19 = 186 * Fixed role mapping for non-WordPress roles 187 * Fixed issue with private forums being blocked 188 188 * Allow moderators to see hidden forums 189 189 190 = 2.2=190 = [2.2.0]- 2012-11-09 = 191 191 * Improved user roles and capabilities 192 192 * Improved theme compatibility … … 198 198 * WordPress 3.5 and BuddyPress 1.7 ready 199 199 200 = 2.1.2=200 = [2.1.2]- 2012-07-31 = 201 201 * Fixed admin-side help verbiage 202 202 * Fixed reply height CSS … … 204 204 * Fixed child post trash and delete functions 205 205 206 = 2.1.1=206 = [2.1.1]- 2012-07-23 = 207 207 * Fixed Invision, phpBB, and vBulletin importers 208 208 * Fixed private/hidden forum bugs … … 213 213 * Fixed missing filter on displayed user fields 214 214 215 = 2.1=215 = [2.1.0]- 2012-07-08 = 216 216 * WordPress 3.4 compatibility 217 217 * Deprecate $bbp global, use bbpress() singleton … … 241 241 * Added tools for importing, resetting, and removing 242 242 243 = 2.0 = 244 * Released on September 21, 2011 245 246 = 2.0-rc-5 = 243 = [2.0.2]- 2011-11-28 = 244 * Released on November 13, 2011 245 246 = [2.0.1]- 2011-11-23 = 247 * Released on November 13, 2011 248 249 = [2.0.0]- 2011-09-21 = 250 * Initial plugin release <3 251 * BuddyPress @mention integration 252 * BuddyPress activity action integration 253 * GlotPress integration 254 * Multisite integration 255 * Akismet integration 256 * RTL support 257 * More future proofing internal API's 258 * Green admin color scheme for WordPress 3.2 259 * Audit usage of get strings for moderator level and above users 260 * Normalize theme, shortcodes, and template parts 261 * Added blacklist_keys support 262 * Added actions to topic/reply forms 263 * Added Forum Participant role for multisite use 264 * Added humans.txt 265 * Added empty index.php files to prevent snooping 266 * Added max length to topic titles (default 80 chars) 267 * Added home link support to breadcrumb 268 * Added filters for future anti-spam support 269 * Added missing breadcrumbs to various template files 270 * Improved templates and CSS 271 * Improved Theme Compatibility 272 * Improved Theme Compat class 273 * Improved Akismet user agent handling 274 * Improved support for future ajaxification 275 * Improved unpretty permalink support 276 * Improved importer 277 * Improved multisite support 247 278 * Fixed Genesis incompatibilities 248 279 * Fixed BuddyPress activity stream issues 249 280 * Fixed Subscription email sending issues 250 281 * Fixed Theme Compat display issues for some themes 251 * Improved Theme Compat class252 * More future proofing internal API's253 254 = 2.0-rc-4 =255 * BuddyPress @mention integration256 * Improved Akismet user agent handling257 * Added blacklist_keys support258 282 * Fixed spam/deleted user handling 259 * Updated green admin color scheme for WordPress 3.2260 * Added actions to topic/reply forms261 * Improved support for future ajaxification262 263 = 2.0-rc-3 =264 283 * Fixed activation/deactivation 265 * Added Forum Participant role for multisite use266 267 = 2.0-rc-2 =268 * BuddyPress activity action integration269 * Multisite integration270 284 * Fixed a bushel of bugs 271 285 * Fixed tag pagination again 272 286 * Fixed ajax priority loading 273 274 = 2.0-rc-1 =275 287 * Fixed tag pagination 276 * Broke tag pagination 277 * Squashed a bunch of bugs 278 279 = 2.0-beta-3b = 280 * Fix regression in forum index theme compatibility template 281 * Audit usage of get strings for moderator level and above users 282 283 = 2.0-beta-3 = 284 * Akismet integration 285 * Fixes replies within wp-admin 286 * Fixes reply notification links 287 * Fixes inconsistent breadcrumb behavior 288 * Fixes theme compatibility issues 289 * Fixes archive and page conflicts 290 * Improvements to unpretty permalink support 291 * Improvements to importer 292 * Improvements to multisite support 293 * Normalize theme, shortcodes, and template parts 294 * Add humans.txt 295 * Add empty index.php files to prevent snooping 296 * Add max length to topic titles (default 80 chars) 297 298 = 2.0-beta-2 = 299 * GlotPress integration 300 * Fixes Forum archive bug 301 * Fixes and improvements to importer 302 * Adds home link support to breadcrumb 303 * Improvements to Theme Compatibility 304 * Numerous template and CSS improvements 305 * RTL support 306 * Improved multisite support 307 * Add filters for future anti-spam support 308 * Add missing breadcrumbs to various template files 309 * Topic/reply trash fixes 310 311 = 2.0-beta-1 = 312 * In development 288 * Fixed regression in forum index theme compatibility template 289 * Fixed replies within wp-admin 290 * Fixed reply notification links 291 * Fixed inconsistent breadcrumb behavior 292 * Fixed theme compatibility issues 293 * Fixed archive and page conflicts 294 * Fixed forum archive bug 295 * Fixed and improvements to importer 296 * Fixed topic/reply trash
Note: See TracChangeset
for help on using the changeset viewer.