From 1fdb05061ab337b3fd71d032b552dbbd6e94a695 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Mon, 21 Dec 2015 17:20:23 +0100 Subject: [PATCH] Preparing 1.11.0 release --- changelog.yml | 3 +++ module.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index d2ad078..73445cb 100644 --- a/changelog.yml +++ b/changelog.yml @@ -4,6 +4,9 @@ versions: added: - Added BlockWasCreated and BlockWasUpdated events - Adding ability to add additional fields to the block module + - Dynamic relations for the block module + - Ability to publish block module config alone + - Allow publishing of block config alone "1.10.0": changed: - Removed language files, they are now in the translation module diff --git a/module.json b/module.json index d03aad7..1af6434 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ ], "active": 1, "order": 1, - "version": "1.10.0", + "version": "1.11.0", "providers": [ "Modules\\Block\\Providers\\BlockServiceProvider", "Modules\\Block\\Providers\\RouteServiceProvider"