{"id":231869,"date":"2025-05-18T02:10:55","date_gmt":"2025-05-18T02:10:55","guid":{"rendered":"https:\/\/ja.wordpress.org\/plugins\/post-migration\/"},"modified":"2025-06-19T05:18:33","modified_gmt":"2025-06-19T05:18:33","slug":"post-migration","status":"publish","type":"plugin","link":"https:\/\/gd.wordpress.org\/plugins\/post-migration\/","author":20901693,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.0","stable_tag":"1.1.0","tested":"6.8.5","requires":"6.4","requires_php":"8.2","requires_plugins":null,"header_name":"POST MIGRATION","header_author":"Web Creator ITmaroon","header_description":"This plugin allows you to export post data along with associated media, revisions, and comments into a ZIP file and port it to another WordPress site.","assets_banners_color":"376887","last_updated":"2025-06-19 05:18:33","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/itmaroon.net","rating":0,"author_block_rating":0,"active_installs":20,"downloads":506,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"itmaroon","date":"2025-05-18 02:13:08"},"1.0.1":{"tag":"1.0.1","author":"itmaroon","date":"2025-06-04 01:05:25"},"1.1.0":{"tag":"1.1.0","author":"itmaroon","date":"2025-06-19 05:18:33"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3295494,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3295494,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3295494,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3295494,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3295494,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3295494,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3295494,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Post data export settings and execution screen","2":"Post data import settings and execution screen","3":"Post data import results display screen"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[9055,84,86,10745],"plugin_category":[50],"plugin_contributors":[218452],"plugin_business_model":[],"class_list":["post-231869","plugin","type-plugin","status-publish","hentry","plugin_tags-duplicate","plugin_tags-media","plugin_tags-post","plugin_tags-transfer","plugin_category-media","plugin_contributors-itmaroon","plugin_committers-itmaroon"],"banners":{"banner":"https:\/\/ps.w.org\/post-migration\/assets\/banner-772x250.png?rev=3295494","banner_2x":"https:\/\/ps.w.org\/post-migration\/assets\/banner-1544x500.png?rev=3295494","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/post-migration\/assets\/icon-128x128.png?rev=3295494","icon_2x":"https:\/\/ps.w.org\/post-migration\/assets\/icon-256x256.png?rev=3295494","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/post-migration\/assets\/screenshot-1.png?rev=3295494","caption":"Post data export settings and execution screen"},{"src":"https:\/\/ps.w.org\/post-migration\/assets\/screenshot-2.png?rev=3295494","caption":"Post data import settings and execution screen"},{"src":"https:\/\/ps.w.org\/post-migration\/assets\/screenshot-3.png?rev=3295494","caption":"Post data import results display screen"}],"raw_content":"<!--section=description-->\n<p>This plugin provides the ability to migrate individual WordPress post data to another WordPress site.\nSpecifically, it provides the following features that are not provided by the standard import and export tools provided by WordPress.\n1. The standard tool does not export images and other media data. Instead, the importer reads the image URL in the XML and attempts to re-download the file from a remote location. However, this requires that the import source site is public and the media file URL is accessible. If the site is local or private, the media download will fail and only an empty attachment post will be created.\nThis plugin extracts images and other media data and WordPress database information and exports them together in a single ZIP file, eliminating such problems.\n2. The standard tool does not export revisions, but this plugin provides export and import functions.\n3. The standard tool allows you to select what to export for each post type, but not for each individual post.\nThis plugin allows you to select what to export for each individual post.<\/p>\n\n<h3>Related Links<\/h3>\n\n<ul>\n<li><a href=\"https:\/\/github.com\/itmaroon\/post-migration\">POST MIGRATION:Github<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/itmaroon\/block-class-package\">block-class-package:GitHub<\/a>  <\/li>\n<li><a href=\"https:\/\/packagist.org\/packages\/itmar\/block-class-package\">block-class-package:Packagist<\/a> <\/li>\n<li><a href=\"https:\/\/github.com\/itmaroon\/wpsetting-class-package\">wpsetting-class-package:GitHub<\/a>  <\/li>\n<li><a href=\"https:\/\/packagist.org\/packages\/itmar\/wpsetting-class-package\">wpsetting-class-package:Packagist<\/a><\/li>\n<\/ul>\n\n<h3>Arbitrary section<\/h3>\n\n<p>PHP class management is now done using Composer.<br \/>\n<a href=\"https:\/\/github.com\/itmaroon\/block-class-package\">GitHub<\/a><br \/>\n<a href=\"https:\/\/packagist.org\/packages\/itmar\/block-class-package\">Packagist<\/a><\/p>\n\n<h3>Third Party Libraries<\/h3>\n\n<p>This plugin uses the following third-party libraries:<\/p>\n\n<h3>FileSaver.js<\/h3>\n\n<ul>\n<li>Purpose: Used to enable client-side file saving functionality (e.g., downloading generated ZIP files in the browser).<\/li>\n<li>Library URL: https:\/\/github.com\/eligrey\/FileSaver.js\/<\/li>\n<li>License: MIT License<\/li>\n<li>Resources : https:\/\/github.com\/eligrey\/FileSaver.js<\/li>\n<\/ul>\n\n<p>Copyright (c) 2016 Eli Grey.<\/p>\n\n<p>Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:<\/p>\n\n<p>The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.<\/p>\n\n<p>THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.<\/p>\n\n<h3>JSZip<\/h3>\n\n<ul>\n<li>Purpose: Used to create ZIP files directly on the client side in the browser.<\/li>\n<li>Library URL: https:\/\/github.com\/Stuk\/jszip<\/li>\n<li>License: MIT License<\/li>\n<\/ul>\n\n<p>Copyright (c) 2009-2022 Stuart Knightley, David Duponchel,\n          Franz Buchinger, Ant\u00f3nio Afonso<\/p>\n\n<p>Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:<\/p>\n\n<p>The above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.<\/p>\n\n<p>THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>From the WP admin panel, click \u201cPlugins\u201d -&gt; \u201cAdd new\u201d.<\/li>\n<li>In the browser input box, type \u201cPOST MIGRATION\u201d.<\/li>\n<li>Select the \u201cPOST MIGRATION\u201d plugin and click \u201cInstall\u201d.<\/li>\n<li>Activate the plugin.<\/li>\n<\/ol>\n\n<p>OR\u2026<\/p>\n\n<ol>\n<li>Download the plugin from this page.<\/li>\n<li>Save the .zip file to a location on your computer.<\/li>\n<li>Open the WP admin panel, and click \u201cPlugins\u201d -&gt; \u201cAdd new\u201d.<\/li>\n<li>Click \u201cupload\u201d.. then browse to the .zip file downloaded from this page.<\/li>\n<li>Click \u201cInstall\u201d.. and then \u201cActivate plugin\u201d.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<p>Added functionality to ensure proper export and import when gallery is used as an ACF custom field type.<\/p>\n\n<h4>1.0.1<\/h4>\n\n<p>Update due to the version upgrade of the composer package of wpsetting-class-package<\/p>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Release<\/li>\n<\/ul>","raw_excerpt":"This is a plugin that transfers data for individual posts to another WordPress site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/231869","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=231869"}],"author":[{"embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/itmaroon"}],"wp:attachment":[{"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=231869"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=231869"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=231869"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=231869"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=231869"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=231869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}