-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion-control.json
More file actions
30 lines (30 loc) · 2.03 KB
/
version-control.json
File metadata and controls
30 lines (30 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Disciple.Tools - Migrations",
"version": "1.0.0",
"last_updated": "2026-03",
"author": "Disciple.Tools",
"author_homepage": "https://disciple.tools",
"git_owner": "DiscipleTools",
"git_repo": "disciple-tools-migration",
"download_url": "https://github.com/DiscipleTools/disciple-tools-migration/releases/latest/download/disciple-tools-migration.zip",
"homepage": "https://github.com/DiscipleTools/disciple-tools-migration",
"issues_url": "https://github.com/DiscipleTools/disciple-tools-migration/issues",
"projects_url": "https://github.com/DiscipleTools/disciple-tools-migration/projects/1",
"discussions_url": "https://github.com/DiscipleTools/disciple-tools-migration/discussions",
"wiki_url": "https://github.com/DiscipleTools/disciple-tools-migration/wiki",
"license_url": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-migration/master/LICENSE",
"readme_url": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-migration/master/README.md",
"requires": "4.7",
"tested": "6.7",
"upgrade_notice": "Initial stable release: export/import settings and records via API or JSON file.",
"banners": {
"low": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-migration/master/documentation/banner.png",
"high": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-migration/master/documentation/banner.png"
},
"icon": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-migration/master/documentation/icon.png",
"sections": {
"description": "Migrate Disciple.Tools configuration and post records between sites using a secure REST API or offline JSON export. Includes WordPress user mapping, deferred connection handling, and admin tools under Migration in wp-admin.",
"installation": "Requires the Disciple.Tools theme. Install and activate this plugin, then use Settings, Export, and Import under the Migration menu.",
"changelog": "1.0.0 — Production release: streamlined plugin footprint, remote updates, migration admin UI."
}
}