Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating CDN link to use @2.0.4 #881

Merged
merged 1 commit into from
Jan 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ class App

/** @var array|false Location where to load JS/CSS files */
public $cdn = [
'atk' => 'https://cdn.jsdelivr.net/gh/atk4/[email protected].3/public',
'atk' => 'https://cdn.jsdelivr.net/gh/atk4/[email protected].4/public',
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1',
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
'semantic-ui' => 'https://cdn.jsdelivr.net/npm/[email protected]/dist',
];

/** @var string Version of Agile UI */
public $version = '2.0.3';
public $version = '2.0.4';

/** @var string Name of application */
public $title = 'Agile UI - Untitled Application';
Expand Down