README.md
33 lines
| 1 | # WP content importer used in OCDI and WP Merlin |
| 2 | |
| 3 | List of files from the original repo: |
| 4 | |
| 5 | - class-logger-cli.php, |
| 6 | - class-logger.php, |
| 7 | - class-wxr-importer.php |
| 8 | |
| 9 | |
| 10 | One click demo import plugin page: https://wordpress.org/plugins/one-click-demo-import/ |
| 11 | |
| 12 | One click demo import github page: https://github.com/proteusthemes/one-click-demo-import |
| 13 | |
| 14 | WP Merlin: https://github.com/richtabor/MerlinWP |
| 15 | |
| 16 | |
| 17 | ## Changelog |
| 18 | |
| 19 | *February 7th 2018* |
| 20 | - Clean up the WXRImporter code |
| 21 | - Created a "wrapper" class `Importer.php` with additional functionality (importing by smaller parts -> users, categories, tags, terms and posts) |
| 22 | - tagging versin 2.0 |
| 23 | |
| 24 | *October 29th 2016* |
| 25 | |
| 26 | - Cleaned up this forked repo, to only include the thing we need in the OCDI plugin. |
| 27 | - Changed the class names and use psr-4 autoloading in composer.json |
| 28 | |
| 29 | *October 26th 2016* |
| 30 | |
| 31 | - made a fork form the original repo |
| 32 | - merged a pull request for "term meta data" from the original repo: https://github.com/humanmade/WordPress-Importer/pull/18 |
| 33 |