From 6c406af41b19e847f1acfe0433de9283c29d1724 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Sat, 14 Nov 2020 22:39:49 -0500 Subject: [PATCH] Increase Fallen version number to release several minor fixes: * #32 Add a background highlight to selected rows in the browse page * #37 Label color in table pagination area * #38 Fix for slightly offset row height on some menu items Fixes a packaging problem with 0.7.2. Signed-off-by: Isaac Bennetch --- fallen/info.inc.php | 2 +- fallen/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fallen/info.inc.php b/fallen/info.inc.php index ae3d170505..1602d56f42 100644 --- a/fallen/info.inc.php +++ b/fallen/info.inc.php @@ -9,4 +9,4 @@ // Theme info $theme_name = 'Fallen'; -$theme_full_version = '0.7.2'; +$theme_full_version = '0.7.3'; diff --git a/fallen/theme.json b/fallen/theme.json index 2ead0f6a17..2589d573ca 100644 --- a/fallen/theme.json +++ b/fallen/theme.json @@ -1,6 +1,6 @@ { "name": "Fallen", - "version": "0.7.2", + "version": "0.7.3", "description": "Fallen theme for phpMyAdmin", "author": "Frans Allen", "url": "https://www.fransallen.com/",