Skip to content

Commit

Permalink
Merge pull request #43 from getAlby/task-bolt11
Browse files Browse the repository at this point in the history
Update bolt 11 package and bump version
  • Loading branch information
im-adithya authored Nov 14, 2023
2 parents a3f5ed1 + 32333de commit a691a55
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 163 deletions.
4 changes: 2 additions & 2 deletions bln-publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @wordpress-plugin
* Plugin Name: Bitcoin Lightning Publisher
* Description: Bitcoin Lightning Publisher is a Paywall and Donation plugin for WordPress to accept instant Bitcoin Lightning payments and donations directly to your preferred wallet.
* Version: 1.3.0
* Version: 1.3.1
* License: GPL-3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Text Domain: lnp-alby
Expand All @@ -26,7 +26,7 @@
die;
}

define('BLN_PUBLISHER_VERSION', '1.3.0');
define('BLN_PUBLISHER_VERSION', '1.3.1');
define('BLN_PUBLISHER_PAYWALL_JWT_KEY', hash_hmac('sha256', 'lnp-alby', AUTH_KEY));
define('BLN_PUBLISHER_PAYWALL_JWT_ALGORITHM', 'HS256');
define('BLN_PUBLISHER_ROOT_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getalby/bitcoin-lightning-publisher",
"description": "Bitcoin Lightning Publisher for WordPress - Lightning powered paywalls and donations for WordPress.",
"version": "1.0.1",
"version": "1.3.1",
"license": "MIT",
"minimum-stability": "dev",
"require": {
Expand All @@ -11,7 +11,7 @@
"octan/lndhub": "dev-main",
"octan/btcpay": "dev-main",
"firebase/php-jwt": "dev-main",
"jorijn/bitcoin-bolt11": "dev-master",
"jorijn/bitcoin-bolt11": "^0.1.0",
"tkijewski/php-lnurl": "dev-master"
},
"repositories": [
Expand Down
Loading

0 comments on commit a691a55

Please sign in to comment.