summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-12-27 18:39:57 +0000
committerryoon <ryoon@pkgsrc.org>2015-12-27 18:39:57 +0000
commitb8b67a0840ddc362e663050ae280b0a19ac7636a (patch)
tree6db7e72706bd8e9c140d9503f1647f738fcd032d /www
parent12b12198b7f10fdeca3f861d0101eadfd2b668f1 (diff)
downloadpkgsrc-b8b67a0840ddc362e663050ae280b0a19ac7636a.tar.gz
Update to 4.4
Changelog: On 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. For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842. Highlights twenty-sixteen-white-desktop-1x.png New Default Theme - Twenty Sixteen Modern take on the classic blog design Flexible header and fun color schemes will make your content shine Mobile-first and responsive The Finer Points responsive-devices-desktop-1x.png Responsive images: WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works. wp embed preview.png Embed your WordPress content: Now 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’ve set one. We’ll even include your site icon and links for comments and sharing. reverbnation embed.png Even more embed providers: In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress. For Developers 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. Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information. Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler. 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. What's New General Developer reference - Improvements to inline code documentation. i18n support - Improvements to translation strings all over the core. Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy Improvements to how list tables are displayed on all size screens Posts The post/page permalink UI was simplified, linking the permalink and removing the "View" button Media Comments The "View Comment" link was relocated from the Status meta box in the comment-editing screen Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups Orphaned comments now fall back to the 'edit_posts' capability Appearance Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist Users Install Process Multisite The language chooser was added to the new site form on wp-signup.php Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json Accessibility Under The Hood General Unclosed HTML elements in shortcode attributes were disallowed HTML was removed from all translatable text strings Rewrite rules are now flushed on theme switch Most core classes were moved to their own files Embeds Add oEmbed support for Cloudup. Add oEmbed support for Reddit Comments. Add oEmbed support for ReverbNation. Add oEmbed support for Speaker Deck. Add oEmbed support for VideoPress. Remove oEmbed support for Blip. JavaScript Customizer: Ensure persistence of unchanged active state for controls, sections, and panels Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control Customizer: Fixed clearing of a color control's setting by using proper empty value Bug Fixes Fail gracefully when checking mapped capabilities against unregistered post types Visibility was restored for the Tags auto-suggest tooltip in Quick Edit The $public_only parameter was added to count_user_posts() Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp Users with no role are now redirected to the home page on login instead of their profile-editing screen Multisite A network can now be retrieved by its ID through WP_Network::get_instance() A network can now be created or completed by passing arguments to WP_Network Network-level capabilities were clarified and some long-time bugs were fixed Classes What's New WP_Comment WP_Comment_Query->$found_comments WP_Comment_Query->$max_num_pages WP_Comment_Query->$meta_query_clauses WP_Comment_Query->$sql_clauses WP_Comment_Query::fill_descendants() WP_Comment_Query::get_comment_ids() WP_Customize_Manager->$autofocus WP_Customize_Manager->$preview_url WP_Customize_Manager->$return_url WP_Customize_Manager::customize_pane_settings() WP_Customize_Manager::get_autofocus() WP_Customize_Manager::get_document_title_template() WP_Customize_Manager::get_preview_url() WP_Customize_Manager::get_return_url() WP_Customize_Manager::is_ios() WP_Customize_Manager::set_autofocus() WP_Customize_Manager::set_preview_url() WP_Customize_Manager::set_return_url() WP_Customize_Setting->$is_multidimensional_aggregated WP_Customize_Setting->$is_previewed WP_Customize_Setting::$aggregated_multidimensionals WP_Customize_Setting::_multidimensional_preview_filter() WP_Customize_Setting::aggregate_multidimensional() get_root_value/ WP_Customize_Setting::get_root_value() id_data/ WP_Customize_Setting::id_data() set_root_value/ WP_Customize_Setting::set_root_value() WP_Customize_Widgets::get_widget_control_parts() WP_Customize_Widgets::is_panel_active() WP_Filesystem_SSH2::sftp_path() WP_HTTP_Response WP_List_Table::get_primary_column() WP_Locale->$start_of_week WP_MS_Sites_List_Table::column_id() WP_MS_Users_List_Table::column_id() WP_Media_List_Table->$comment_pending_count WP_Network WP_Posts_List_Table::get_edit_link() WP_Query->$is_embed WP_Query->$updated_comment_meta_cache WP_Query->$updated_term_meta_cache WP_Query::is_embed() WP_Query::lazyload_comment_meta() WP_Query::lazyload_term_meta() WP_REST_Request WP_REST_Response WP_REST_Server WP_Screen->$_screen_reader_content WP_Screen::get_screen_reader_content() WP_Screen::get_screen_reader_text() WP_Screen::remove_screen_reader_content() WP_Screen::render_list_table_columns_preferences() WP_Screen::render_meta_boxes_preferences() WP_Screen::render_screen_reader_content() WP_Screeb::render_view_mode() WP_Screen::set_screen_reader_content() WP_Term >$update WP_Theme WP_User::__unset() >$request WP_User_Query WP_User_Query::fill_query_vars() WP_Users_List_Table::get_role_list() WP_Widget_Calendar::$instance WP_Widget_Tag_Cloud::_get_current_taxonomy() WP_oEmbed_Controller wpdb->$termmeta Deprecated Functions What's New _prime_comment_caches() add_network_option() add_term_meta() delete_network_option() delete_term_meta() enqueue_embed_scripts() get_header_image_tag() get_html_split_regex() get_network_option() get_oembed_endpoint_url() get_oembed_response_data() get_oembed_response_data_rich() get_password_reset_key() get_post_embed_html() get_post_embed_url() get_preview_post_link() get_rest_url() get_shortcode_atts_regex() get_subdirectory_reserved_names() get_term_meta() get_the_author_posts_link() get_the_comments_navigation() get_the_comments_pagination() get_the_post_thumbnail_url() is_embed() is_post_type_viewable() is_registered_sidebar() map_deep() print_embed_comments_button() print_embed_scripts() print_embed_sharing_button() print_embed_sharing_dialog() print_embed_styles() register_rest_route() rest_api_default_filters() rest_api_init() rest_api_loaded() rest_api_register_rewrites() rest_cookie_check_errors() rest_cookie_collect_status() rest_do_request() rest_ensure_request() rest_ensure_response() rest_get_date_with_gmt() rest_get_url_prefix() rest_handle_deprecated_argument() rest_handle_deprecated_function() rest_handle_options_request() rest_output_link_header() rest_output_link_wp_head() rest_output_rsd() rest_parse_date() rest_send_allow_header() rest_send_cors_headers() rest_url() signup_get_available_languages() strip_fragment_from_url() stripslashes_from_strings_only() the_comments_navigation() the_comments_pagination() the_excerpt_embed() the_header_image_tag() the_post_thumbnail_url() update_network_option() update_term_meta() update_termmeta_cache() urldecode_deep() wp_ajax_delete_inactive_widgets() wp_ajax_generate_password() wp_ajax_save_wporg_username() wp_calculate_image_sizes() wp_calculate_image_srcset() wp_embed_excerpt_attachment() wp_embed_excerpt_attachment() wp_filter_oembed_result() wp_get_attachment_image_sizes() wp_get_attachment_image_srcset() wp_get_attachment_image_url() wp_get_document_title() wp_get_server_protocol() wp_get_users_with_no_role() wp_handle_comment_submission() wp_image_add_srcset_and_sizes() wp_installing() wp_is_numeric_array() wp_make_content_images_responsive() wp_maybe_decline_date() wp_new_comment_notify_moderator() wp_new_comment_notify_postauthor() wp_oembed_add_discovery_links() wp_oembed_add_host_js() wp_oembed_ensure_format() wp_oembed_register_route() wp_parse_url() wp_remote_retrieve_cookie() wp_remote_retrieve_cookie_value() wp_remote_retrieve_cookies() wp_removable_query_args() wp_rest_server_class() wp_send_new_user_notifications() wp_term_is_shared() Deprecated wp_get_http() Actions & Filters New Actions after_password_reset after_signup_site after_signup_user attachment_updated before_signup_header clean_user_cache customize_post_value_set customize_post_value_set_{$setting_id} delete_plugin delete_widget deleted_plugin edit_user_created_user embed_content embed_content_meta embed_footer embed_head enqueue_embed_scripts invite_user manage_posts_extra_tablenav ms_network_not_found network_site_new_created_user network_site_users_created_user network_user_new_created_user page_attributes_meta_box_template post_submitbox_minor_actions pre_auto_update register_new_user rest_api_init wp_add_nav_menu_item wp_mail_failed wp_verify_nonce_failed New Filters admin_post_thumbnail_size comment_excerpt_length comment_form_fields content_pagination customize_loaded_components dashboard_recent_drafts_query_args dashboard_secondary_items default_hidden_columns document_title_parts document_title_separator duplicate_comment_id embed_html embed_oembed_discover embed_site_title_html embed_template embed_thumbnail_image_shape embed_thumbnail_image_size enclosure_links expiration_of_site_transient_{$transient} expiration_of_transient_{$transient} export_wp_filename feed_links_show_comments_feed feed_links_show_posts_feed found_comments_query get_header_image_tag get_page_of_comment get_page_uri get_post_status get_role_list get_sample_permalink get_terms_defaults get_{$adjacent}_post_excluded_terms hidden_columns illegal_user_logins image_get_intermediate_size insert_user_meta max_srcset_image_width mejs_settings nav_menu_item_args nav_menu_item_title navigation_markup_template network_admin_plugin_action_links network_admin_plugin_action_links_{$plugin_file} notify_moderator notify_post_author oembed_discovery_links oembed_endpoint_url oembed_min_max_width oembed_response_data old_slug_redirect_url plugin_action_links plugin_action_links_{$plugin_file} post_edit_category_parent_dropdown_args post_embed_url postmeta_form_keys pre_delete_post pre_get_document_title pre_get_lastpostmodified register_post_type_args register_taxonomy_args respond_link rest_url rest_url_prefix screen_options_show_submit show_network_active_plugins signup_get_available_languages subdirectory_reserved_names submenu_file taxonomy_labels_{$taxonomy} the_category_list the_excerpt_embed update_right_now_text user_profile_picture_description users_list_table_query_args view_mode_post_types wp_calculate_image_sizes wp_calculate_image_srcset wp_dropdown_users_args wp_http_ixr_client_headers wp_post_revision_title_expanded wp_prepare_revision_for_js wp_theme_editor_filetypes xmlrpc_chunk_parsing_size
Diffstat (limited to 'www')
-rw-r--r--www/php-ja-wordpress/Makefile4
-rw-r--r--www/php-ja-wordpress/PLIST227
-rw-r--r--www/php-ja-wordpress/distinfo10
3 files changed, 163 insertions, 78 deletions
diff --git a/www/php-ja-wordpress/Makefile b/www/php-ja-wordpress/Makefile
index 773800b9021..fdace03d5e0 100644
--- a/www/php-ja-wordpress/Makefile
+++ b/www/php-ja-wordpress/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2015/12/06 12:13:13 taca Exp $
+# $NetBSD: Makefile,v 1.12 2015/12/27 18:39:57 ryoon Exp $
DISTNAME= wordpress-${VERSION}-ja
PKGNAME= ${PHP_PKG_PREFIX}-ja-wordpress-${VERSION}
-VERSION= 4.3.1
+VERSION= 4.4
CATEGORIES= www
MASTER_SITES= http://ja.wordpress.org/
diff --git a/www/php-ja-wordpress/PLIST b/www/php-ja-wordpress/PLIST
index 13870edce39..f27b7e35eab 100644
--- a/www/php-ja-wordpress/PLIST
+++ b/www/php-ja-wordpress/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/08/30 01:20:45 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.9 2015/12/27 18:39:57 ryoon Exp $
share/doc/ja-wordpress/license.txt
share/doc/ja-wordpress/readme.html
share/examples/ja-wordpress/ja-wordpress.conf
@@ -212,6 +212,9 @@ share/ja-wordpress/wp-admin/includes/class-ftp-pure.php
share/ja-wordpress/wp-admin/includes/class-ftp-sockets.php
share/ja-wordpress/wp-admin/includes/class-ftp.php
share/ja-wordpress/wp-admin/includes/class-pclzip.php
+share/ja-wordpress/wp-admin/includes/class-walker-category-checklist.php
+share/ja-wordpress/wp-admin/includes/class-walker-nav-menu-checklist.php
+share/ja-wordpress/wp-admin/includes/class-walker-nav-menu-edit.php
share/ja-wordpress/wp-admin/includes/class-wp-comments-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-base.php
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-direct.php
@@ -219,6 +222,7 @@ share/ja-wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-ftpsockets.php
share/ja-wordpress/wp-admin/includes/class-wp-filesystem-ssh2.php
share/ja-wordpress/wp-admin/includes/class-wp-importer.php
+share/ja-wordpress/wp-admin/includes/class-wp-internal-pointers.php
share/ja-wordpress/wp-admin/includes/class-wp-links-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-media-list-table.php
@@ -227,8 +231,10 @@ share/ja-wordpress/wp-admin/includes/class-wp-ms-themes-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-ms-users-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-plugins-list-table.php
+share/ja-wordpress/wp-admin/includes/class-wp-post-comments-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-posts-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-press-this.php
+share/ja-wordpress/wp-admin/includes/class-wp-screen.php
share/ja-wordpress/wp-admin/includes/class-wp-site-icon.php
share/ja-wordpress/wp-admin/includes/class-wp-terms-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-theme-install-list-table.php
@@ -238,8 +244,10 @@ share/ja-wordpress/wp-admin/includes/class-wp-upgrader.php
share/ja-wordpress/wp-admin/includes/class-wp-users-list-table.php
share/ja-wordpress/wp-admin/includes/comment.php
share/ja-wordpress/wp-admin/includes/continents-cities.php
+share/ja-wordpress/wp-admin/includes/credits.php
share/ja-wordpress/wp-admin/includes/dashboard.php
share/ja-wordpress/wp-admin/includes/deprecated.php
+share/ja-wordpress/wp-admin/includes/edit-tag-messages.php
share/ja-wordpress/wp-admin/includes/export.php
share/ja-wordpress/wp-admin/includes/file.php
share/ja-wordpress/wp-admin/includes/image-edit.php
@@ -254,6 +262,9 @@ share/ja-wordpress/wp-admin/includes/ms-admin-filters.php
share/ja-wordpress/wp-admin/includes/ms-deprecated.php
share/ja-wordpress/wp-admin/includes/ms.php
share/ja-wordpress/wp-admin/includes/nav-menu.php
+share/ja-wordpress/wp-admin/includes/network.php
+share/ja-wordpress/wp-admin/includes/noop.php
+share/ja-wordpress/wp-admin/includes/options.php
share/ja-wordpress/wp-admin/includes/plugin-install.php
share/ja-wordpress/wp-admin/includes/plugin.php
share/ja-wordpress/wp-admin/includes/post.php
@@ -465,9 +476,10 @@ share/ja-wordpress/wp-content/languages/themes/twentyfifteen-ja.mo
share/ja-wordpress/wp-content/languages/themes/twentyfifteen-ja.po
share/ja-wordpress/wp-content/languages/themes/twentyfourteen-ja.mo
share/ja-wordpress/wp-content/languages/themes/twentyfourteen-ja.po
-share/ja-wordpress/wp-content/languages/themes/twentythirteen-ja.mo
-share/ja-wordpress/wp-content/languages/themes/twentythirteen-ja.po
+share/ja-wordpress/wp-content/languages/themes/twentysixteen-ja.mo
+share/ja-wordpress/wp-content/languages/themes/twentysixteen-ja.po
share/ja-wordpress/wp-content/plugins/akismet/.htaccess
+share/ja-wordpress/wp-content/plugins/akismet/LICENSE.txt
share/ja-wordpress/wp-content/plugins/akismet/_inc/akismet.css
share/ja-wordpress/wp-content/plugins/akismet/_inc/akismet.js
share/ja-wordpress/wp-content/plugins/akismet/_inc/form.js
@@ -490,12 +502,8 @@ share/ja-wordpress/wp-content/plugins/index.html
share/ja-wordpress/wp-content/plugins/index.php
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/ext/ja/admin.css
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/ext/ja/class.php
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20131219/word-count.js
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20131219/word-count.min.js
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20150424/wplink.js
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20150424/wplink.min.js
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/word-count.js
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/word-count.min.js
+share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20150818/wplink.js
+share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20150818/wplink.min.js
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/wplink.js
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/wplink.min.js
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/languages/wp-multibyte-patch-ja.mo
@@ -612,68 +620,52 @@ share/ja-wordpress/wp-content/themes/twentyfourteen/single.php
share/ja-wordpress/wp-content/themes/twentyfourteen/style.css
share/ja-wordpress/wp-content/themes/twentyfourteen/tag.php
share/ja-wordpress/wp-content/themes/twentyfourteen/taxonomy-post_format.php
-share/ja-wordpress/wp-content/themes/twentythirteen/404.php
-share/ja-wordpress/wp-content/themes/twentythirteen/archive.php
-share/ja-wordpress/wp-content/themes/twentythirteen/author-bio.php
-share/ja-wordpress/wp-content/themes/twentythirteen/author.php
-share/ja-wordpress/wp-content/themes/twentythirteen/category.php
-share/ja-wordpress/wp-content/themes/twentythirteen/comments.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-aside.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-audio.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-chat.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-gallery.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-image.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-link.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-none.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-quote.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-status.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content-video.php
-share/ja-wordpress/wp-content/themes/twentythirteen/content.php
-share/ja-wordpress/wp-content/themes/twentythirteen/css/editor-style.css
-share/ja-wordpress/wp-content/themes/twentythirteen/css/ie.css
-share/ja-wordpress/wp-content/themes/twentythirteen/footer.php
-share/ja-wordpress/wp-content/themes/twentythirteen/functions.php
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/COPYING.txt
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/Genericons-Regular.otf
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/LICENSE.txt
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/README.txt
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.eot
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.svg
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.ttf
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/font/genericons-regular-webfont.woff
-share/ja-wordpress/wp-content/themes/twentythirteen/genericons/genericons.css
-share/ja-wordpress/wp-content/themes/twentythirteen/header.php
-share/ja-wordpress/wp-content/themes/twentythirteen/image.php
-share/ja-wordpress/wp-content/themes/twentythirteen/images/dotted-line-2x.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/dotted-line-light-2x.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/dotted-line-light.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/dotted-line.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/headers/circle-thumbnail.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/headers/circle.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/headers/diamond-thumbnail.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/headers/diamond.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/headers/star-thumbnail.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/headers/star.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/search-icon-2x.png
-share/ja-wordpress/wp-content/themes/twentythirteen/images/search-icon.png
-share/ja-wordpress/wp-content/themes/twentythirteen/inc/back-compat.php
-share/ja-wordpress/wp-content/themes/twentythirteen/inc/custom-header.php
-share/ja-wordpress/wp-content/themes/twentythirteen/index.php
-share/ja-wordpress/wp-content/themes/twentythirteen/js/functions.js
-share/ja-wordpress/wp-content/themes/twentythirteen/js/html5.js
-share/ja-wordpress/wp-content/themes/twentythirteen/js/theme-customizer.js
-share/ja-wordpress/wp-content/themes/twentythirteen/languages/twentythirteen.pot
-share/ja-wordpress/wp-content/themes/twentythirteen/page.php
-share/ja-wordpress/wp-content/themes/twentythirteen/readme.txt
-share/ja-wordpress/wp-content/themes/twentythirteen/rtl.css
-share/ja-wordpress/wp-content/themes/twentythirteen/screenshot.png
-share/ja-wordpress/wp-content/themes/twentythirteen/search.php
-share/ja-wordpress/wp-content/themes/twentythirteen/sidebar-main.php
-share/ja-wordpress/wp-content/themes/twentythirteen/sidebar.php
-share/ja-wordpress/wp-content/themes/twentythirteen/single.php
-share/ja-wordpress/wp-content/themes/twentythirteen/style.css
-share/ja-wordpress/wp-content/themes/twentythirteen/tag.php
-share/ja-wordpress/wp-content/themes/twentythirteen/taxonomy-post_format.php
+share/ja-wordpress/wp-content/themes/twentysixteen/404.php
+share/ja-wordpress/wp-content/themes/twentysixteen/archive.php
+share/ja-wordpress/wp-content/themes/twentysixteen/comments.php
+share/ja-wordpress/wp-content/themes/twentysixteen/css/editor-style.css
+share/ja-wordpress/wp-content/themes/twentysixteen/css/ie.css
+share/ja-wordpress/wp-content/themes/twentysixteen/css/ie7.css
+share/ja-wordpress/wp-content/themes/twentysixteen/css/ie8.css
+share/ja-wordpress/wp-content/themes/twentysixteen/footer.php
+share/ja-wordpress/wp-content/themes/twentysixteen/functions.php
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/COPYING.txt
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/Genericons.eot
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/Genericons.svg
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/Genericons.ttf
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/Genericons.woff
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/LICENSE.txt
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/README.md
+share/ja-wordpress/wp-content/themes/twentysixteen/genericons/genericons.css
+share/ja-wordpress/wp-content/themes/twentysixteen/header.php
+share/ja-wordpress/wp-content/themes/twentysixteen/image.php
+share/ja-wordpress/wp-content/themes/twentysixteen/inc/back-compat.php
+share/ja-wordpress/wp-content/themes/twentysixteen/inc/customizer.php
+share/ja-wordpress/wp-content/themes/twentysixteen/inc/template-tags.php
+share/ja-wordpress/wp-content/themes/twentysixteen/index.php
+share/ja-wordpress/wp-content/themes/twentysixteen/js/color-scheme-control.js
+share/ja-wordpress/wp-content/themes/twentysixteen/js/customize-preview.js
+share/ja-wordpress/wp-content/themes/twentysixteen/js/functions.js
+share/ja-wordpress/wp-content/themes/twentysixteen/js/html5.js
+share/ja-wordpress/wp-content/themes/twentysixteen/js/keyboard-image-navigation.js
+share/ja-wordpress/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js
+share/ja-wordpress/wp-content/themes/twentysixteen/languages/twentysixteen.pot
+share/ja-wordpress/wp-content/themes/twentysixteen/page.php
+share/ja-wordpress/wp-content/themes/twentysixteen/readme.txt
+share/ja-wordpress/wp-content/themes/twentysixteen/rtl.css
+share/ja-wordpress/wp-content/themes/twentysixteen/screenshot.png
+share/ja-wordpress/wp-content/themes/twentysixteen/search.php
+share/ja-wordpress/wp-content/themes/twentysixteen/searchform.php
+share/ja-wordpress/wp-content/themes/twentysixteen/sidebar-content-bottom.php
+share/ja-wordpress/wp-content/themes/twentysixteen/sidebar.php
+share/ja-wordpress/wp-content/themes/twentysixteen/single.php
+share/ja-wordpress/wp-content/themes/twentysixteen/style.css
+share/ja-wordpress/wp-content/themes/twentysixteen/template-parts/biography.php
+share/ja-wordpress/wp-content/themes/twentysixteen/template-parts/content-none.php
+share/ja-wordpress/wp-content/themes/twentysixteen/template-parts/content-page.php
+share/ja-wordpress/wp-content/themes/twentysixteen/template-parts/content-search.php
+share/ja-wordpress/wp-content/themes/twentysixteen/template-parts/content-single.php
+share/ja-wordpress/wp-content/themes/twentysixteen/template-parts/content.php
share/ja-wordpress/wp-cron.php
share/ja-wordpress/wp-includes/ID3/getid3.lib.php
share/ja-wordpress/wp-includes/ID3/getid3.php
@@ -755,8 +747,15 @@ share/ja-wordpress/wp-includes/class-pop3.php
share/ja-wordpress/wp-includes/class-simplepie.php
share/ja-wordpress/wp-includes/class-smtp.php
share/ja-wordpress/wp-includes/class-snoopy.php
+share/ja-wordpress/wp-includes/class-walker-category-dropdown.php
+share/ja-wordpress/wp-includes/class-walker-category.php
+share/ja-wordpress/wp-includes/class-walker-comment.php
+share/ja-wordpress/wp-includes/class-walker-page-dropdown.php
+share/ja-wordpress/wp-includes/class-walker-page.php
share/ja-wordpress/wp-includes/class-wp-admin-bar.php
share/ja-wordpress/wp-includes/class-wp-ajax-response.php
+share/ja-wordpress/wp-includes/class-wp-comment-query.php
+share/ja-wordpress/wp-includes/class-wp-comment.php
share/ja-wordpress/wp-includes/class-wp-customize-control.php
share/ja-wordpress/wp-includes/class-wp-customize-manager.php
share/ja-wordpress/wp-includes/class-wp-customize-nav-menus.php
@@ -767,12 +766,31 @@ share/ja-wordpress/wp-includes/class-wp-customize-widgets.php
share/ja-wordpress/wp-includes/class-wp-editor.php
share/ja-wordpress/wp-includes/class-wp-embed.php
share/ja-wordpress/wp-includes/class-wp-error.php
+share/ja-wordpress/wp-includes/class-wp-http-cookie.php
+share/ja-wordpress/wp-includes/class-wp-http-curl.php
+share/ja-wordpress/wp-includes/class-wp-http-encoding.php
share/ja-wordpress/wp-includes/class-wp-http-ixr-client.php
+share/ja-wordpress/wp-includes/class-wp-http-proxy.php
+share/ja-wordpress/wp-includes/class-wp-http-response.php
+share/ja-wordpress/wp-includes/class-wp-http-streams.php
share/ja-wordpress/wp-includes/class-wp-image-editor-gd.php
share/ja-wordpress/wp-includes/class-wp-image-editor-imagick.php
share/ja-wordpress/wp-includes/class-wp-image-editor.php
+share/ja-wordpress/wp-includes/class-wp-meta-query.php
+share/ja-wordpress/wp-includes/class-wp-network.php
+share/ja-wordpress/wp-includes/class-wp-oembed-controller.php
+share/ja-wordpress/wp-includes/class-wp-post.php
+share/ja-wordpress/wp-includes/class-wp-rewrite.php
+share/ja-wordpress/wp-includes/class-wp-role.php
+share/ja-wordpress/wp-includes/class-wp-roles.php
+share/ja-wordpress/wp-includes/class-wp-tax-query.php
+share/ja-wordpress/wp-includes/class-wp-term.php
share/ja-wordpress/wp-includes/class-wp-theme.php
+share/ja-wordpress/wp-includes/class-wp-user-query.php
+share/ja-wordpress/wp-includes/class-wp-user.php
share/ja-wordpress/wp-includes/class-wp-walker.php
+share/ja-wordpress/wp-includes/class-wp-widget-factory.php
+share/ja-wordpress/wp-includes/class-wp-widget.php
share/ja-wordpress/wp-includes/class-wp-xmlrpc-server.php
share/ja-wordpress/wp-includes/class-wp.php
share/ja-wordpress/wp-includes/class.wp-dependencies.php
@@ -810,15 +828,48 @@ share/ja-wordpress/wp-includes/css/wp-auth-check-rtl.css
share/ja-wordpress/wp-includes/css/wp-auth-check-rtl.min.css
share/ja-wordpress/wp-includes/css/wp-auth-check.css
share/ja-wordpress/wp-includes/css/wp-auth-check.min.css
+share/ja-wordpress/wp-includes/css/wp-embed-template-ie.css
+share/ja-wordpress/wp-includes/css/wp-embed-template-ie.min.css
+share/ja-wordpress/wp-includes/css/wp-embed-template.css
+share/ja-wordpress/wp-includes/css/wp-embed-template.min.css
share/ja-wordpress/wp-includes/css/wp-pointer-rtl.css
share/ja-wordpress/wp-includes/css/wp-pointer-rtl.min.css
share/ja-wordpress/wp-includes/css/wp-pointer.css
share/ja-wordpress/wp-includes/css/wp-pointer.min.css
+share/ja-wordpress/wp-includes/customize/class-wp-customize-background-image-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-background-image-setting.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-color-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-cropped-image-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-filter-setting.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-header-image-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-header-image-setting.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-image-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-media-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-location-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-name-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-section.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menu-setting.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-new-menu-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-new-menu-section.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-sidebar-section.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-site-icon-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-theme-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-themes-section.php
+share/ja-wordpress/wp-includes/customize/class-wp-customize-upload-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-widget-area-customize-control.php
+share/ja-wordpress/wp-includes/customize/class-wp-widget-form-customize-control.php
share/ja-wordpress/wp-includes/date.php
share/ja-wordpress/wp-includes/default-constants.php
share/ja-wordpress/wp-includes/default-filters.php
share/ja-wordpress/wp-includes/default-widgets.php
share/ja-wordpress/wp-includes/deprecated.php
+share/ja-wordpress/wp-includes/embed-template.php
+share/ja-wordpress/wp-includes/embed.php
share/ja-wordpress/wp-includes/feed-atom-comments.php
share/ja-wordpress/wp-includes/feed-atom.php
share/ja-wordpress/wp-includes/feed-rdf.php
@@ -1022,6 +1073,7 @@ share/ja-wordpress/wp-includes/js/mediaelement/controls.png
share/ja-wordpress/wp-includes/js/mediaelement/controls.svg
share/ja-wordpress/wp-includes/js/mediaelement/flashmediaelement.swf
share/ja-wordpress/wp-includes/js/mediaelement/froogaloop.min.js
+share/ja-wordpress/wp-includes/js/mediaelement/jumpforward.png
share/ja-wordpress/wp-includes/js/mediaelement/loading.gif
share/ja-wordpress/wp-includes/js/mediaelement/mediaelement-and-player.min.js
share/ja-wordpress/wp-includes/js/mediaelement/mediaelementplayer.min.css
@@ -1092,6 +1144,8 @@ share/ja-wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
+share/ja-wordpress/wp-includes/js/tinymce/plugins/wpembed/plugin.js
+share/ja-wordpress/wp-includes/js/tinymce/plugins/wpembed/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.js
@@ -1158,6 +1212,10 @@ share/ja-wordpress/wp-includes/js/wp-auth-check.js
share/ja-wordpress/wp-includes/js/wp-auth-check.min.js
share/ja-wordpress/wp-includes/js/wp-backbone.js
share/ja-wordpress/wp-includes/js/wp-backbone.min.js
+share/ja-wordpress/wp-includes/js/wp-embed-template.js
+share/ja-wordpress/wp-includes/js/wp-embed-template.min.js
+share/ja-wordpress/wp-includes/js/wp-embed.js
+share/ja-wordpress/wp-includes/js/wp-embed.min.js
share/ja-wordpress/wp-includes/js/wp-emoji-loader.js
share/ja-wordpress/wp-includes/js/wp-emoji-loader.min.js
share/ja-wordpress/wp-includes/js/wp-emoji-release.min.js
@@ -1210,8 +1268,22 @@ share/ja-wordpress/wp-includes/post-template.php
share/ja-wordpress/wp-includes/post-thumbnail-template.php
share/ja-wordpress/wp-includes/post.php
share/ja-wordpress/wp-includes/query.php
+share/ja-wordpress/wp-includes/random_compat/byte_safe_strings.php
+share/ja-wordpress/wp-includes/random_compat/cast_to_int.php
+share/ja-wordpress/wp-includes/random_compat/error_polyfill.php
+share/ja-wordpress/wp-includes/random_compat/random.php
+share/ja-wordpress/wp-includes/random_compat/random_bytes_com_dotnet.php
+share/ja-wordpress/wp-includes/random_compat/random_bytes_dev_urandom.php
+share/ja-wordpress/wp-includes/random_compat/random_bytes_libsodium.php
+share/ja-wordpress/wp-includes/random_compat/random_bytes_mcrypt.php
+share/ja-wordpress/wp-includes/random_compat/random_bytes_openssl.php
+share/ja-wordpress/wp-includes/random_compat/random_int.php
share/ja-wordpress/wp-includes/registration-functions.php
share/ja-wordpress/wp-includes/registration.php
+share/ja-wordpress/wp-includes/rest-api.php
+share/ja-wordpress/wp-includes/rest-api/class-wp-rest-request.php
+share/ja-wordpress/wp-includes/rest-api/class-wp-rest-response.php
+share/ja-wordpress/wp-includes/rest-api/class-wp-rest-server.php
share/ja-wordpress/wp-includes/revision.php
share/ja-wordpress/wp-includes/rewrite.php
share/ja-wordpress/wp-includes/rss-functions.php
@@ -1233,6 +1305,19 @@ share/ja-wordpress/wp-includes/user.php
share/ja-wordpress/wp-includes/vars.php
share/ja-wordpress/wp-includes/version.php
share/ja-wordpress/wp-includes/widgets.php
+share/ja-wordpress/wp-includes/widgets/class-wp-nav-menu-widget.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-archives.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-calendar.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-categories.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-links.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-meta.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-pages.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-recent-comments.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-recent-posts.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-rss.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-search.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-tag-cloud.php
+share/ja-wordpress/wp-includes/widgets/class-wp-widget-text.php
share/ja-wordpress/wp-includes/wlwmanifest.xml
share/ja-wordpress/wp-includes/wp-db.php
share/ja-wordpress/wp-includes/wp-diff.php
diff --git a/www/php-ja-wordpress/distinfo b/www/php-ja-wordpress/distinfo
index a4da491e433..3e5bfec2ea4 100644
--- a/www/php-ja-wordpress/distinfo
+++ b/www/php-ja-wordpress/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/04 02:47:22 agc Exp $
+$NetBSD: distinfo,v 1.12 2015/12/27 18:39:57 ryoon Exp $
-SHA1 (wordpress-4.3.1-ja.tar.gz) = c1972eb2137e32538154df9152c26bec1af20028
-RMD160 (wordpress-4.3.1-ja.tar.gz) = bdbb7f1f9358c5662f5991e5183e03fa30ece735
-SHA512 (wordpress-4.3.1-ja.tar.gz) = 57728010472d579b6eecebbc102d2804dec2814cc17aa1f60e5d82ddb26b0e3c71e9a88a6fee937ba86ccd65e390f9465b51e3dfae4eb266c983bc4722436fb3
-Size (wordpress-4.3.1-ja.tar.gz) = 6989655 bytes
+SHA1 (wordpress-4.4-ja.tar.gz) = 4dc15a6f9c3d94ad89a4270ccc2d3eecd8782c2f
+RMD160 (wordpress-4.4-ja.tar.gz) = d8d897fcea35102d671d19ecf0194ab0feeabd53
+SHA512 (wordpress-4.4-ja.tar.gz) = ccca60e8cf9dea1a3eb032189f29dc00d5c1b54003da361cd3977fff52cc6dedd1437f75ec97b909b84555f33c2460da549634debb415c34fa46d8e99f75cb37
+Size (wordpress-4.4-ja.tar.gz) = 7526597 bytes