Skip to content

Commit

Permalink
Build 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmhico committed Jun 21, 2023
1 parent 2130937 commit 03d3c9e
Show file tree
Hide file tree
Showing 20 changed files with 242 additions and 141 deletions.
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 03d3c9e

Please sign in to comment.