Skip to content

Commit f64e3d7

Browse files
committed
Bump version to 1.3.7
1 parent d990c7d commit f64e3d7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/join-block/join.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: Common Knowledge Join Flow
55
* Description: Common Knowledge join flow plugin.
6-
* Version: 1.3.6
6+
* Version: 1.3.7
77
* Author: Common Knowledge <[email protected]>
88
* Text Domain: common-knowledge-join-flow
99
* License: GPLv2 or later

packages/join-block/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: membership, subscription, join
44
Contributors: commonknowledgecoop
55
Requires at least: 5.4
66
Tested up to: 6.8
7-
Stable tag: 1.3.6
7+
Stable tag: 1.3.7
88
Requires PHP: 8.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -107,6 +107,8 @@ Need help? Contact us at [[email protected]](mailto:hello@commonknowled
107107

108108
== Changelog ==
109109

110+
= 1.3.7 =
111+
* Bug: further logical bug fixes.
110112
= 1.3.6 =
111113
* Bug: Fix problem with displaying GoCardless logo, even when payment provider is Stripe.
112114
= 1.3.5 =

packages/join-flow/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const init = () => {
2424
const sentryDsn = getEnvStr("SENTRY_DSN")
2525
Sentry.init({
2626
dsn: sentryDsn,
27-
release: "1.3.6"
27+
release: "1.3.7"
2828
});
2929

3030
if (getEnv('USE_CHARGEBEE')) {

0 commit comments

Comments
 (0)