From 40fc4b4ff4cd575cab65e1e4d123e1f50123cef9 Mon Sep 17 00:00:00 2001 From: Ronan Date: Sun, 16 Feb 2020 12:09:22 +0100 Subject: [PATCH] update: Changelog.md --- CHANGELOG.md | 7 +++---- plugin.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbf974..1621d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -## Changelog +## v1.0.2 +- Fix overflow hidden property on cards cause problems with dropdown +## V1.0.0 - Write documentation, description and FAQ. - Change the style of the search bar (QuickAccess) - Change the style of the small buttons at the top of the dashboard. - -## v1.0.1 -Fix: Overflow hidden property on cards cause problems with dropdown \ No newline at end of file diff --git a/plugin.json b/plugin.json index de644ef..58d1ed3 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleTheme", "description": "A sublime Google Analytics theme for Matomo", - "version": "1.0.1", + "version": "1.0.2", "theme": true, "require": { "piwik": ">=3.13.1-stable,<4.0.0-b1"