<divclass="about-text"><?phpprintf(('Thank you for updating to the latest version! WordPress %s helps make your web publishing experience easier, faster, and more enjoyable than ever. Welcome aboard.'),$display_version);?></div>
<p><?phpecho('Adding media to your posts is more streamlined than ever. It\'s a breeze to insert, align, caption, and link to media within your posts.');?></p>
</div>
<div>
<h4><?phpecho('Picturesque galleries');?></h4>
<p><?phpecho('Adding image galleries is easier with drag and drop reordering, inline caption editing, and simplified controls for the gallery layout.');?></p>
<p><?phpecho('You can crop, rotate and resize images right in the Media Library! There are now formatting controls for content on your attachment pages.');?></p>
<p><?phpecho('WordPress always aims to stay out of the way, and let you get on with publishing your content. You\'ll find simplified settings screens, more aesthetically pleasing buttons, and easier controls such as the improved color picker. They\'re the little details we hope you\'ll never notice.');?></p>
<p><?phpecho('WordPress now looks as beautiful on HiDPI devices as native applications do. Icons, buttons, avatars and theme screenshots (where supported) are crystal clear and full of detail.');?></p>
<p><?phpecho('WordPress has wider support for more devices than ever before. Users of screenreaders, touch devices, and mouse-less devices will all see improvements to ease of use and accessibility.');?></p>
<?php//TODO: Link to new Codex page listing the accessibility features of WordPress. ?>
<h4><?phpecho('Instagram, SlideShare, and SoundCloud');?></h4>
<p><?phpecho('You can now embed content from Instagram, SlideShare, and SoundCloud without having to mess around copying and pasting embed codes. Just paste a URL from any of these sites onto its own line in your post and the content will automatically be embedded for you.');?></p>
<p><?phpprintf(('This works for several other popular sites, too, such as YouTube, Flickr, and Vimeo. For more, see the Codex article on <a href="%s">Embeds</a>.'),('http://codex.wordpress.org/Embeds'));?></p>
<h4><?phpecho('Which plugins do you love?');?></h4>
<p><?phpecho('Wouldn\'t it be great to see a list of all your favorite plugins right in the Plugins menu in WordPress? Well, now you can.');?></p>
<p><?phpprintf(('If you have marked plugins as favorites on WordPress.org, you can browse them from the Favorites tab on the <a href="%s">Install Plugins</a> screen.'),admin_url('plugin-install.php?tab=favorites'));?></p>
<p><?phpecho('The <code>WP_Comment_Query</code> and <code>WP_User_Query</code> classes now support meta queries just like <code>WP_Query</code>.');?></p>
<p><?phpecho('<code>switch_to_blog()</code> no longer obliterates the object cache, greatly improving performance. For new sites, Multisite now works when WordPress is installed in a subdirectory.');?></p>
<p><?phpecho('Post objects are now instances of the new <code>WP_Post</code> class which improves performance by loading selected properties on demand.');?></p>
<p><?phpprintf(('The <a href="%s">WordPress API</a> is now enabled by default and enjoys the same security as the rest of core. It supports fetching users, profiles, post revisions, and searching posts.'),('http://codex.wordpress.org/XML-RPC_WordPress_API'));?></p>
<h4><?phpecho('Image Editing API Abstractions');?></h4>
<p><?phpecho('The <code>WP_Image_Editor</code> class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.');?></p>
<p><?phpprintf(('WordPress now includes the <a href="%1$s">Underscore</a> and <a href="%2$s">Backbone</a> JavaScript libraries. TinyMCE, jQuery, jQuery UI, jCrop, and SimplePie have all been updated to the latest versions.'),'http://underscorejs.org/','http://backbonejs.org/');?></p>