Skip to content

Commit

Permalink
Merge pull request #10 from julien731/release/1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
julien731 authored Jan 15, 2021
2 parents e8f43ea + 655feff commit e5c11a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class Dismissible_Notices_Handler {
* @since 1.0
* @var string
*/
public $version = '1.2.0';
public $version = '1.2.1';

/**
* Required version of PHP.
Expand Down
5 changes: 5 additions & 0 deletions includes/helper-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
* @since 1.0
* @return object Dismissible_Notices_Handler
*/

if ( function_exists( 'DNH' ) ) {
return;
}

function DNH() {
return Dismissible_Notices_Handler::instance();
}
Expand Down

0 comments on commit e5c11a5

Please sign in to comment.