From 40e57bb36aa6bf2d0dc3e376ada974b19d53c106 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Thu, 24 Oct 2019 13:21:17 -0400 Subject: [PATCH] Bug Cleanup --- README.md | 6 ++++++ psst.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6407cf..4e6e404 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/psst.php b/psst.php index c63d99c..21665a3 100644 --- a/psst.php +++ b/psst.php @@ -34,7 +34,7 @@ } if ( ! defined( 'PSST_VERSION' ) ) { - define( 'PSST_VERSION', '1.0.1' ); + define( 'PSST_VERSION', '1.0.2' ); } /**