Skip to content

Commit

Permalink
Build Release "3.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 29, 2021
1 parent 82a056c commit a325b49
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 @@
"grid",
"crud"
],
"version": "dev-develop",
"authors": [
{
"name": "Romans Malinovskis",
Expand Down Expand Up @@ -53,10 +52,6 @@
],
"homepage": "https://github.com/atk4/ui",
"require": {
"php": ">=7.4 <8.2",
"atk4/data": "dev-develop"
},
"require-release": {
"php": ">=7.4 <8.2",
"atk4/data": "~3.1.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 @@ -43,7 +43,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/3.1.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.8',
Expand All @@ -54,7 +54,7 @@ class App
protected $executorFactory;

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

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

0 comments on commit a325b49

Please sign in to comment.