--- - branch: MAIN date: Sun Dec 27 18:39:57 UTC 2015 files: - new: '1.12' old: '1.11' path: pkgsrc/www/php-ja-wordpress/Makefile pathrev: pkgsrc/www/php-ja-wordpress/Makefile@1.12 type: modified - new: '1.12' old: '1.11' path: pkgsrc/www/php-ja-wordpress/distinfo pathrev: pkgsrc/www/php-ja-wordpress/distinfo@1.12 type: modified - new: '1.9' old: '1.8' path: pkgsrc/www/php-ja-wordpress/PLIST pathrev: pkgsrc/www/php-ja-wordpress/PLIST@1.9 type: modified id: 20151227T183957Z.71cff0c70665bec6de87c9ae779ac1a1250403dd log: "Update to 4.4\n\nChangelog:\nOn December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.\n\nFor Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.\n\nHighlights\n\ntwenty-sixteen-white-desktop-1x.png\n\n \ New Default Theme - Twenty Sixteen\n Modern take on the classic blog design\n Flexible header and fun color schemes will make your content shine\n \ Mobile-first and responsive\n\nThe Finer Points\nresponsive-devices-desktop-1x.png\n\n \ Responsive images:\n\nWordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don窶å\x86² need to do anything to your theme, it just works.\nwp embed preview.png\n\n \ Embed your WordPress content:\n\nNow you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you窶å\x86µe set one. We窶å\x86¤l even include your site icon and links for comments and sharing.\nreverbnation embed.png\n\n Even more embed providers:\n\nIn addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.\nFor Developers\n\n \ REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.\n Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.\n \ Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.\n Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.\n\nWhat's New\nGeneral\n\n Developer reference - Improvements to inline code documentation.\n i18n support - Improvements to translation strings all over the core.\n Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy\n Improvements to how list tables are displayed on all size screens\n\nPosts\n\n The post/page permalink UI was simplified, linking the permalink and removing the \"View\" button\n\nMedia\nComments\n\n \ The \"View Comment\" link was relocated from the Status meta box in the comment-editing screen\n Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups\n Orphaned comments now fall back to the 'edit_posts' capability\n\nAppearance\n\n Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist\n\nUsers\nInstall Process\nMultisite\n\n \ The language chooser was added to the new site form on wp-signup.php\n Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json\n\nAccessibility\nUnder The Hood\nGeneral\n\n Unclosed HTML elements in shortcode attributes were disallowed\n HTML was removed from all translatable text strings\n Rewrite rules are now flushed on theme switch\n \ Most core classes were moved to their own files\n\nEmbeds\n\n Add oEmbed support for Cloudup.\n Add oEmbed support for Reddit Comments.\n Add oEmbed support for ReverbNation.\n Add oEmbed support for Speaker Deck.\n Add oEmbed support for VideoPress.\n Remove oEmbed support for Blip.\n\nJavaScript\n\n \ Customizer: Ensure persistence of unchanged active state for controls, sections, and panels\n Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control\n Customizer: Fixed clearing of a color control's setting by using proper empty value\n\nBug Fixes\n\n Fail gracefully when checking mapped capabilities against unregistered post types\n \ Visibility was restored for the Tags auto-suggest tooltip in Quick Edit\n \ The $public_only parameter was added to count_user_posts()\n Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp\n \ Users with no role are now redirected to the home page on login instead of their profile-editing screen\n\nMultisite\n\n A network can now be retrieved by its ID through WP_Network::get_instance()\n A network can now be created or completed by passing arguments to WP_Network\n Network-level capabilities were clarified and some long-time bugs were fixed\n\nClasses\nWhat's New\n\n WP_Comment\n\n \ WP_Comment_Query->$found_comments\n WP_Comment_Query->$max_num_pages\n \ WP_Comment_Query->$meta_query_clauses\n WP_Comment_Query->$sql_clauses\n \ WP_Comment_Query::fill_descendants()\n WP_Comment_Query::get_comment_ids()\n\n \ WP_Customize_Manager->$autofocus\n WP_Customize_Manager->$preview_url\n \ WP_Customize_Manager->$return_url\n WP_Customize_Manager::customize_pane_settings()\n \ WP_Customize_Manager::get_autofocus()\n WP_Customize_Manager::get_document_title_template()\n \ WP_Customize_Manager::get_preview_url()\n WP_Customize_Manager::get_return_url()\n \ WP_Customize_Manager::is_ios()\n WP_Customize_Manager::set_autofocus()\n \ WP_Customize_Manager::set_preview_url()\n WP_Customize_Manager::set_return_url()\n\n \ WP_Customize_Setting->$is_multidimensional_aggregated\n WP_Customize_Setting->$is_previewed\n \ WP_Customize_Setting::$aggregated_multidimensionals\n WP_Customize_Setting::_multidimensional_preview_filter()\n \ WP_Customize_Setting::aggregate_multidimensional()\n get_root_value/ WP_Customize_Setting::get_root_value()\n \ id_data/ WP_Customize_Setting::id_data()\n set_root_value/ WP_Customize_Setting::set_root_value()\n\n \ WP_Customize_Widgets::get_widget_control_parts()\n WP_Customize_Widgets::is_panel_active()\n\n \ WP_Filesystem_SSH2::sftp_path()\n\n WP_HTTP_Response\n\n WP_List_Table::get_primary_column()\n\n \ WP_Locale->$start_of_week\n\n WP_MS_Sites_List_Table::column_id()\n\n WP_MS_Users_List_Table::column_id()\n\n \ WP_Media_List_Table->$comment_pending_count\n\n WP_Network\n\n WP_Posts_List_Table::get_edit_link()\n\n \ WP_Query->$is_embed\n WP_Query->$updated_comment_meta_cache\n WP_Query->$updated_term_meta_cache\n \ WP_Query::is_embed()\n WP_Query::lazyload_comment_meta()\n WP_Query::lazyload_term_meta()\n\n \ WP_REST_Request\n\n WP_REST_Response\n\n WP_REST_Server\n\n WP_Screen->$_screen_reader_content\n \ WP_Screen::get_screen_reader_content()\n WP_Screen::get_screen_reader_text()\n \ WP_Screen::remove_screen_reader_content()\n WP_Screen::render_list_table_columns_preferences()\n \ WP_Screen::render_meta_boxes_preferences()\n WP_Screen::render_screen_reader_content()\n \ WP_Screeb::render_view_mode()\n WP_Screen::set_screen_reader_content()\n\n \ WP_Term\n\n >$update WP_Theme\n\n WP_User::__unset()\n >$request WP_User_Query\n WP_User_Query::fill_query_vars()\n\n WP_Users_List_Table::get_role_list()\n\n \ WP_Widget_Calendar::$instance\n\n WP_Widget_Tag_Cloud::_get_current_taxonomy()\n\n \ WP_oEmbed_Controller\n\n wpdb->$termmeta\n\nDeprecated\nFunctions\nWhat's New\n\n _prime_comment_caches()\n add_network_option()\n add_term_meta()\n \ delete_network_option()\n delete_term_meta()\n enqueue_embed_scripts()\n \ get_header_image_tag()\n get_html_split_regex()\n get_network_option()\n \ get_oembed_endpoint_url()\n get_oembed_response_data()\n get_oembed_response_data_rich()\n \ get_password_reset_key()\n get_post_embed_html()\n get_post_embed_url()\n \ get_preview_post_link()\n get_rest_url()\n get_shortcode_atts_regex()\n \ get_subdirectory_reserved_names()\n get_term_meta()\n get_the_author_posts_link()\n \ get_the_comments_navigation()\n get_the_comments_pagination()\n get_the_post_thumbnail_url()\n \ is_embed()\n is_post_type_viewable()\n is_registered_sidebar()\n map_deep()\n \ print_embed_comments_button()\n print_embed_scripts()\n print_embed_sharing_button()\n \ print_embed_sharing_dialog()\n print_embed_styles()\n register_rest_route()\n \ rest_api_default_filters()\n rest_api_init()\n rest_api_loaded()\n rest_api_register_rewrites()\n \ rest_cookie_check_errors()\n rest_cookie_collect_status()\n rest_do_request()\n \ rest_ensure_request()\n rest_ensure_response()\n rest_get_date_with_gmt()\n \ rest_get_url_prefix()\n rest_handle_deprecated_argument()\n rest_handle_deprecated_function()\n \ rest_handle_options_request()\n rest_output_link_header()\n rest_output_link_wp_head()\n \ rest_output_rsd()\n rest_parse_date()\n rest_send_allow_header()\n rest_send_cors_headers()\n \ rest_url()\n signup_get_available_languages()\n strip_fragment_from_url()\n \ stripslashes_from_strings_only()\n the_comments_navigation()\n the_comments_pagination()\n \ the_excerpt_embed()\n the_header_image_tag()\n the_post_thumbnail_url()\n \ update_network_option()\n update_term_meta()\n update_termmeta_cache()\n \ urldecode_deep()\n wp_ajax_delete_inactive_widgets()\n wp_ajax_generate_password()\n \ wp_ajax_save_wporg_username()\n wp_calculate_image_sizes()\n wp_calculate_image_srcset()\n \ wp_embed_excerpt_attachment()\n wp_embed_excerpt_attachment()\n wp_filter_oembed_result()\n \ wp_get_attachment_image_sizes()\n wp_get_attachment_image_srcset()\n wp_get_attachment_image_url()\n \ wp_get_document_title()\n wp_get_server_protocol()\n wp_get_users_with_no_role()\n \ wp_handle_comment_submission()\n wp_image_add_srcset_and_sizes()\n wp_installing()\n \ wp_is_numeric_array()\n wp_make_content_images_responsive()\n wp_maybe_decline_date()\n \ wp_new_comment_notify_moderator()\n wp_new_comment_notify_postauthor()\n \ wp_oembed_add_discovery_links()\n wp_oembed_add_host_js()\n wp_oembed_ensure_format()\n \ wp_oembed_register_route()\n wp_parse_url()\n wp_remote_retrieve_cookie()\n \ wp_remote_retrieve_cookie_value()\n wp_remote_retrieve_cookies()\n wp_removable_query_args()\n \ wp_rest_server_class()\n wp_send_new_user_notifications()\n wp_term_is_shared()\n\nDeprecated\n\n \ wp_get_http()\n\nActions & Filters\nNew Actions\n\n after_password_reset\n \ after_signup_site\n after_signup_user\n attachment_updated\n before_signup_header\n \ clean_user_cache\n customize_post_value_set\n customize_post_value_set_{$setting_id}\n \ delete_plugin\n delete_widget\n deleted_plugin\n edit_user_created_user\n \ embed_content\n embed_content_meta\n embed_footer\n embed_head\n \ enqueue_embed_scripts\n invite_user\n manage_posts_extra_tablenav\n \ ms_network_not_found\n network_site_new_created_user\n network_site_users_created_user\n \ network_user_new_created_user\n page_attributes_meta_box_template\n post_submitbox_minor_actions\n \ pre_auto_update\n register_new_user\n rest_api_init\n wp_add_nav_menu_item\n \ wp_mail_failed\n wp_verify_nonce_failed\n\nNew Filters\n\n admin_post_thumbnail_size\n \ comment_excerpt_length\n comment_form_fields\n content_pagination\n \ customize_loaded_components\n dashboard_recent_drafts_query_args\n dashboard_secondary_items\n \ default_hidden_columns\n document_title_parts\n document_title_separator\n \ duplicate_comment_id\n embed_html\n embed_oembed_discover\n embed_site_title_html\n \ embed_template\n embed_thumbnail_image_shape\n embed_thumbnail_image_size\n \ enclosure_links\n expiration_of_site_transient_{$transient}\n expiration_of_transient_{$transient}\n \ export_wp_filename\n feed_links_show_comments_feed\n feed_links_show_posts_feed\n \ found_comments_query\n get_header_image_tag\n get_page_of_comment\n \ get_page_uri\n get_post_status\n get_role_list\n get_sample_permalink\n \ get_terms_defaults\n get_{$adjacent}_post_excluded_terms\n hidden_columns\n \ illegal_user_logins\n image_get_intermediate_size\n insert_user_meta\n \ max_srcset_image_width\n mejs_settings\n nav_menu_item_args\n nav_menu_item_title\n \ navigation_markup_template\n network_admin_plugin_action_links\n network_admin_plugin_action_links_{$plugin_file}\n \ notify_moderator\n notify_post_author\n oembed_discovery_links\n oembed_endpoint_url\n \ oembed_min_max_width\n oembed_response_data\n old_slug_redirect_url\n \ plugin_action_links\n plugin_action_links_{$plugin_file}\n post_edit_category_parent_dropdown_args\n \ post_embed_url\n postmeta_form_keys\n pre_delete_post\n pre_get_document_title\n \ pre_get_lastpostmodified\n register_post_type_args\n register_taxonomy_args\n \ respond_link\n rest_url\n rest_url_prefix\n screen_options_show_submit\n \ show_network_active_plugins\n signup_get_available_languages\n subdirectory_reserved_names\n \ submenu_file\n taxonomy_labels_{$taxonomy}\n the_category_list\n the_excerpt_embed\n \ update_right_now_text\n user_profile_picture_description\n users_list_table_query_args\n \ view_mode_post_types\n wp_calculate_image_sizes\n wp_calculate_image_srcset\n \ wp_dropdown_users_args\n wp_http_ixr_client_headers\n wp_post_revision_title_expanded\n \ wp_prepare_revision_for_js\n wp_theme_editor_filetypes\n xmlrpc_chunk_parsing_size\n" module: pkgsrc subject: 'CVS commit: pkgsrc/www/php-ja-wordpress' unixtime: '1451241597' user: ryoon