Skip to content

Commit

Permalink
Build Release "2.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 16, 2021
1 parent 791ac89 commit f94d3c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 297 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"crud"
],
"homepage": "https://github.com/atk4/ui",
"version": "dev-develop",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -53,10 +52,6 @@
}
],
"require": {
"php": ">=7.3.0",
"atk4/data": "dev-develop"
},
"require-release": {
"php": ">=7.3.0",
"atk4/data": "~2.4.0"
},
Expand Down
1 change: 1 addition & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
!/atkjs-ui.min.js
!/vendors.min.js
!/atk-vue-*.min.js
!/agileui.css.map
291 changes: 1 addition & 290 deletions public/agileui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/agileui.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class App

/** @var array|false Location where to load JS/CSS files */
public $cdn = [
'atk' => 'https://raw.githack.com/atk4/ui/develop/public',
'atk' => 'https://raw.githack.com/atk4/ui/2.4.0/public',
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1',
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7',
Expand All @@ -49,7 +49,7 @@ class App
protected $executorFactory;

/** @var string Version of Agile UI */
public $version = '2.4-x';
public $version = '2.4.0';

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

0 comments on commit f94d3c1

Please sign in to comment.