From fb08875c6b8d2ac590a50b7c6369b0fcf4840af9 Mon Sep 17 00:00:00 2001 From: Bueltge Date: Fri, 17 Jul 2020 12:15:49 +0200 Subject: [PATCH] Leave changelog notes --- CHANGELOG.md | 4 ++++ WpAdminStyle.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d363b1..811c985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.5](https://github.com/bueltge/wordpress-admin-style/compare/1.5.4...1.5.5) - 2020-07-17 +* Add new element 'Card', #60 +* Leave hints for the Dashicon project. + ## [1.5.4](https://github.com/bueltge/wordpress-admin-style/compare/1.5.3...1.5.4) - 2019-07-19 * Update color overview * Add color table for 'Auxiliary Hues', probs @stefanpejcic diff --git a/WpAdminStyle.php b/WpAdminStyle.php index c309ff6..3d1a51e 100755 --- a/WpAdminStyle.php +++ b/WpAdminStyle.php @@ -6,11 +6,11 @@ * GitHub Plugin URI: bueltge/wordpress-admin-style * Description: Shows the WordPress admin styles on one page to help you to develop WordPress compliant. * Author: Frank Bültge - * Version: 1.5.4 + * Version: 1.5.5 * Licence: GPLv2+ * License URI: ./LICENSE * Author URI: https://bueltge.de - * Last Change: 2020-04-16 + * Last Change: 2020-07-17 */ ! defined( 'ABSPATH' ) && exit;