Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzeeb3 committed Jun 28, 2021
1 parent f2e756d commit 1a2b5bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hbl-payment-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Payment Gateway for Himalayan Bank.
* Author: Manjil
* Author URI: https://github.com/lijnam/
* Version: 1.0.1
* Version: 1.0.2
* Text Domain: hbl-payment-for-woocommerce
* Domain Path: /languages/
*
Expand All @@ -21,7 +21,7 @@
*/
define( 'HBL_PAYMENT_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
define( 'HBL_PAYMENT_FOR_WOOCOMMERCE_PLUGIN_PATH', __DIR__ );
define( 'HBL_PAYMENT_FOR_WOOCOMMERCE_VERSION', '1.0.1' );
define( 'HBL_PAYMENT_FOR_WOOCOMMERCE_VERSION', '1.0.2' );

require_once __DIR__ . '/src/Plugin.php';

Expand Down
4 changes: 2 additions & 2 deletions languages/hbl-payment-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the Himalayan Bank Payment For WooCommerce package.
msgid ""
msgstr ""
"Project-Id-Version: Himalayan Bank Payment For WooCommerce 1.0.1\n"
"Project-Id-Version: Himalayan Bank Payment For WooCommerce 1.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-28 03:16:03+00:00\n"
"POT-Creation-Date: 2021-06-28 03:20:35+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hbl-payment-for-woocommerce",
"title": "Himalayan Bank Payment Gateway for Woocommerce",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: hbl-payment, woocommerce
Requires at least: 4.9
Tested up to: 5.7
Requires PHP: 5.6
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -32,7 +32,7 @@ No Questions Yet.

== Changelog ==

= 1.0.1 - 06/28/2021 =
= 1.0.2 - 06/28/2021 =
* Fix - redirection after cancelling order

= 1.0.0 - 06/26/2021 =
Expand Down

0 comments on commit 1a2b5bd

Please sign in to comment.