Skip to content

Commit

Permalink
Merge pull request #183 from awesomemotive/build-1-12-0
Browse files Browse the repository at this point in the history
Build 1.12.0
  • Loading branch information
donmhico authored Jun 21, 2023
2 parents 2130937 + db36fb8 commit ea783c0
Show file tree
Hide file tree
Showing 23 changed files with 248 additions and 143 deletions.
4 changes: 3 additions & 1 deletion assets/css/wp-mail-logging-admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/wp-mail-logging-admin.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/css/wp-mail-logging-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}

#wp-mail-logging-btn-db-upgrade {
height: inherit;
padding: 11px 16px;
line-height: 1.2;
}
Expand Down Expand Up @@ -542,6 +543,7 @@
select {
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9IiM4ZDhmOTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAwLjk5ODI4MUMxMyAwLjkwMjA2MiAxMi45NTE5IDAuNzkzODE0IDEyLjg3OTcgMC43MjE2NDlMMTIuMjc4NCAwLjEyMDI3NEMxMi4yMDYyIDAuMDQ4MTA5OCAxMi4wOTggMCAxMi4wMDE3IDBDMTEuOTA1NSAwIDExLjc5NzMgMC4wNDgxMDk4IDExLjcyNTEgMC4xMjAyNzRMNi45OTgzIDQuODQ3MDhMMi4yNzE1IDAuMTIwMjc0QzIuMTk5MzMgMC4wNDgxMDk4IDIuMDkxMDggMCAxLjk5NDg2IDBDMS44ODY2MiAwIDEuNzkwNCAwLjA0ODEwOTggMS43MTgyMyAwLjEyMDI3NEwxLjExNjg2IDAuNzIxNjQ5QzEuMDQ0NjkgMC43OTM4MTQgMC45OTY1ODIgMC45MDIwNjIgMC45OTY1ODIgMC45OTgyODFDMC45OTY1ODIgMS4wOTQ1IDEuMDQ0NjkgMS4yMDI3NSAxLjExNjg2IDEuMjc0OTFMNi43MjE2NyA2Ljg3OTcyQzYuNzkzODMgNi45NTE4OSA2LjkwMjA4IDcgNi45OTgzIDdDNy4wOTQ1MiA3IDcuMjAyNzcgNi45NTE4OSA3LjI3NDkzIDYuODc5NzJMMTIuODc5NyAxLjI3NDkxQzEyLjk1MTkgMS4yMDI3NSAxMyAxLjA5NDUgMTMgMC45OTgyODFaIiBmaWxsPSIjOGQ4Zjk1Ii8+Cjwvc3ZnPgo=");
background-position: right 12px center;
background-repeat: no-repeat;
}
}

Expand Down
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/js/wp-mail-logging-admin-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ WPMailLogging.Admin.Logs = WPMailLogging.Admin.Logs || ( function( document, win
/**
* Event triggered when DB upgrade admin notice is dismissed.
*
* @since {VERSION}
* @since 1.12.0
*
* @param {Event} e Event object.
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/js/wp-mail-logging-admin-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WPMailLogging.Admin.Settings = WPMailLogging.Admin.Settings || ( function( docum
* Bind all actions/events.
*
* @since 1.11.0
* @since {VERSION} Add support for dismissing the database upgrade notice.
* @since 1.12.0 Add support for dismissing the database upgrade notice.
*/
bindActions: function() {

Expand Down
2 changes: 1 addition & 1 deletion assets/js/wp-mail-logging-admin-smtp.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ WPMailLogging.Admin.SMTP = WPMailLogging.Admin.SMTP || ( function( document, win
/**
* Event triggered when DB upgrade admin notice is dismissed.
*
* @since {VERSION}
* @since 1.12.0
*
* @param {Event} e Event object.
*/
Expand Down
Loading

0 comments on commit ea783c0

Please sign in to comment.