PluginProbe ʕ •ᴥ•ʔ
Kubio AI Page Builder / 2.8.6
Kubio AI Page Builder v2.8.6
2.9.0 2.8.6 2.8.5 2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.9.0 2.0.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.5 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.6.3 2.6.5 2.6.6 2.6.7 2.7.0 2.7.1 2.7.2 2.7.3 2.8.0
kubio / vendor / proteusthemes / wp-content-importer-v2 / README.md
kubio / vendor / proteusthemes / wp-content-importer-v2 Last commit date
src 4 years ago README.md 4 years ago composer.json 1 year ago
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