Skip to content

Commit a325b49

Browse files
committed
Build Release "3.1.0"
1 parent 82a056c commit a325b49

File tree

5 files changed

+5
-297
lines changed

5 files changed

+5
-297
lines changed

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"grid",
1717
"crud"
1818
],
19-
"version": "dev-develop",
2019
"authors": [
2120
{
2221
"name": "Romans Malinovskis",
@@ -53,10 +52,6 @@
5352
],
5453
"homepage": "https://github.com/atk4/ui",
5554
"require": {
56-
"php": ">=7.4 <8.2",
57-
"atk4/data": "dev-develop"
58-
},
59-
"require-release": {
6055
"php": ">=7.4 <8.2",
6156
"atk4/data": "~3.1.0"
6257
},

public/.gitignore

+1
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

+1-290
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/agileui.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class App
4343

4444
/** @var array|false Location where to load JS/CSS files */
4545
public $cdn = [
46-
'atk' => 'https://raw.githack.com/atk4/ui/develop/public',
46+
'atk' => 'https://raw.githack.com/atk4/ui/3.1.0/public',
4747
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1',
4848
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
4949
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.8',
@@ -54,7 +54,7 @@ class App
5454
protected $executorFactory;
5555

5656
/** @var string Version of Agile UI */
57-
public $version = '3.1-dev';
57+
public $version = '3.1.0';
5858

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

0 commit comments

Comments
 (0)