Skip to content

Commit

Permalink
Release for version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Oct 14, 2021
1 parent acfd487 commit 519be4f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'use strict';

var pkg = require('./package.json');
var AV_CONFIG_VERSION = '4.0.0';
var AV_CONFIG_VERSION = '4.0.1';

//Using exclusion patterns slows down Grunt significantly
//instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**'
Expand Down Expand Up @@ -222,13 +222,13 @@ module.exports = function (grunt) {
remove: ['script[data-remove!="false"]','link[data-remove!="false"]'],
append: [
{selector:'body',html:'<%= variables.booth_html_body_include %>'},
{selector:'body',html:'<script src="/booth/libnocompat-v4.0.0.min.js"></script>'},
{selector:'body',html:'<script src="/booth/libnocompat-v4.0.1.min.js"></script>'},
{selector:'body',html:'<!--All the source code of this program under copyright. Take a look at the license details at https://github.com/agoravoting/agora-gui-booth/blob/master/README.md -->'},
{selector:'body',html:'<script src="/booth/lib-v4.0.0.min.js"></script>'},
{selector:'body',html:'<script src="/booth/avConfig-v4.0.0.js"></script>'},
{selector:'body',html:'<script src="/booth/avThemes-v4.0.0.js"></script>'},
{selector:'body',html:'<script src="/booth/app-v4.0.0.min.js"></script>'},
{selector:'body',html:'<script src="/booth/avPlugins-v4.0.0.js"></script>'},
{selector:'body',html:'<script src="/booth/lib-v4.0.1.min.js"></script>'},
{selector:'body',html:'<script src="/booth/avConfig-v4.0.1.js"></script>'},
{selector:'body',html:'<script src="/booth/avThemes-v4.0.1.js"></script>'},
{selector:'body',html:'<script src="/booth/app-v4.0.1.min.js"></script>'},
{selector:'body',html:'<script src="/booth/avPlugins-v4.0.1.js"></script>'},
{selector:'head',html:'<link rel="stylesheet" id="theme" data-base="/booth/" href="/booth/themes/default/app.min.css">'}
]
},
Expand Down Expand Up @@ -257,9 +257,9 @@ module.exports = function (grunt) {
],
'temp/lib.js': ['<%= dom_munger.data.libjs %>'],
'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'],
'dist/avConfig-v4.0.0.js': ['avConfig.js'],
'dist/avThemes-v4.0.0.js': ['node_modules/agora-gui-common/dist/avThemes-v4.0.0.js'],
'dist/avPlugins-v4.0.0.js': ['plugins/**/*.js']
'dist/avConfig-v4.0.1.js': ['avConfig.js'],
'dist/avThemes-v4.0.1.js': ['node_modules/agora-gui-common/dist/avThemes-v4.0.1.js'],
'dist/avPlugins-v4.0.1.js': ['plugins/**/*.js']
}
}
},
Expand Down Expand Up @@ -321,9 +321,9 @@ module.exports = function (grunt) {
beautify: true
},
files: {
'dist/app-v4.0.0.min.js': 'temp/app.js',
'dist/lib-v4.0.0.min.js': 'temp/lib.js',
'dist/libnocompat-v4.0.0.min.js': 'temp/libnocompat.js',
'dist/app-v4.0.1.min.js': 'temp/app.js',
'dist/lib-v4.0.1.min.js': 'temp/lib.js',
'dist/libnocompat-v4.0.1.min.js': 'temp/libnocompat.js',
'dist/avWidgets.min.js': 'avWidgets.js',

"dist/locales/moment/en.js": "node_modules/moment/locale/en-gb.js",
Expand Down
2 changes: 1 addition & 1 deletion avConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* in this same file, which you might want to edit and tune if needed.
*/

var AV_CONFIG_VERSION = '4.0.0';
var AV_CONFIG_VERSION = '4.0.1';

var avConfigData = {
// the base url path for ajax requests, for example for sending ballots or
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<script src="/ie8-bind-workaround.js"></script>

<!-- JS from Bower Components -->
<script src="node_modules/agora-gui-common/dist/libnocompat-v4.0.0.js" class="libnocompat"></script>
<script src="node_modules/agora-gui-common/dist/libCommon-v4.0.0.js" class="lib"></script>
<script src="node_modules/agora-gui-common/dist/libnocompat-v4.0.1.js" class="libnocompat"></script>
<script src="node_modules/agora-gui-common/dist/libCommon-v4.0.1.js" class="lib"></script>
<script src="node_modules/is_js/is.min.js" class="lib"></script>
<script src="node_modules/dragdroptouch/DragDropTouch.js" class="lib"></script>
<script src="node_modules/qrcode-generator/qrcode.js" class="lib"></script>
Expand All @@ -38,7 +38,7 @@
<script src="avConfig.js"></script>

<!-- avCommon -->
<script src="node_modules/agora-gui-common/dist/appCommon-v4.0.0.js" class="app"></script>
<script src="node_modules/agora-gui-common/dist/appCommon-v4.0.1.js" class="app"></script>

<script src="crypto/crypto.js" class="app"></script>
<script src="crypto/random-service.js" class="app"></script>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agora-gui-booth",
"version" : "4.0.0",
"version" : "4.0.1",
"license": "AGPL-3.0-only",
"browsers": [
"ie >= 8",
Expand Down Expand Up @@ -53,7 +53,7 @@
"yarn": "^1.22.0"
},
"dependencies": {
"agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#4.0.0",
"agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#4.0.1",
"angular-aria": "^1.8.2",
"pdfmake": "^0.1.65",
"qrcode-generator": "^1.4.4"
Expand Down

0 comments on commit 519be4f

Please sign in to comment.