Skip to content

Commit 507c069

Browse files
committed
Build Release "3.0.0"
1 parent 3decddd commit 507c069

File tree

5 files changed

+5
-297
lines changed

5 files changed

+5
-297
lines changed

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"crud"
1717
],
1818
"homepage": "https://github.com/atk4/ui",
19-
"version": "dev-develop",
2019
"license": "MIT",
2120
"authors": [
2221
{
@@ -53,10 +52,6 @@
5352
}
5453
],
5554
"require": {
56-
"php": ">=7.4.0",
57-
"atk4/data": "dev-develop"
58-
},
59-
"require-release": {
6055
"php": ">=7.4.0",
6156
"atk4/data": "~3.0.0"
6257
},

public/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
!/atkjs-ui.min.js
77
!/vendors.min.js
88
!/atk-vue-*.min.js
9+
!/agileui.css.map

public/agileui.css

Lines changed: 1 addition & 290 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/agileui.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class App
3838

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

5151
/** @var string Version of Agile UI */
52-
public $version = '3.0-dev';
52+
public $version = '3.0.0';
5353

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

0 commit comments

Comments
 (0)