Skip to content

Commit 8861b7c

Browse files
committed
chore: version updated
1 parent 3b8e36a commit 8861b7c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

backend/app/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Config
2121

2222
public const VAR_PREFIX = 'bit_smtp_';
2323

24-
public const VERSION = '1.1.8';
24+
public const VERSION = '1.1.9';
2525

2626
public const DB_VERSION = '1.0';
2727

bit_smtp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: BIT SMTP
55
* Plugin URI: https://www.bitapps.pro/bit-smtp
66
* Description: Send email via SMTP using BIT SMTP plugin by Bit Apps
7-
* Version: 1.1.8
7+
* Version: 1.1.9
88
* Author: Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-smtp

frontend/src/pages/Layout/Layout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ function Header() {
105105
centered
106106
className="bit-social-release-modal"
107107
>
108-
<a href="https://bit-flows.com/" target="_blank" rel="noreferrer">
108+
<a
109+
href="https://bit-flows.com/?utm_source=bit-smtp&utm_medium=inside-plugin&utm_campaign=bit_flows_early_bird"
110+
target="_blank"
111+
rel="noreferrer"
112+
>
109113
<img src={exclusiveEarlyBirdOffer} alt="Bit Social Release Promotional Banner" width="100%" />
110114
</a>
111115
<div className={cls.footerBtn}>

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: smtp, wp mail smtp, gmail smtp, sendgrid smtp, phpmailer
44
Requires at least: 5.0
55
Tested up to: 6.7.1
66
Requires PHP: 7.4
7-
Stable tag: 1.1.8
7+
Stable tag: 1.1.9
88
License: GPLv2 or later
99

1010
Enable SMTP plugin to authenticate mail service of your site by configuring SMTP server of your desired mail service.

0 commit comments

Comments
 (0)