MultilingualPress 2 to 3 Migration archived
Procedures to migrate MultilingualPress v2 to MultilingualPress v3
by Inpsyde · github.com/inpsyde/multilingualpress-2-to-3-migration · website
★ 4stars
328release downloads
203composer installs
2forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/inpsyde/multilingualpress-2-to-3-migration/releases/download/v0.1.0-alpha2/mlp2to3-0.1.0-alpha2-2019.12.27-15.48.zipAlso on Packagist as inpsyde/multilingualpress2to3:
composer require inpsyde/multilingualpress2to3From the readme
MultilingualPress 2 to 3 Migration
A WP plugin that allows migrating data from MultilingualPress version 2 to version 3.
UNMAINTAINED
NOTE: This repository is no longer maintained.
Installation
The migration tool is a WP CLI command, shipped as a regular WP plugin.
Install it as you would any other plugin, i.e. in any of the following ways:
- If a build is available, you can install from ZIP.
- Install with Composer: composer require inpsyde/multilingualpress2to3:^0.1.
- Clone the repo into your plugins directory.
Requirements
1. MLP3 must contain the changes made in [eebfc1b][inpsyde/multilingualpress@eebfc1b]
([v2.11.3][inpsyde/MultilingualPress@v2.11.3]).
This is necessary in order to satisfy requirement 4.
1. MLP2 must contain the changes in [7dccc9c][inpsyde/MultilingualPress@7dccc9c]
([3.2.0][inpsyde/multilingualpress@3.2.0]).
This is necessary in order to prevent automatic deletion of the siterelations table
by MLP2 on uninstall. This table has the same name in MLP2 and MLP3, and therefore
should remain after MLP2 is uninstalled.
1. This plugin must be active.
It registers the WP CLI command, and is also necessary in order to satisfy requiremen
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.1.0-alpha2 | Dec 27, 2019 | mlp2to3-0.1.0-alpha2-2019.12.27-15.48.zip | 271 |
| v0.1.0-alpha1 | Jun 3, 2019 | mlp2to3-0.1.0-alpha1-2019.06.03-15.52.zip | 57 |