Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Stamp version 1.4
Browse files Browse the repository at this point in the history
Adds admin-side API/SDK version numbers in module sidebar for quick reference
  • Loading branch information
drbyte committed Jun 22, 2020
1 parent bca833b commit 48833fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions files_to_upload/includes/modules/payment/square.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 48833fc

Please sign in to comment.