Skip to content

Commit

Permalink
Bug Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed Oct 24, 2019
1 parent 8e33976 commit 40e57bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ By default 3 cron events are scheduled

## Changelog

Version: 1.0.2

* Cleaned Up Markup
* Fixed an issue where warning would show at incorrect times
* Fixed an issue with password protected secrets throwing a fatal error

Version: 1.0.0 Initial Release:
2 changes: 1 addition & 1 deletion psst.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

if ( ! defined( 'PSST_VERSION' ) ) {
define( 'PSST_VERSION', '1.0.1' );
define( 'PSST_VERSION', '1.0.2' );
}

/**
Expand Down

0 comments on commit 40e57bb

Please sign in to comment.