From 85bed925c2505d88b1b2bb8b71f86f065947912f Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Wed, 6 Jan 2016 16:54:00 +0100 Subject: [PATCH] Preparing 1.9.0 release --- changelog.yml | 2 ++ module.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index 7e7166b..32dc7d2 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,6 +1,8 @@ url: https://github.com/AsgardCms/Translation versions: "1.9.0": + added: + - Translation keys for the new menu types coming soon changed: - Making sure the translation cache key doesnt contain spaces - Only use the cache decorator if this is enabled in environment file diff --git a/module.json b/module.json index d165fd7..27e1acb 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "Translation", "alias": "translation", "description": "Module containing all AsgardCms translations", - "version": "1.8.0", + "version": "1.9.0", "keywords": [], "active": 1, "order": 1,