diff --git a/Gruntfile.js b/Gruntfile.js index 84b88b5d..2f5ad03b 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = 'master'; +var AV_CONFIG_VERSION = '5.0.0'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -165,10 +165,10 @@ module.exports = function (grunt) { options: { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ - {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'head',html:''} ] }, @@ -194,9 +194,9 @@ module.exports = function (grunt) { 'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'], 'temp/lib.js': ['<%= dom_munger.data.libjs %>'], 'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'], - 'dist/avConfig-vmaster.js': ['avConfig.js'], - 'dist/avThemes-vmaster.js': ['avThemes.js'], - 'dist/avPlugins-vmaster.js': ['plugins/**/*.js'] + 'dist/avConfig-v5.0.0.js': ['avConfig.js'], + 'dist/avThemes-v5.0.0.js': ['avThemes.js'], + 'dist/avPlugins-v5.0.0.js': ['plugins/**/*.js'] } } }, @@ -229,9 +229,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-vmaster.js': 'temp/app.js', - 'dist/libCommon-vmaster.js': 'temp/lib.js', - 'dist/libnocompat-vmaster.js': 'temp/libnocompat.js', + 'dist/appCommon-v5.0.0.js': 'temp/app.js', + 'dist/libCommon-v5.0.0.js': 'temp/lib.js', + 'dist/libnocompat-v5.0.0.js': 'temp/libnocompat.js', 'dist/avWidgets.js': 'avWidgets.js', "dist/locales/moment/es.js": "node_modules/moment/locale/es.js", diff --git a/avConfig.js b/avConfig.js index 842daf19..6d13950e 100644 --- a/avConfig.js +++ b/avConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = 'master'; +var AV_CONFIG_VERSION = '5.0.0'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/dist/appCommon-vmaster.js b/dist/appCommon-v5.0.0.js similarity index 100% rename from dist/appCommon-vmaster.js rename to dist/appCommon-v5.0.0.js diff --git a/dist/avConfig-vmaster.js b/dist/avConfig-v5.0.0.js similarity index 99% rename from dist/avConfig-vmaster.js rename to dist/avConfig-v5.0.0.js index 842daf19..6d13950e 100644 --- a/dist/avConfig-vmaster.js +++ b/dist/avConfig-v5.0.0.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = 'master'; +var AV_CONFIG_VERSION = '5.0.0'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/dist/avPlugins-vmaster.js b/dist/avPlugins-v5.0.0.js similarity index 100% rename from dist/avPlugins-vmaster.js rename to dist/avPlugins-v5.0.0.js diff --git a/dist/avThemes-vmaster.js b/dist/avThemes-v5.0.0.js similarity index 100% rename from dist/avThemes-vmaster.js rename to dist/avThemes-v5.0.0.js diff --git a/dist/index.html b/dist/index.html index b5c0c188..e947dc4a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,2 +1,2 @@ Agora Voting
Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.
For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).
\ No newline at end of file + so in the compiled app e2e tests are not expected work. -->
Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.
For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).
\ No newline at end of file diff --git a/dist/libCommon-vmaster.js b/dist/libCommon-v5.0.0.js similarity index 100% rename from dist/libCommon-vmaster.js rename to dist/libCommon-v5.0.0.js diff --git a/dist/libnocompat-vmaster.js b/dist/libnocompat-v5.0.0.js similarity index 100% rename from dist/libnocompat-vmaster.js rename to dist/libnocompat-v5.0.0.js diff --git a/package.json b/package.json index 02a1ad67..7e1eb8cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-gui-common", - "version" : "4.0.0", + "version" : "5.0.0", "license": "AGPL-3.0-only", "author": { "name": "Agora Voting SL and others",