From 48833fcbe836da4662ac16fdfcb6f23f056473f0 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Sun, 21 Jun 2020 20:19:43 -0400 Subject: [PATCH] Stamp version 1.4 Adds admin-side API/SDK version numbers in module sidebar for quick reference --- files_to_upload/includes/modules/payment/square.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files_to_upload/includes/modules/payment/square.php b/files_to_upload/includes/modules/payment/square.php index 1bcc42d..edcdcd1 100644 --- a/files_to_upload/includes/modules/payment/square.php +++ b/files_to_upload/includes/modules/payment/square.php @@ -29,8 +29,11 @@ class square extends base /** * $moduleVersion is the plugin version number */ - public $moduleVersion = '1.3'; - protected $apiVersion = '3.20200325.1'; + public $moduleVersion = '1.4'; + /** + * API version this module was last updated to use + */ + protected $apiVersion = '3.20200528.1'; /** * $title is the displayed name for this payment method *