From a289114bc42bbe2aad568707159309978968745c Mon Sep 17 00:00:00 2001 From: Chris Chasm Date: Thu, 28 Jan 2021 16:01:04 -0700 Subject: [PATCH 1/3] Update version-control.json --- version-control.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-control.json b/version-control.json index e6c9214..51c6a21 100644 --- a/version-control.json +++ b/version-control.json @@ -22,7 +22,7 @@ "high": "https://raw.githubusercontent.com/DiscipleTools/disciple-tools-version-control/master/images/dt-placeholder-1544x500.jpg" }, "sections": { - "description": "Disciple Tools - Starter Plugin 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": "" } From 25a75441d23817b205c2aa13d44145b6560628bc Mon Sep 17 00:00:00 2001 From: Chris Chasm Date: Thu, 28 Jan 2021 16:04:18 -0700 Subject: [PATCH 2/3] Version bump --- disciple-tools-starter-plugin-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disciple-tools-starter-plugin-template.php b/disciple-tools-starter-plugin-template.php index d91136d..c12c712 100755 --- a/disciple-tools-starter-plugin-template.php +++ b/disciple-tools-starter-plugin-template.php @@ -5,7 +5,7 @@ * Description: Disciple Tools - Starter Plugin Template is intended to help developers and integrator jumpstart their extension of the Disciple Tools system. * Text Domain: disciple-tools-starter-plugin-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-starter-plugin * Requires at least: 4.7.0 From ccb934cffba18a5157cf8605f896f6e703c37ffc Mon Sep 17 00:00:00 2001 From: Chris Chasm Date: Thu, 28 Jan 2021 16:07:47 -0700 Subject: [PATCH 3/3] Update version-control.json --- version-control.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-control.json b/version-control.json index 51c6a21..3d32e65 100644 --- a/version-control.json +++ b/version-control.json @@ -1,6 +1,6 @@ { "name": "Disciple Tools - Starter Plugin Template", - "version": "1.2", + "version": "1.3", "last_updated": "2021-01", "author": "Disciple Tools", "author_homepage": "https://disciple.tools",