Skip to content

Commit

Permalink
Merge commit '668df716b7f34a3f55eb519c837f15307bfac395' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Jun 12, 2017
2 parents 451f0d9 + 668df71 commit 2a7f114
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 2a7f114

Please sign in to comment.