Skip to content

Commit a365e13

Browse files
authored
bump versions add pricing link (#37)
1 parent a494367 commit a365e13

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed
38.5 KB
Loading

zaprite-payment-gateway/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Zaprite Payment Gateway
22

3+
## [1.0.6] - 2025-08-29
4+
5+
- Update: Bump versions and add pricing link.
6+
37
## [1.0.5] - 2024-05-22
48

59
- Update: Add discounts.

zaprite-payment-gateway/readme.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: zaprite
33
Tags: payment, gateway, woocommerce, bitcoin, lightning
44
Requires at least: 6.4.0
5-
Tested up to: 6.5.2
5+
Tested up to: 6.8.2
66
Requires PHP: 7.2
7-
Stable tag: 1.0.5
7+
Stable tag: 1.0.6
88
License: MIT
99
License URI: https://mit-license.org/
1010

@@ -42,6 +42,9 @@ https://youtu.be/ohepHnGE3Tk?si=LEV1z86-BQOgB3i6
4242

4343
== Changelog ==
4444

45+
= 1.0.6 =
46+
* Update: Bump versions and add pricing link.
47+
4548
= 1.0.5 =
4649
* Update: Add discounts.
4750

@@ -62,6 +65,9 @@ https://youtu.be/ohepHnGE3Tk?si=LEV1z86-BQOgB3i6
6265

6366
== Upgrade Notice ==
6467

68+
= 1.0.6 =
69+
Tested for latest version.
70+
6571
= 1.0.5 =
6672
Add Discounts.
6773

@@ -92,9 +98,13 @@ For support and feature requests, please visit [https://zaprite.zendesk.com/hc/e
9298

9399
Zaprite is not affiliated with or endorsed by WooCommerce or WordPress. This plugin is developed and maintained by Zaprite.
94100

101+
== Pricing ==
102+
103+
Visit the [Pricing](https://zaprite.com/pricing/) page on our website to learn more about how we charge fees.
104+
95105
== Frequently Asked Questions ==
96106

97-
See our blog post for FAQ's [How To Connect Your WooCommerce Store/](https://blog.zaprite.com/how-to-connect-your-woocommerce-store/).
107+
See our blog post for FAQ's [How To Connect Your WooCommerce Store](https://blog.zaprite.com/how-to-connect-your-woocommerce-store/).
98108

99109
== Screenshots ==
100110

zaprite-payment-gateway/zaprite-payment-gateway.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Zaprite Payment Gateway
55
* Plugin URI: https://github.com/ZapriteApp/zaprite-for-woocommerce
66
* Description: Accept bitcoin (on-chain and lightning) and fiat payments in one unified Zaprite Checkout.
7-
* Version: 1.0.5
7+
* Version: 1.0.6
88
* Author: zaprite
99
* Author URI: https://zaprite.com
1010
* Text Domain: zaprite-payment-gateway
@@ -23,7 +23,7 @@
2323
);
2424

2525

26-
define( 'ZAPRITE_WOOCOMMERCE_VERSION', '1.0.5' );
26+
define( 'ZAPRITE_WOOCOMMERCE_VERSION', '1.0.6' );
2727

2828
define( 'WC_PAYMENT_GATEWAY_ZAPRITE_FILE', __FILE__ );
2929
define( 'WC_PAYMENT_GATEWAY_ZAPRITE_URL', plugins_url( '', WC_PAYMENT_GATEWAY_ZAPRITE_FILE ) );

0 commit comments

Comments
 (0)