From 6cbf2d3ad3e15d769fc477ff1fb2bc9cc5f08e32 Mon Sep 17 00:00:00 2001 From: Romans Malinovskis Date: Mon, 12 Jun 2017 08:04:14 +0100 Subject: [PATCH 1/2] Updated CDN to use 1.1.4 --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 18e2ee6169..9ec7bf2049 100644 --- a/src/App.php +++ b/src/App.php @@ -11,7 +11,7 @@ class App use \atk4\core\HookTrait; // @var string|false Location where to load JS/CSS files - public $cdn = 'https://cdn.rawgit.com/atk4/ui/1.1.3'; + public $cdn = 'https://cdn.rawgit.com/atk4/ui/1.1.4'; // @var string Name of application public $title = 'Agile UI - Untitled Application'; From 668df716b7f34a3f55eb519c837f15307bfac395 Mon Sep 17 00:00:00 2001 From: Romans Malinovskis Date: Mon, 12 Jun 2017 08:04:17 +0100 Subject: [PATCH 2/2] Added release notes for 1.1.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36741ef3e6..a23afb8592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,10 @@ Full diff: https://github.com/atk4/ui/compare/1.0.3...1.1.0 - Bugfixes in Menu - Renamed `$layout->leftMenu` into `$layout->menuLeft` to follow principle of "Left/Right" always being last word. +#### 1.1.4 + +- Improve CDN handling. Using `$app->cdn = false` will disable it. + ## 1.0 Release * Implement Grid