Skip to content

Commit ae77189

Browse files
committed
Release for version 5.1.0
1 parent 50737cc commit ae77189

10 files changed

+14
-14
lines changed

Gruntfile.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
var pkg = require('./package.json');
22-
var AV_CONFIG_VERSION = '5.0.9';
22+
var AV_CONFIG_VERSION = '5.1.0';
2323

2424
//Using exclusion patterns slows down Grunt significantly
2525
//instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**'
@@ -165,10 +165,10 @@ module.exports = function (grunt) {
165165
options: {
166166
remove: ['script[data-remove!="false"]','link[data-remove!="false"]'],
167167
append: [
168-
{selector:'body',html:'<script src="/libnocompat-v5.0.9.js"></script>'},
168+
{selector:'body',html:'<script src="/libnocompat-v5.1.0.js"></script>'},
169169
{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-core-common/blob/master/README.md -->'},
170-
{selector:'body',html:'<script src="/appCommon-v5.0.9.js"></script>'},
171-
{selector:'body',html:'<script src="/avPlugins-v5.0.9.js"></script>'},
170+
{selector:'body',html:'<script src="/appCommon-v5.1.0.js"></script>'},
171+
{selector:'body',html:'<script src="/avPlugins-v5.1.0.js"></script>'},
172172
{selector:'head',html:'<link rel="stylesheet" id="theme" href="/themes/default/app.min.css">'}
173173
]
174174
},
@@ -194,9 +194,9 @@ module.exports = function (grunt) {
194194
'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'],
195195
'temp/lib.js': ['<%= dom_munger.data.libjs %>'],
196196
'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'],
197-
'dist/avConfig-v5.0.9.js': ['avConfig.js'],
198-
'dist/avThemes-v5.0.9.js': ['avThemes.js'],
199-
'dist/avPlugins-v5.0.9.js': ['plugins/**/*.js']
197+
'dist/avConfig-v5.1.0.js': ['avConfig.js'],
198+
'dist/avThemes-v5.1.0.js': ['avThemes.js'],
199+
'dist/avPlugins-v5.1.0.js': ['plugins/**/*.js']
200200
}
201201
}
202202
},
@@ -229,9 +229,9 @@ module.exports = function (grunt) {
229229
beautify: true
230230
},
231231
files: {
232-
'dist/appCommon-v5.0.9.js': 'temp/app.js',
233-
'dist/libCommon-v5.0.9.js': 'temp/lib.js',
234-
'dist/libnocompat-v5.0.9.js': 'temp/libnocompat.js',
232+
'dist/appCommon-v5.1.0.js': 'temp/app.js',
233+
'dist/libCommon-v5.1.0.js': 'temp/lib.js',
234+
'dist/libnocompat-v5.1.0.js': 'temp/libnocompat.js',
235235
'dist/avWidgets.js': 'avWidgets.js',
236236

237237
"dist/locales/moment/es.js": "node_modules/moment/locale/es.js",

avConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* in this same file, which you might want to edit and tune if needed.
2121
*/
2222

23-
var AV_CONFIG_VERSION = '5.0.9';
23+
var AV_CONFIG_VERSION = '5.1.0';
2424

2525
var avConfigData = {
2626
// the base url path for ajax requests, for example for sending ballots or
File renamed without changes.

dist/avConfig-v5.0.9.js dist/avConfig-v5.1.0.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* in this same file, which you might want to edit and tune if needed.
2121
*/
2222

23-
var AV_CONFIG_VERSION = '5.0.9';
23+
var AV_CONFIG_VERSION = '5.1.0';
2424

2525
var avConfigData = {
2626
// the base url path for ajax requests, for example for sending ballots or
File renamed without changes.
File renamed without changes.

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!DOCTYPE html><html id="ng-app" ng-app="agora-gui-common"><head><title>Agora Voting</title><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><base href="/"><meta charset="utf-8"><link rel="stylesheet" id="theme" href="/themes/default/app.min.css"></head><body><!-- Livereload script for development only (stripped during dist build) --><!-- IE8 bind workaround (needed for less) --><!-- JS from node modules --><!-- Add New Bower Component JS Above --><!-- JS from Vendor Components --><!-- Add New Vendor Component JS Above --><!-- Configuration file JS --><!-- Themes JS --><!-- Main App JS --><!-- registration --><!-- ui --><!-- for security, we do not include the dynamic directive in the app,
2-
so in the compiled app e2e tests are not expected work. --><!-- IE10 viewport hack for Surface/desktop Windows 8 bug --><!-- IE9 console workaround --><!-- Add New Component JS Above --><div id="no-js">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.</div><div id="unsupported-browser">For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).</div><div><!-- Shown while loading --><div id="angular-preloading" class="avb-start-loading"></div><!-- Main content --><div id="content"><!-- This is where angular injects its content --><div ui-view=""></div></div></div><script src="/libnocompat-v5.0.9.js"></script><!--All the source code of this program under copyright. Take a look at the license details at https://github.com/agoravoting/agora-core-common/blob/master/README.md --><script src="/appCommon-v5.0.9.js"></script><script src="/avPlugins-v5.0.9.js"></script></body></html>
2+
so in the compiled app e2e tests are not expected work. --><!-- IE10 viewport hack for Surface/desktop Windows 8 bug --><!-- IE9 console workaround --><!-- Add New Component JS Above --><div id="no-js">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.</div><div id="unsupported-browser">For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).</div><div><!-- Shown while loading --><div id="angular-preloading" class="avb-start-loading"></div><!-- Main content --><div id="content"><!-- This is where angular injects its content --><div ui-view=""></div></div></div><script src="/libnocompat-v5.1.0.js"></script><!--All the source code of this program under copyright. Take a look at the license details at https://github.com/agoravoting/agora-core-common/blob/master/README.md --><script src="/appCommon-v5.1.0.js"></script><script src="/avPlugins-v5.1.0.js"></script></body></html>
File renamed without changes.
File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agora-gui-common",
3-
"version" : "5.0.9",
3+
"version" : "5.1.0",
44
"license": "AGPL-3.0-only",
55
"author": {
66
"name": "Agora Voting SL and others",

0 commit comments

Comments
 (0)