Skip to content

Commit

Permalink
WP Mail SMTP v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-sakal committed Mar 4, 2024
1 parent 310ebda commit 023e5bc
Show file tree
Hide file tree
Showing 114 changed files with 18,225 additions and 9,471 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vendor/
node_modules/
/.packages/
/build/
gulpfile.js
gulpfile.mjs
assets/js/vendor/
assets/pro/js/vendor/
assets/js/*.min.js
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
env: {

/**
* Mostly fix require() function recognition in gulpfile.js.
* Mostly fix require() function recognition in gulpfile.mjs.
*
* @since 1.5
*/
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.19.0
3 changes: 2 additions & 1 deletion assets/css/_education.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@
}

/* Gmail mailer one-click setup. */
#wp-mail-smtp-setting-row-gmail-one_click_setup_enabled-lite {
#wp-mail-smtp-setting-row-gmail-one_click_setup_enabled-lite,
#wp-mail-smtp-setting-row-misc-rate_limit-lite {
.wp-mail-smtp-toggle::after {
content: '';
margin-left: 10px;
Expand Down
12 changes: 8 additions & 4 deletions 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.

10 changes: 6 additions & 4 deletions assets/css/admin-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@

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

&.folded {
@media screen and (max-width: 782px) {
body.wp-admin {
#adminmenu #toplevel_page_wp-mail-smtp .wp-menu-image.svg {
background-position-x: 9px;
}
}
}

}
12 changes: 6 additions & 6 deletions assets/css/dashboard-widget.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/dashboard-widget.min.css

Large diffs are not rendered by default.

40 changes: 22 additions & 18 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.

6 changes: 6 additions & 0 deletions assets/css/smtp-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,12 @@

// Settings -> Misc tab styles.
.wp-mail-smtp-tab-misc {
#wp-mail-smtp-setting-row-rate_limit_periods {
input[type=number] {
width: 100px;
}
}

#wp-mail-smtp-setting-row-uninstall .wp-mail-smtp-danger {
font-weight: 600;
color: $negative;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/smtp-smart-routing.min.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/images/about/icon-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/images/about/icon-none.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 023e5bc

Please sign in to comment.