Skip to content

fix: php min version #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blink-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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__));
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions languages/blink-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blink-for-woocommerce",
"version": "0.1.2",
"version": "0.1.3",
"main": "Gruntfile.js",
"author": "Blink",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down