From 8d2ba523cc92861c19268308785c03301b1a89c3 Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Sun, 5 Aug 2018 04:42:26 +0300 Subject: [PATCH] v0.2.6 --- README.md | 2 +- composer.json | 2 +- composer.lock | 4 ++-- woocommerce-gateway-lightning.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ef0e9d..72760c0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Requires PHP >= 5.6 and the `php-curl` and `php-gd` extensions. 1. Setup [Lightning Charge](https://github.com/ElementsProject/lightning-charge). -2. [Download woocommerce-gateway-lightning.zip](https://github.com/ElementsProject/woocommerce-gateway-lightning/releases/download/v0.2.5/woocommerce-gateway-lightning.zip) +2. [Download woocommerce-gateway-lightning.zip](https://github.com/ElementsProject/woocommerce-gateway-lightning/releases/download/v0.2.6/woocommerce-gateway-lightning.zip) 3. Install and enable the plugin on your WordPress installation. diff --git a/composer.json b/composer.json index a60ebfd..a7f64af 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "elementsproject/woocommerce-gateway-lightning", "description": "WooCommerce Gateway Plugin for Lightning Charge", - "version": "0.2.5", + "version": "0.2.6", "license": "MIT", "minimum-stability": "dev", "require": { diff --git a/composer.lock b/composer.lock index 7db1a2b..d7a470b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "0516e37fdd2b0d2a457e452f863bd056", - "content-hash": "9c961fc390893c89c226c336dd66db58", + "hash": "acdbe40cf7a02e922b0c8777814be23b", + "content-hash": "5abc5c343d9d67de1b1cfff737169658", "packages": [ { "name": "bacon/bacon-qr-code", diff --git a/woocommerce-gateway-lightning.php b/woocommerce-gateway-lightning.php index 5af3fd4..3833cb0 100755 --- a/woocommerce-gateway-lightning.php +++ b/woocommerce-gateway-lightning.php @@ -6,7 +6,7 @@ Author: Blockstream Author URI: https://blockstream.com - Version: 0.2.5 + Version: 0.2.6 GitHub Plugin URI: https://github.com/ElementsProject/woocommerce-gateway-lightning */