diff --git a/disciple-tools-plugin-starter-template.php b/disciple-tools-plugin-starter-template.php index 7174dd6..f043d3e 100755 --- a/disciple-tools-plugin-starter-template.php +++ b/disciple-tools-plugin-starter-template.php @@ -5,7 +5,7 @@ * Description: Disciple Tools - Plugin Starter Template is intended to help developers and integrator jumpstart their extension of the Disciple Tools system. * Text Domain: disciple-tools-plugin-starter-template * Domain Path: /languages - * Version: 1.2 + * Version: 1.3 * Author URI: https://github.com/DiscipleTools * GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools-plugin-starter-template * Requires at least: 4.7.0 diff --git a/version-control.json b/version-control.json index 861edaa..1252305 100644 --- a/version-control.json +++ b/version-control.json @@ -1,6 +1,7 @@ { + "name": "Disciple Tools - Plugin Starter Template", - "version": "1.2", + "version": "1.3", "last_updated": "2021-01", "author": "Disciple Tools", "author_homepage": "https://disciple.tools", @@ -22,7 +23,7 @@ "high": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-version-control/master/images/dt-placeholder-1544x500.jpg" }, "sections": { - "description": "Disciple Tools - Plugin Starter Template", + "description": "Kick start your Disciple.Tools plugin project with this template! This plugin is a collection of our best practices and code bases for creating Disciple.Tools plugins. ", "installation": "(Required) You must have Disciple.Tools Theme installed before using this plugin. Once Disciple.Tools is installed, you can use the normal Plugin system to install the plugin.", "changelog": "" }