Wednesday, August 14, 2013

Download WordPress latest Version 3.6

WordPress latest Version 3.6

On August 1, 2013, WordPress Version 3.6, named for Oscar Peterson, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, the Release Post, and see the Changelog for 3.6.
For Version 3.6, the database version (db_version in wp_options) changed to 24448, and the Trac revision was r24973.

Highlights

  • For Developers
    • External Libraries have been updated. More Info
    • New audio/video APIs give developers access to powerful media metadata, like ID3 tags.
    • Filters for revisions, allowing you to set the number of revisions ad hoc instead of only via a define. More Info
    • Semantic Markup allows themes to choose improved HTML5 markup for search forms, comment forms, and comment lists.
    • Search content for shortcodes with has_shortcode() and adjust shortcode attributes with a new filter.

What's New

General

  • Use digraphs for German umlauts in remove_accents()
  • Use Ellipses instead of …
  • Consistently apply 'register' filter
  • Automatically esc_url() the URL echoed by the_permalink()
  • Allow developers to specify an Accept-Encoding header in WP_Http::accept_encoding()
  • Pass tag object and args array to topic_count_text_callback from wp_generate_tag_cloud()
  • Use wp_unslash() instead of stripslashes_deep
  • Improve the performance of backslashit() by avoiding regular expressions
  • Disallow accidental or negligent deregistering of critical scripts in the admin. Covers jQuery, jQuery UI, Underscore, and Backbone
  • Remove the_title_attribute() from anchors with the_title() as text
  • Display username (user_login) rather than user_nicename in Toolbar below username

Posts

  • The Revision Management UI saw significant improvement
  • Shortcode attributes can now be filtered via shortcode_atts_$shortcode hook
  • The ability to change post formats was removed from Quick Edit
  • A 'not_found' label was added for non-hierarchical taxonomys
  • Better UX for dealing with multiple users editing the same content (aka Post Locking)
  • Audio/Video support More Info

Media

Comments

  • Improve wp_list_comments() markup
  • Add the ability to use HTML5 input types in the comment form

Appearance

  • The Navigation Menus UI got a significant refresh
  • The Customizer can now be accessed via the Appearance menu
  • Screen options can now be added to the Appearance > Widgets Screen

Plugins

  • Prevent plugins from overriding jQuery in the admin
  • Prevent plugins with certain filenames from breaking links in the admin menu

Users

  • Remove the three default contact methods (AIM, YIM, Jabber) for new installs.
  • Pass old roles to set_user_role action
  • The workflow for deleting users has been improved

Settings

Accessibility

  • Better keyboard/screen reader accessibility in the Nav Menus UI
  • Background image's "select a file" link works with keyboard navigation

Under The Hood

General

  • Use official MIME types for Windows Media file extensions
  • Redirect after save on options-permalink.php to ensure permalinks are fully flushed
  • Only show database errors if both WP_DEBUG and WP_DEBUG_DISPLAY are enabled

Bug Fixes

  • Strip slashes from passwords sent to new users by email
  • Make sure the url returned by post_preview() is filterable with preview_post_link
  • Fix handling of '0' as meta_value argument in get_pages()
  • Correctly print 'after' data when scripts are concatenated in WP_Styles class
  • Properly truncate UTF-8 post slugs in wp_unique_post_slug()
  • Avoid PHP notices in Media Library if an attachment parent does not exist
  • Fix some tabbing issues on the post editing screen
  • Avoid notice by checking for user agent in wp_new_comment()
  • Avoid notice in parent_dropdown() by checking if post exists before testing post id
  • Prevent an unintended visibility change from "Password protected" to "Public" when updating the post
  • Avoid a warning in mb_internal_encoding by making sure we have a charset first
  • Fix unnecessarily persistent "pending email change" admin message
  • Ensure we strictly compare 'all options' and 'not options' when protecting these special options
  • Make sure to reset the modal after gallery insertion
  • Add sanity checks on image metadata to avoid warnings
  • Avoid an undefined index notice in get_post_type_archive_feed_link()
  • Avoid notices when array args are missing in WP_Image_Editor::multi_resize()
  • Fix notice in wp_generate_attachment_metadata()
  • Avoid PHP notices when deleting or restoring an item that no longer exists

Multisite

  • Pass blog_id to the wpmu_drop_tables filter

Classes

  • XML-RPC: Return an error for getRecentPosts (mw and blogger) if the user does not have edit_posts
  • XML-RPC: Standardize home/site url labels with core labels
  • Preserve alpha in WP_Image_Editor_GD when images are not resized
  • Make sure WP_Http funnels all redirect requests through WP_Http::request() to ensure the proper transport is used

Functions

Filters

Scripts, External Libraries

  • Update to jQuery Color 2.2.1
  • Update to Backbone 1.0.0
  • Update to jQuery UI 1.10.3
  • Services_JSON 1.0.3
  • Iris 1.0.3
  • hoverIntent r7
  • MediaElement.js 2.11.1 (New)

Deprecated

See also index of various WordPress Versions.
 Source - http://codex.wordpress.org/Version_3.5

Go Official Site - http://codex.wordpress.org/Version_3.5

[Continue Reading]

Tuesday, July 30, 2013

Download WordPress latest Version 3.5

WordPress latest Version 3.5

On December 11, 2012, WordPress Version 3.5, named for jazz drummer Elvin Jones, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 3.5.
For Version 3.5, the database version (db_version in wp_options) changed to 22441, and the Trac revision was r23171.

Highlights

  • New Media Manager
    • Beautiful interface: A streamlined, all-new experience
    • Create galleries faster with drag-and-drop reordering, inline caption editing, and simplified controls
    • Insert multiple images at once with Shift/Ctrl+click
  • New Default Theme - Twenty Twelve
    • Simple, flexible, elegant
    • Mobile-first, responsive design
    • Gorgeous Open Sans typeface
    • Uses the latest Theme Features
  • Admin Enhancements
    • New Welcome Screen
    • Retina-Ready (HiDPI) Admin
    • Hide Link Manager for new installs
    • Better accessibility for screenreaders, touch devices, and keyboard users
    • More polish on admin screens, including a new color picker
  • For Developers
    • WP_Comment_Query and WP_User_Query now accept meta queries just like WP_Query
    • Meta queries now support querying for objects without a particular meta key
    • Post objects are now instances of a WP_Post class, which improves performance and caching
    • Multisite's switch_to_blog() is now significantly faster and more reliable
    • WordPress has added the Underscore and Backbone JavaScript libraries
    • TinyMCE, jQuery, jQuery UI, and SimplePie have all been updated to the latest versions
    • Image Editing API for cropping, scaling, etc., that uses ImageMagick as well as GD
    • XML-RPC: Now always enabled and supports fetching users, managing post revisions, searching
    • New "show_admin_column" parameter for register_taxonomy() allows automatic creation of taxonomy columns on associated post-types. [more info]

What's New


Dashboard

  • Switch to prompt text in QuickPress to accommodate longer translated input labels
  • Button styles updated throughout Dashboard to more modern, rectangular shape
  • Help Text improvements throughout

Posts

  • Rename the "HTML" editor tab to "Text"
  • Prevent child categories from being visually promoted to the top level after Quick Edit

Media

  • Add oEmbed support for SoundCloud.com, SlideShare.net, and Instagram.com
  • New Media Manager: Insert multiple galleries per post and independently order images

Accessibility

  • Add visible focus within admin screens for better accessibility.
  • Add "Skip to content" link to all screens in the admin.
  • Add "Skip to toolbar" accessibility shortcut in the admin.
  • Add ability to log out of user account without mouse input.
  • Add "tab out" of the plugins and themes editors textareas.

Links

  • Link Manager is hidden for new installs and for any existing installs that have no links (all sites with existing links are left as is). This can be restored with Link Manager Plugin
  • Display links in widget if no link categories

Appearance

  • Widgets menu is hidden if your theme hasn't defined any sidebars
  • Improve display of available custom headers with jQuery Masonry

Plugins


Users

  • Display name defaults to first name and last name for new users
  • Force the user to explicitly choose between content deletion and reassignment when deleting users

Settings


Multisite

  • Multisite installs now work with WordPress in a subdirectory
  • Turn off ms-files.php by default
  • File quotas disabled by default on new installs

Under The Hood

The following feature changes improve the quality of WordPress for everyone, but are likely to be more important to core, plugin, and theme developers.

General

  • Bump default memory limit from 32MB to 40MB
  • Add easier expression of time constants - MINUTE_IN_SECONDSHOUR_IN_SECONDSDAY_IN_SECONDS,WEEK_IN_SECONDSYEAR_IN_SECONDS.
  • Add flexible-header to allowed theme tags
  • Add 'publish_post' meta capability
  • Add 'term_taxonomy_id' field handling to WP_Tax_Query::transform_query(), resulting in fewer database queries
  • Add two hooks to Post Editing screen, 'edit_form_after_title' and 'edit_form_after_editor' [more info]
  • Allow ordering posts by IDs passed to 'post__in'
  • Check a post type's 'show_in_admin_bar' property for 'View' and 'Edit' object Toolbar links

Bug Fixes

  • Incorrect URL for second page of search results
  • Re-enable redirect_canonical for IIS
  • Handle https for all oEmbed providers
  • Fix featured image overflowing its meta box in certain situations
  • Fix issue where $format and $link arguments were not being preserved in previous|next_post_link filters
  • Fix issue with sideloaded images not making it into the correct upload directories
  • Fix multiple captioned image insertion problems in post editor

Multisite

  • Multisite: Allow home page of sub-directory sites to resolve regardless of capitalization
  • Multisite: Introduce get_space_used() and upload_is_user_over_quota() for gauging more accurate quotas
  • Multisite: Make it easy to replace or augment the over-quota message

Classes


Functions


Filters

  • Add cron_request for filtering the cron_url in wp_remote_post()
  • Add login_body_class filter to login_header()
  • Add media_view_strings and media_view_settings filters. Use media_view_strings to filter 'Insert into post' button text
  • Add post_type_labels_{$post_type} to filter get_post_type_labels()
  • Add restrict_manage_comments hook to comments list table for better filtering capability
  • Add validate_password_reset filter, making it possible for plugins to enforce password rules
  • Add domain_exists filter for domain_exists()
  • Add wp_get_update_data filter making it easier for plugins to modify update count
  • Add wp_image_editors filter to allow adding to or modifying order of WP_Image_Editor engines
  • XML-RPC: Add xmlrpc_login_error filter to customize the IXR_Error returned when login() fails

Scripts, External Libraries

  • Update to Jcrop 0.9.10
  • Update to jQuery 1.8.3
  • Update to jQuery Color 2.1.0
  • Update to jQuery UI 1.9.2
  • Update to SimplePie 1.3.1
  • Update to TinyMCE 3.5.8
  • Add jQuery Masonry for better custom header listings
  • Farbtastic color picker replaced with Iris color picker [more info]
  • Switch to .min for compressed JS and CSS files, e.g. .js becomes .min.js, .dev.js becomes .js
  • Allow protocol-relative URLs when registering/enqueueing scripts and styles
  • Prototype and Script.aculo.us local libraries unbundled from core, latest versions enqueued via ajax.googleapis.com

Deprecated

See also index of various WordPress Versions.

Source - http://codex.wordpress.org/Version_3.5

Go Official Site - http://codex.wordpress.org/Version_3.5
[Continue Reading]
Powered By Blogger · Designed By Seo Blogger Templates