diff --git a/blink-for-woocommerce.php b/blink-for-woocommerce.php index 07f39a2..39546c4 100644 --- a/blink-for-woocommerce.php +++ b/blink-for-woocommerce.php @@ -9,7 +9,7 @@ * License URI: https://github.com/blinkbitcoin/blink-for-woocommerce/blob/main/license.txt * Text Domain: blink-for-woocommerce * Domain Path: /languages - * Version: 0.1.2 + * Version: 0.1.3 * * @package Blink_For_Woocommerce */ @@ -19,7 +19,7 @@ use Blink\WC\Gateway\BlinkLnGateway; defined('ABSPATH') || exit(); -define('BLINK_VERSION', '0.1.2'); +define('BLINK_VERSION', '0.1.3'); define('BLINK_VERSION_KEY', 'blink_version'); define('BLINK_PLUGIN_FILE_PATH', plugin_dir_path(__FILE__)); define('BLINK_PLUGIN_URL', plugin_dir_url(__FILE__)); diff --git a/changelog.txt b/changelog.txt index b53956a..881fc22 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ += 0.1.3 :: 2024-11-29 = +* Update PHP min version + = 0.1.2 :: 2024-11-13 = * Update Blink Logo * Add warning note about API key scopes diff --git a/languages/blink-for-woocommerce.pot b/languages/blink-for-woocommerce.pot index 0ee314c..4f67da9 100644 --- a/languages/blink-for-woocommerce.pot +++ b/languages/blink-for-woocommerce.pot @@ -2,10 +2,10 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: Blink For Woocommerce 0.1.2\n" +"Project-Id-Version: Blink For Woocommerce 0.1.3\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/blink-for-woocommerce\n" -"POT-Creation-Date: 2024-11-13 20:45:24+00:00\n" +"POT-Creation-Date: 2024-11-29 15:09:11+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package.json b/package.json index 75dc852..0facb50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blink-for-woocommerce", - "version": "0.1.2", + "version": "0.1.3", "main": "Gruntfile.js", "author": "Blink", "scripts": { diff --git a/readme.txt b/readme.txt index bd1a3d4..18fdcdd 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: blink Tags: Bitcoin, Lightning Network, WooCommerce, payment gateway Requires at least: 4.5 Tested up to: 6.6.1 -Requires PHP: 5.6 -Stable tag: 0.1.2 +Requires PHP: 8.1 +Stable tag: 0.1.3 License: MIT License URI: https://github.com/blinkbitcoin/blink-for-woocommerce/blob/main/license.txt @@ -71,6 +71,9 @@ Yes, visit the [Blink website](https://www.blink.sv/) for support and troublesho == Changelog == += 0.1.3 = +* Update PHP min version + = 0.1.2 = * Update Blink Logo * Add warning note about API key scopes