Skip to content

Commit

Permalink
WP Mail SMTP v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capuderg committed Jun 19, 2023
1 parent 293d465 commit 622aab9
Show file tree
Hide file tree
Showing 136 changed files with 836 additions and 33,196 deletions.
9 changes: 8 additions & 1 deletion assets/css/admin-bar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin-bar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions assets/css/admin-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@
}
}
}

body.wp-admin {
#adminmenu #toplevel_page_wp-mail-smtp .wp-menu-image.svg {
background-position-x: 11px;
}

&.folded {
#adminmenu #toplevel_page_wp-mail-smtp .wp-menu-image.svg {
background-position-x: 9px;
}
}
}

3 changes: 1 addition & 2 deletions assets/css/smtp-admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/smtp-admin.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/css/smtp-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,6 @@
background-color: #fff;
vertical-align: middle;
max-width: 210px;
line-height: normal;

@include media("<=tablet") {
flex-grow: 1;
Expand Down
Binary file added assets/images/about/duplicator-icon-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/about/plugin-charitable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/about/plugin-wpcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/about/team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions assets/js/smtp-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,17 @@ WPMailSMTP.Admin.Settings = WPMailSMTP.Admin.Settings || ( function( document, w
education: {
upgradeMailer: function( $input ) {

var mailerName = $input.data( 'title' ).trim();

$.alert( {
backgroundDismiss: true,
escapeKey: true,
animationBounce: 1,
type: 'blue',
closeIcon: true,
title: wp_mail_smtp.education.upgrade_title.replace( /%name%/g, $input.siblings( 'label' ).text().trim() ),
title: wp_mail_smtp.education.upgrade_title.replace( /%name%/g, mailerName ),
icon: '"></i>' + wp_mail_smtp.education.upgrade_icon_lock + '<i class="',
content: $( '.wp-mail-smtp-mailer-options .wp-mail-smtp-mailer-option-' + $input.val() + ' .wp-mail-smtp-setting-field' ).html(),
content: wp_mail_smtp.education.upgrade_content.replace( /%name%/g, mailerName ),
boxWidth: '550px',
onOpenBefore: function() {
this.$btnc.after( '<div class="discount-note">' + wp_mail_smtp.education.upgrade_bonus + wp_mail_smtp.education.upgrade_doc + '</div>' );
Expand Down
Loading

0 comments on commit 622aab9

Please sign in to comment.