Skip to content

Commit e2e19de

Browse files
committed
Bump version to 1.3.9
1 parent ca72a19 commit e2e19de

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.8
6+
* Version: 1.3.9
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.8
7+
Stable tag: 1.3.9
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.9 =
111+
* Added support for tagging on Mailchimp
110112
= 1.3.8 =
111113
* Added support for hooks that run on lookup of email addresses.
112114
= 1.3.7 =

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.8"
27+
release: "1.3.9"
2828
});
2929

3030
if (getEnv('USE_CHARGEBEE')) {

0 commit comments

Comments
 (0)