Skip to content

Commit

Permalink
WP Mail SMTP 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Dec 13, 2019
1 parent 8840a6f commit 977f06e
Show file tree
Hide file tree
Showing 21 changed files with 1,157 additions and 271 deletions.
2 changes: 1 addition & 1 deletion assets/css/smtp-admin.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

133 changes: 69 additions & 64 deletions assets/css/smtp-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,83 +287,87 @@
padding-bottom: 20px;

.wp-mail-smtp-mailers {
width: 680px;
}

.wp-mail-smtp-mailer {
display: inline-block;
width: 150px;
margin-right: 15px;
margin-bottom: 15px;
position: relative;

.wp-mail-smtp-mailer-recommended {
position: absolute;
right: -1px;
width: 99px;
top: 2px;
z-index: 1;
}

&:last-child {
margin-right: 0;
}

.wp-mail-smtp-mailer-image {
background: #fff;
text-align: center;
border: 2px solid #E5E5E5;
border-radius: $border-radius;
cursor: pointer;
height: 76px;
.wp-mail-smtp-mailer {
display: inline-block;
width: 140px;
margin-right: 12px;
margin-bottom: 12px;
position: relative;
margin-bottom: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

&.is-recommended {
background-image: url(../images/recommended.svg);
background-repeat: no-repeat;
background-size: 60%;
background-position: top right -2px;
}

img {
max-width: 90%;
max-height: 40px;
display: block;
.wp-mail-smtp-mailer-image {
background: #fff;
text-align: center;
border: 2px solid #E5E5E5;
border-radius: $border-radius;
cursor: pointer;
height: 76px;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.6;
margin-bottom: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

&.is-recommended {
background-image: url(../images/recommended.svg);
background-repeat: no-repeat;
background-size: 60%;
background-position: top right -2px;
}

img {
max-width: 90%;
max-height: 40px;
display: block;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.6;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
}
}

&.wp-mail-smtp-mailer-smtp .wp-mail-smtp-mailer-image img { max-height: 30px }
&.wp-mail-smtp-mailer-smtp .wp-mail-smtp-mailer-image img {
max-height: 30px
}

&.active {
.wp-mail-smtp-mailer-image {
border-color: $orange;
&.suggest-new {
a.wp-mail-smtp-mailer-image {
min-width: 140px;
display: table-cell;
color: #777777;
text-decoration: underline;
vertical-align: middle;
bottom: 10px;
}

img {
opacity: 1;
.wp-mail-smtp-mailer-text {
visibility: hidden;
}
}
}

&:hover {
.wp-mail-smtp-mailer-image {
border-color: #ccc;
&.active {
.wp-mail-smtp-mailer-image {
border-color: $orange;

img {
opacity: 1;
img {
opacity: 1;
}
}
}

&:hover {
.wp-mail-smtp-mailer-image {
border-color: #ccc;

img {
opacity: 1;
}
}
}
}
Expand Down Expand Up @@ -499,6 +503,7 @@
margin: 0 10px 0 0;
width: 400px;
min-height: 35px;
line-height: 1.3;

@include media("<desktop") {
width: 300px;
Expand Down
Binary file added assets/images/providers/pepipost-smtp.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/providers/pepipost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 67 additions & 37 deletions assets/languages/wp-mail-smtp.pot
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Project-Id-Version: WP Mail SMTP 1.7.1\n"
"Project-Id-Version: WP Mail SMTP 1.8.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-11-11T16:59:39+02:00\n"
"POT-Creation-Date: 2019-12-13T13:37:05+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wp-mail-smtp\n"
Expand Down Expand Up @@ -478,7 +478,7 @@ msgid "Check this if you would like to remove ALL WP Mail SMTP data upon plugin
msgstr ""

#: src/Admin/Pages/MiscTab.php:215
#: src/Admin/Pages/SettingsTab.php:533
#: src/Admin/Pages/SettingsTab.php:542
msgid "Settings were successfully saved."
msgstr ""

Expand Down Expand Up @@ -578,93 +578,98 @@ msgstr ""
msgid "Mailer"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:265
#: src/Admin/Pages/SettingsTab.php:241
#: src/Admin/Pages/SettingsTab.php:245
msgid "Suggest a Mailer"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:274
msgid "Dismiss this notice"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:307
#: src/Admin/Pages/SettingsTab.php:316
msgid "You're using WP Mail SMTP Lite - no license needed. Enjoy!"
msgstr ""

#. translators: %s - WPMailSMTP.com upgrade URL.
#: src/Admin/Pages/SettingsTab.php:313
#: src/Admin/Pages/SettingsTab.php:322
msgid "To unlock more features consider <strong><a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"wp-mail-smtp-upgrade-modal\">upgrading to PRO</a></strong>."
msgstr ""

#: src/Admin/Pages/SettingsTab.php:332
#: src/Admin/Pages/SettingsTab.php:341
msgid "As a valued WP Mail SMTP Lite user you receive <strong>20% off</strong>, automatically applied at checkout!"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:393
#: src/Admin/Pages/SettingsTab.php:402
msgid "Get WP Mail SMTP Pro and Unlock all the Powerful Features"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:397
#: src/Admin/Pages/SettingsTab.php:406
msgid "Thanks for being a loyal WP Mail SMTP user. Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is the most popular SMTP plugin."
msgstr ""

#: src/Admin/Pages/SettingsTab.php:401
#: src/Admin/Pages/SettingsTab.php:410
msgid "We know that you will truly love WP Mail SMTP. It's used by over 1,000,000 websites."
msgstr ""

#: src/Admin/Pages/SettingsTab.php:404
#: src/Admin/Pages/SettingsTab.php:413
msgid "Pro Features:"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:408
#: src/Admin/Pages/SettingsTab.php:417
msgid "Manage Notifications - control which emails your site sends"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:409
#: src/Admin/Pages/SettingsTab.php:418
msgid "Email Logging - keep track of every email sent from your site"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:410
#: src/Admin/Pages/SettingsTab.php:419
msgid "Office 365 - send emails using your Office 365 account"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:411
#: src/Admin/Pages/SettingsTab.php:420
msgid "Amazon SES - harness the power of AWS"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:412
#: src/Admin/Pages/SettingsTab.php:421
msgid "Outlook.com - send emails using your Outlook.com account"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:413
#: src/Admin/Pages/SettingsTab.php:422
msgid "Access to our world class support team"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:416
#: src/Admin/Pages/SettingsTab.php:425
msgid "White Glove Setup - sit back and relax while we handle everything for you"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:417
#: src/Admin/Pages/SettingsTab.php:426
msgid "Install WP Mail SMTP Pro plugin"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:418
#: src/Admin/Pages/SettingsTab.php:427
msgid "Set up domain name verification (DNS)"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:419
#: src/Admin/Pages/SettingsTab.php:428
msgid "Configure Mailgun service"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:420
#: src/Admin/Pages/SettingsTab.php:429
msgid "Set up WP Mail SMTP Pro plugin"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:421
#: src/Admin/Pages/SettingsTab.php:430
msgid "Test and verify email delivery"
msgstr ""

#. translators: %s - WPMailSMTP.com URL.
#: src/Admin/Pages/SettingsTab.php:429
#: src/Admin/Pages/SettingsTab.php:438
msgid "<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Get WP Mail SMTP Pro Today and Unlock all the Powerful Features &raquo;</a>"
msgstr ""

#: src/Admin/Pages/SettingsTab.php:447
#: src/Admin/Pages/SettingsTab.php:456
msgid "<strong>Bonus:</strong> WP Mail SMTP users get <span class=\"price-off\">20% off regular price</span>, automatically applied at checkout."
msgstr ""

Expand Down Expand Up @@ -1445,9 +1450,44 @@ msgid "We're sorry, the Microsoft Outlook mailer is not available on your plan.
msgstr ""

#: src/Providers/Pepipost/Options.php:25
msgid "Pepipost SMTP"
msgstr ""

#. translators: %1$s - URL to pepipost.com site.
#: src/Providers/PepipostAPI/Options.php:31
msgid "<strong><a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Pepipost</a> is a recommended transactional email service.</strong> Every month Pepipost delivers over 8 billion emails from 20,000+ customers. Their mission is to reliably send emails in the most efficient way and at the most disruptive pricing ever. Pepipost provides users 30,000 free emails the first 30 days, then 100 emails per day."
msgstr ""

#. translators: %1$s - URL to wpmailsmtp.com doc.
#: src/Providers/PepipostAPI/Options.php:34
msgid "Read our <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">Pepipost documentation</a> to learn how to configure Pepipost and improve your email deliverability."
msgstr ""

#: src/Providers/PepipostAPI/Options.php:53
msgid "Get Pepipost Now (Free)"
msgstr ""

#: src/Providers/PepipostAPI/Options.php:61
msgid "Pepipost"
msgstr ""

#: src/Providers/PepipostAPI/Options.php:88
#: src/Providers/Sendgrid/Options.php:57
#: src/Providers/Sendinblue/Options.php:88
msgid "API Key"
msgstr ""

#. translators: %s - pepipost.com link to get an API Key.
#. translators: %s - sendinblue.com link to get an API Key.
#: src/Providers/PepipostAPI/Options.php:107
#: src/Providers/Sendinblue/Options.php:107
msgid "Follow this link to get an API Key: %s."
msgstr ""

#: src/Providers/PepipostAPI/Options.php:109
msgid "Get the API Key"
msgstr ""

#: src/Providers/Sendgrid/Options.php:25
msgid "SendGrid"
msgstr ""
Expand All @@ -1457,11 +1497,6 @@ msgstr ""
msgid "%1$sSendGrid%2$s is one of the leading transactional email services, sending over 35 billion emails every month. They provide users 100 free emails per day.<br><br>Read our %3$sSendGrid documentation%4$s to learn how to set up SendGrid and improve your email deliverability."
msgstr ""

#: src/Providers/Sendgrid/Options.php:57
#: src/Providers/Sendinblue/Options.php:88
msgid "API Key"
msgstr ""

#. translators: %s - API key link.
#: src/Providers/Sendgrid/Options.php:76
msgid "Follow this link to get an API Key from SendGrid: %s."
Expand All @@ -1478,7 +1513,7 @@ msgstr ""

#. translators: %1$s - URL to sendinblue.com site.
#: src/Providers/Sendinblue/Options.php:31
msgid "<strong><a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Sendinblue</a> is our recommended transactional email service.</strong> Founded in 2012, they serve 80,000+ growing companies around the world and send over 30 million emails each day. They understand that transactional emails are the heart of your customer relationships. Their email deliverability experts are constantly at work optimizing the reliability and speed of their SMTP infrastructure. Sendinblue provides users 300 free emails per day."
msgid "<strong><a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Sendinblue</a> is a recommended transactional email service.</strong> Founded in 2012, they serve 80,000+ growing companies around the world and send over 30 million emails each day. They understand that transactional emails are the heart of your customer relationships. Their email deliverability experts are constantly at work optimizing the reliability and speed of their SMTP infrastructure. Sendinblue provides users 300 free emails per day."
msgstr ""

#. translators: %2$s - URL to wpmailsmtp.com doc.
Expand All @@ -1494,11 +1529,6 @@ msgstr ""
msgid "Sendinblue"
msgstr ""

#. translators: %s - sendinblue.com link to get an API Key.
#: src/Providers/Sendinblue/Options.php:107
msgid "Follow this link to get an API Key: %s."
msgstr ""

#: src/Providers/Sendinblue/Options.php:109
msgid "Get v3 API Key"
msgstr ""
Expand Down Expand Up @@ -1662,6 +1692,6 @@ msgstr ""
msgid "Your site is running an outdated version of PHP that is no longer supported and may cause issues with %1$s. %2$sRead more%3$s for additional information."
msgstr ""

#: wp_mail_smtp.php:130
#: wp_mail_smtp.php:131
msgid "Please deactivate the free version of the WP Mail SMTP plugin before activating WP Mail SMTP Pro."
msgstr ""
Loading

0 comments on commit 977f06e

Please sign in to comment.