Skip to content

Commit 5186e44

Browse files
committed
version 2.0.7 released
1 parent e22aa65 commit 5186e44

File tree

9 files changed

+42
-30
lines changed

9 files changed

+42
-30
lines changed

README.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: codeboxr, manchumahara
33
Tags: wordpress smtp,wordpress email log,smtp
44
Requires at least: 5.3
55
Requires PHP: 8.2
6-
Tested up to: 6.7.2
7-
Stable tag: 2.0.6
6+
Tested up to: 6.8
7+
Stable tag: 2.0.7
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -117,6 +117,10 @@ e.g.
117117

118118

119119
== Changelog ==
120+
= 2.0.7 =
121+
* [updated] WordPress Core V6.8 compatible
122+
* [new] Pro addon V1.0.5 released
123+
120124
= 2.0.6 =
121125
* [updated] Miscellaneous changes and improvement(+ Some methods moved to helper class)
122126
* [new] Pro addon V1.0.4 released

assets/css/comfortsmtp-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/comfortsmtp-builder.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/comfortsmtp-settings.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/vanila/comfortsmtp-settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
confirm: comfortsmtp_setting.awn_options.confirm,
1616
confirmOk: comfortsmtp_setting.awn_options.confirmOk,
1717
confirmCancel: comfortsmtp_setting.awn_options.confirmCancel,
18-
},
18+
}
1919
};
2020

2121
$('.setting-color-picker-wrapper').each(function (index, element) {

cbxwpemaillogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Comfort Email SMTP, Logger & Email Api
1717
* Plugin URI: https://codeboxr.com/product/cbx-email-logger-for-wordpress/
1818
* Description: Various SMTP protocol, Logs email, tracks sent or failed status and more.
19-
* Version: 2.0.6
19+
* Version: 2.0.7
2020
* Requires at least: 5.3
2121
* Requires PHP: 8.2
2222
* Author: Codeboxr
@@ -35,7 +35,7 @@
3535
}
3636

3737
defined( 'COMFORTSMTP_PLUGIN_NAME' ) or define( 'COMFORTSMTP_PLUGIN_NAME', 'cbxwpemaillogger' );
38-
defined( 'COMFORTSMTP_PLUGIN_VERSION' ) or define( 'COMFORTSMTP_PLUGIN_VERSION', '2.0.6' );
38+
defined( 'COMFORTSMTP_PLUGIN_VERSION' ) or define( 'COMFORTSMTP_PLUGIN_VERSION', '2.0.7' );
3939
defined( 'COMFORTSMTP_BASE_NAME' ) or define( 'COMFORTSMTP_BASE_NAME', plugin_basename( __FILE__ ) );
4040
defined( 'COMFORTSMTP_ROOT_PATH' ) or define( 'COMFORTSMTP_ROOT_PATH', plugin_dir_path( __FILE__ ) );
4141
defined( 'COMFORTSMTP_ROOT_URL' ) or define( 'COMFORTSMTP_ROOT_URL', plugin_dir_url( __FILE__ ) );

includes/ComfortSmtpAdmin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,8 @@ public function plugin_activate_upgrade_notices() {
10631063
echo '<p>';
10641064

10651065
//phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage
1066-
echo '<img alt="icon" style="float: left; display: inline-block; margin-right: 20px;" src="' . esc_url( plugins_url( 'assets/images/icon_c_48.png',
1067-
dirname( __FILE__ ) ) ) . '" />';
1066+
/*echo '<img alt="icon" style="float: left; display: inline-block; margin-right: 20px;" src="' . esc_url( plugins_url( 'assets/images/icon_c_48.png',
1067+
dirname( __FILE__ ) ) ) . '" />';*/
10681068

10691069
/* translators: 1: plugin version 2. codeboxr website url */
10701070
echo sprintf(wp_kses(__( 'Thanks for installing/deactivating <strong>CBX Email SMTP & Logger</strong> V%1$s - <a href="%2$s" target="_blank">Codeboxr Team</a>',
@@ -1095,8 +1095,8 @@ public function plugin_activate_upgrade_notices() {
10951095
echo '<p>';
10961096

10971097
//phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage
1098-
echo '<img alt="icon" style="float: left; display: inline-block; margin-right: 20px;" src="' . esc_url( plugins_url( 'assets/images/icon_c_48.png',
1099-
dirname( __FILE__ ) ) ) . '"/>';
1098+
/*echo '<img alt="icon" style="float: left; display: inline-block; margin-right: 20px;" src="' . esc_url( plugins_url( 'assets/images/icon_c_48.png',
1099+
dirname( __FILE__ ) ) ) . '"/>';*/
11001100

11011101
/* translators: 1: plugin version 2. team url */
11021102
echo sprintf(wp_kses(__( 'Thanks for upgrading <strong>CBX Email SMTP & Logger</strong> V%1$s - <a href="%2$s" target="_blank">Codeboxr Team</a>',

includes/ComfortSmtpUninstall.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ public static function uninstall_tasks() {
9393
$query_result = $wpdb->query( "DROP TABLE IF EXISTS {$table_name}" );
9494
}
9595

96+
$wpdb->query(
97+
$wpdb->prepare(
98+
"DELETE FROM {$wpdb->prefix}cbxmigrations WHERE plugin IN (%s, %s)",
99+
'cbxwpemaillogger', 'cbxwpemailloggerpro'
100+
)
101+
);
102+
103+
96104
do_action( 'comfortsmtp_plugin_tables_deleted_after', $table_names );
97105
do_action( 'comfortsmtp_plugin_tables_deleted' );
98106
}

templates/admin/support.php

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@
8282
</div>
8383
</div>
8484
<div class="content">
85+
<div class="cbx-backend-settings-row">
86+
<p>
87+
Version - 2.0.7
88+
</p>
89+
<ul>
90+
<li>[updated] WordPress Core V6.8 compatible</li>
91+
<li>[new] Pro addon V1.0.5 released</li>
92+
</ul>
93+
</div>
8594
<div class="cbx-backend-settings-row">
8695
<p>
8796
Version - 2.0.6
@@ -102,15 +111,6 @@
102111
<li>[new] Pro addon V1.0.3 released (Mail api support added)</li>
103112
</ul>
104113
</div>
105-
<div class="cbx-backend-settings-row">
106-
<p>
107-
Version - 2.0.4
108-
</p>
109-
<ul>
110-
<li>[improvement] Optimization to create the installable size smaller</li>
111-
<li>[fixed] On log delete attachment delete fixed</li>
112-
</ul>
113-
</div>
114114
</div>
115115
</div>
116116
<div class="cbx-backend-card dashboard-changelog">
@@ -120,6 +120,15 @@
120120
</div>
121121
</div>
122122
<div class="content">
123+
<div class="cbx-backend-settings-row">
124+
<p>
125+
Version - 1.0.5
126+
</p>
127+
<ul>
128+
<li>[updated] WordPress Core V6.8 compatible</li>
129+
<li>[updated] Core plugin V2.0.7 released</li>
130+
</ul>
131+
</div>
123132
<div class="cbx-backend-settings-row">
124133
<p>
125134
Version - 1.0.4
@@ -140,15 +149,6 @@
140149
<li>[updated] Core plugin V2.0.5 released</li>
141150
</ul>
142151
</div>
143-
<div class="cbx-backend-settings-row">
144-
<p>
145-
Version - 1.0.2
146-
</p>
147-
<ul>
148-
<li>[updated] Plugin's main php file renamed to cbxwpemailloggerpro.php</li>
149-
<li>[updated] Plugin's main php file renamed to cbxwpemailloggerpro.php</li>
150-
</ul>
151-
</div>
152152
</div>
153153
</div>
154154
</div>

0 commit comments

Comments
 (0)