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

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 12, 2023
1 parent e16637a commit 91b5671
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion languages/cone-simplepay.pot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: OTP SimplePay Gateway for WooCommerce 2.8.1\n"
"Project-Id-Version: OTP SimplePay Gateway for WooCommerce 2.8.2\n"
"Report-Msgid-Bugs-To: https://simplepay.conedevelopment.com/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Cone Development <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion simplepay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: OTP SimplePay Gateway for WooCommerce
* Plugin URI: https://simplepay.conedevelopment.com/
* Description: OTP SimplePay payment gateway integration for WooCommerce.
* Version: 2.8.1
* Version: 2.8.2
* Author: Cone Development
* Author URI: https://conedevelopment.com
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Plugin
*
* @var string
*/
public const VERSION = '2.8.1';
public const VERSION = '2.8.2';

/**
* The plugin slug.
Expand Down
4 changes: 2 additions & 2 deletions updater/info.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "SimplePay Gateway for WooCommerce",
"slug": "simplepay-gateway-master/simplepay-gateway.php",
"version": "2.8.1",
"version": "2.8.2",
"tested": "6.4.1",
"requires": "5.2",
"author": "Cone Development",
"author_profile": "https://conedevelopment.com",
"download_link": "https://github.com/conedevelopment/simplepay-gateway/archive/master.zip",
"trunk": "https://github.com/conedevelopment/simplepay-gateway/archive/master.zip",
"last_updated": "2023-12-01 10:00:00",
"last_updated": "2023-12-12 10:00:00",
"banners": {
"low": "https://raw.githubusercontent.com/conedevelopment/simplepay-gateway/master/updater/cover-low.png",
"high": "https://raw.githubusercontent.com/conedevelopment/simplepay-gateway/master/updater/cover-high.png"
Expand Down
2 changes: 1 addition & 1 deletion updater/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"slug": "simplepay-gateway-master/simplepay-gateway.php",
"plugin": "simplepay-gateway-master/simplepay-gateway.php",
"tested": "6.4.1",
"new_version": "2.8.1",
"new_version": "2.8.2",
"package": "https://github.com/conedevelopment/simplepay-gateway/archive/master.zip",
"url": "https://github.com/conedevelopment/simplepay-gateway"
}

0 comments on commit 91b5671

Please sign in to comment.