Changeset 4745
- Timestamp:
- 02/01/2013 12:02:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/admin.php
r4684 r4745 1319 1319 <div class="wrap about-wrap"> 1320 1320 <h1><?php printf( __( 'Welcome to bbPress %s' ), $display_version ); ?></h1> 1321 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! bbPress %s is ready to make your community a safer, faster, and better looking place to hang out!' ), $display_version ); ?></div>1321 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! bbPress %s goes great with pizza and popcorn, and will nicely complement your community too!' ), $display_version ); ?></div> 1322 1322 <div class="bbp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> 1323 1323 … … 1331 1331 1332 1332 <div class="changelog"> 1333 <h3><?php _e( ' In-depth User Profiles', 'bbpress' ); ?></h3>1333 <h3><?php _e( 'Forum Search', 'bbpress' ); ?></h3> 1334 1334 1335 1335 <div class="feature-section"> 1336 <h4><?php _e( ' User Details', 'bbpress' ); ?></h4>1337 <p><?php _e( ' Forum profiles include the details of your forum activity, including your topics and replies, subscriptions, and favorites.', 'bbpress' ); ?></p>1338 1339 <h4><?php _e( ' Easy Updating', 'bbpress' ); ?></h4>1340 <p><?php _e( ' You can easily update your profile without leaving bbPress.', 'bbpress' ); ?></p>1336 <h4><?php _e( 'Only Forum Content', 'bbpress' ); ?></h4> 1337 <p><?php _e( 'Allow your forums to be searched without mixing in your posts or pages.', 'bbpress' ); ?></p> 1338 1339 <h4><?php _e( 'Choose Your Own Slug', 'bbpress' ); ?></h4> 1340 <p><?php _e( 'Setup your forum search to live anywhere relative to the forum index.', 'bbpress' ); ?></p> 1341 1341 </div> 1342 1342 </div> 1343 1343 1344 1344 <div class="changelog"> 1345 <h3><?php _e( ' Theme Compatibility', 'bbpress' ); ?></h3>1345 <h3><?php _e( 'New Forum Importers', 'bbpress' ); ?></h3> 1346 1346 1347 1347 <div class="feature-section"> 1348 <h4><?php _e( 'Twenty Twelve', 'bbpress' ); ?></h4> 1349 <p><?php _e( 'Updated default templates are now Twenty Twelve compatible, and we refreshed our CSS to better integrate with other popular themes, too.', 'bbpress' ); ?></p> 1348 <h4><?php _e( 'Vanilla', 'bbpress' ); ?></h4> 1349 <p><?php _e( 'Tired of plain old Vanilla? Now you can easily switch to <del>Mint Chocolate Chip</del> bbPress!', 'bbpress' ); ?></p> 1350 1351 <h4><?php _e( 'SimplePress', 'bbpress' ); ?></h4> 1352 <p><?php _e( 'Converting an existing SimplePress powered forum to bbPress has never been "simpler!"', 'bbpress' ); ?></p> 1353 1354 <h4><?php _e( 'Mingle', 'bbpress' ); ?></h4> 1355 <p><?php _e( 'No time to... chit-chat; convert your Mingle forums to bbPress today!', 'bbpress' ); ?></p> 1350 1356 </div> 1351 1357 </div> 1352 1358 1353 1359 <div class="changelog"> 1354 <h3><?php _e( ' Improved User Management', 'bbpress' ); ?></h3>1360 <h3><?php _e( 'Even Better BuddyPress Integration', 'bbpress' ); ?></h3> 1355 1361 1356 1362 <div class="feature-section"> 1357 <h4><?php _e( 'Dynamic User Roles and Capabilities', 'bbpress' ); ?></h4> 1358 <p><?php _e( 'bbPress now includes some fancy user-roles with smart default capabilities to help you manage your forums. New roles include Key Master (for complete administrative access), Moderator, and Participant for regular forum users.', 'bbpress' ); ?></p> 1359 1360 <h4><?php _e( 'Manage Forum Users from WordPress', 'bbpress' ); ?></h4> 1361 <p><?php _e( 'You can assign Forums roles to users individually, or bulk update them from the WordPress Users page. Users automatically start out as forum participants.', 'bbpress' ); ?></p> 1363 <h4><?php _e( 'bbPress powered BuddyPress Group Forums', 'bbpress' ); ?></h4> 1364 <p><?php _e( 'Use bbPress to manage your BuddyPress Group Forums, allowing for seamless integration and improved plugin performance.', 'bbpress' ); ?></p> 1362 1365 </div> 1363 1366 </div> 1364 1367 1365 1368 <div class="changelog"> 1366 <h3><?php _e( 'Better BuddyPress Integration', 'bbpress' ); ?></h3>1367 1368 <div class="feature-section">1369 <h4><?php _e( 'Use bbPress for Your BuddyPress Group Forums', 'bbpress' ); ?></h4>1370 <p><?php _e( 'You can now use bbPress to manage your BuddyPress Group Forums, allowing for seamless integration and improved plugin performance. Plugins developed for bbPress can now be extended to improve the BuddyPress Group Forums experience.', 'bbpress' ); ?></p>1371 1372 <h4><?php _e( 'Activity Stream Syncing', 'bbpress' ); ?></h4>1373 <p><?php _e( 'bbPress now keeps track of changes to topics and replies and keeps their corresponding BuddyPress Activity Stream updates synced.', 'bbpress' ); ?></p>1374 </div>1375 </div>1376 1377 <div class="changelog">1378 1369 <h3><?php _e( 'Under the Hood', 'bbpress' ); ?></h3> 1379 1370 1380 1371 <div class="feature-section col three-col"> 1381 1372 <div> 1382 <h4><?php _e( ' Template Logic', 'bbpress' ); ?></h4>1383 <p><?php _e( ' New functions and template stacks are in place to help plugin developers extend bbPress further.', 'bbpress' ); ?></p>1384 1385 <h4><?php _e( ' Plugin Directory Structure', 'bbpress' ); ?></h4>1386 <p><?php _e( ' We simplified the bbPress plugin directory structure, making it easier for plugin developers to find the relevant code.', 'bbpress' ); ?></p>1373 <h4><?php _e( 'Smarter Fancy Editor', 'bbpress' ); ?></h4> 1374 <p><?php _e( 'We simplified the Fancy Editor, and the allowed HTML tags that work with it.', 'bbpress' ); ?></p> 1375 1376 <h4><?php _e( 'Better Code Posting', 'bbpress' ); ?></h4> 1377 <p><?php _e( 'Your users can now post code snippets without too much hassle.', 'bbpress' ); ?></p> 1387 1378 </div> 1388 1379 1389 1380 <div> 1390 <h4><?php _e( ' Autocomplete', 'bbpress' ); ?></h4>1391 <p><?php _e( ' In WordPress Admin, you now select a parent forum or topic via autocomplete rather than a dropdown.', 'bbpress' ); ?></p>1392 1393 <h4><?php _e( ' Fancy Editor Support', 'bbpress' ); ?></h4>1394 <p><?php _e( ' We improved our support of the Fancy Editor, giving forum users a better experience.', 'bbpress' ); ?></p>1381 <h4><?php _e( 'Template Stacking', 'bbpress' ); ?></h4> 1382 <p><?php _e( 'Now you can replace specific template parts on the fly without modifying the existing theme.', 'bbpress' ); ?></p> 1383 1384 <h4><?php _e( 'TwentyThirteen Tested', 'bbpress' ); ?></h4> 1385 <p><?php _e( 'bbPress 2.3 already works with the in-development TwentyThirteen theme, coming in a future version of WordPress.', 'bbpress' ); ?></p> 1395 1386 </div> 1396 1387 1397 1388 <div class="last-feature"> 1398 <h4><?php _e( 'WordPress 3.5-ready', 'bbpress' ); ?></h4> 1399 <p><?php _e( 'bbPress 2.2 has been thoroughly tested against the ongoing development of WordPress 3.5.', 'bbpress' ); ?></p> 1389 <h4><?php _e( 'Statistics Shortcode', 'bbpress' ); ?></h4> 1390 <p><?php _e( 'The old statistics easter-egg page was turned into an easy to use shortcode.', 'bbpress' ); ?></p> 1391 1392 <h4><?php _e( 'Green Theme Updated', 'bbpress' ); ?></h4> 1393 <p><?php _e( 'The green admin theme easter-egg was updated to work with WordPress 3.5 changes.', 'bbpress' ); ?></p> 1400 1394 </div> 1401 1395 </div>
Note: See TracChangeset
for help on using the changeset viewer.