README.md (722B)
1 # WP content importer used in OCDI 2 3 List of files used in OCDI plugin (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 15 ## Changelog 16 17 *October 29th 2016* 18 19 - Cleaned up this forked repo, to only include the thing we need in the OCDI plugin. 20 - Changed the class names and use psr-4 autoloading in composer.json 21 22 *October 26th 2016* 23 24 - made a fork form the original repo 25 - merged a pull request for "term meta data" from the original repo: https://github.com/humanmade/WordPress-Importer/pull/18