From 5b905933b64838fb5228a68fbac833467d7f056d Mon Sep 17 00:00:00 2001 From: Austin Passy Date: Mon, 30 Jul 2018 15:33:25 -0700 Subject: [PATCH] Changelog update. --- CHANGELONG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELONG.md b/CHANGELONG.md index 7ca9ef9..618dcda 100755 --- a/CHANGELONG.md +++ b/CHANGELONG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.3.0.1 2018-07-30 +### Changed +- Move the Admin class into an action hook on `after_setup_theme` to avoid conditional notices. + ## 1.3.0 - 2018-07-27 ### Updated - Removed the `helper.php` file.