From a3727cbb80bfa2e0af3905675827dfbc7e892822 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Fri, 25 Sep 2015 15:31:57 +0200 Subject: [PATCH] Preparing 1.5.0 release --- changelog.yml | 4 ++++ theme.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 2f78382..a8ef649 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,5 +1,9 @@ url: https://github.com/AsgardCms/AdminLTE versions: + "1.5.0": + changed: + - Allow installation in sub folder + - Upgrading data tables "1.4.0": changed: - Adding site name to titles in administration diff --git a/theme.json b/theme.json index c5c8501..e9728a0 100644 --- a/theme.json +++ b/theme.json @@ -2,5 +2,5 @@ "name": "AdminLTE", "description": "This is an administration theme", "type": "backend", - "version": "1.4.0" + "version": "1.5.0" }