Skip to content

Commit 703298e

Browse files
committed
2.0.9 released
1 parent 1df628c commit 703298e

File tree

130 files changed

+3620
-12894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+3620
-12894
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: wordpress smtp,wordpress email log,smtp
44
Requires at least: 5.3
55
Requires PHP: 8.2
66
Tested up to: 6.8
7-
Stable tag: 2.0.8
7+
Stable tag: 2.0.9
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

118118

119119
== Changelog ==
120+
= 2.0.9 =
121+
* [fixed] Fixed method callback for 'custom_robots_txt'
122+
120123
= 2.0.8 =
121124
* [updated] PHP version compatibility check
122125
* [new] Pro addon V1.0.6 released

assets/css/comfortsmtp-admin.css

Lines changed: 1578 additions & 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: 1854 additions & 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: 89 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/icons/mejs-controls.svg

Lines changed: 2 additions & 0 deletions
Loading

assets/images/14571-profile.png

30.5 KB
Loading

assets/images/14571-profile.webp

21.9 KB
Loading

assets/js/vanila/comfortsmtp-settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
.select2({
130130
placeholder: $placeholder,
131131
allowClear: $allow_clear ? true : false,
132-
theme: 'default select2-container--cbx',
132+
//theme: 'default select2-container--cbx',
133133
dropdownParent: $(element)
134134
})
135135
.on('select2:open', function () {

0 commit comments

Comments
 (0)