From a2f8787603a752a9fb996b9f0aaab2874c080c32 Mon Sep 17 00:00:00 2001 From: matdave Date: Wed, 10 Feb 2021 10:09:59 -0600 Subject: [PATCH] fix broken dependencies in package --- _build/config.json | 2 +- core/components/fred/docs/changelog.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_build/config.json b/_build/config.json index 2fb9de69..7f73e7cc 100644 --- a/_build/config.json +++ b/_build/config.json @@ -3,7 +3,7 @@ "lowCaseName": "fred", "description": "Frontend Editor", "author": "John Peca", - "version": "1.2.2-pl", + "version": "1.2.3-pl", "package": { "menus": [ { diff --git a/core/components/fred/docs/changelog.txt b/core/components/fred/docs/changelog.txt index 30e7293a..1f4f0f1c 100644 --- a/core/components/fred/docs/changelog.txt +++ b/core/components/fred/docs/changelog.txt @@ -1 +1 @@ -Fred 1.2.2 fixes some issues withnot assigning media source paths, elFinder hiding certain paths, and a bug with the fred-render function not working consistently. \ No newline at end of file +Fred 1.2.3 fixes an issue with some broken dependencies during last package build. \ No newline at end of file