Skip to content
Snippets Groups Projects
Commit 4f91a8e9 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.12.7

parent 5a6937bd
No related branches found
Tags v0.12.7
No related merge requests found
......@@ -3,8 +3,8 @@
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
id="fr.duniter.cesium"
version="0.12.6"
android-versionCode="12600"
version="0.12.7"
android-versionCode="12700"
>
<name>Cesium</name>
<description>
......
......@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version() {
echo "v0.12.6" #lastest
echo "v0.12.7" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "0.12.6",
"version": "0.12.7",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
......
......@@ -10,60 +10,48 @@ angular.module("cesium.config", [])
.constant("csConfig", {
"cacheTimeMs": 60000,
"fallbackLanguage": "fr-FR",
"defaultLanguage": "fr-FR",
"rememberMe": true,
"fallbackLanguage": "en",
"rememberMe": false,
"showUDHistory": false,
"timeout": 6000,
"timeout": 10000,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"logoutIlde": 600,
"useLocalStorage": true,
"useRelative": true,
"expertMode": true,
"useRelative": false,
"initPhase": false,
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
"helptip": {
"enable": false,
"installDocUrl": {
"fr-FR": "http://www.le-sou.org/devenir-noeud/",
"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
}
"enable": true,
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
},
"license": {
"fr-FR": "license/license_g1-fr-FR.txt",
"en": "license/license_g1-en.txt"
},
"node": {
"host": "g1.duniter.fr",
"port": "443"
},
"node": {
"host": "g1.duniter.org",
"port": "443"
},
"plugins": {
"es": {
"enable": false,
"enable": true,
"askEnable": false,
"host": "localhost",
"port": 9200,
"wsPort": 9400,
"host": "g1.data.duniter.fr",
"port": "443",
"notifications": {
"txSent": true,
"txReceived": true,
"certSent": true,
"certReceived": true
}
},
"graph": {
"enable": true
},
"neo4j": {
"enable": true
},
// Activation du plugin RML9
"rml9": {
"enable": true
}
},
"version": "0.12.6",
"build": "2017-05-30T09:15:49.818Z",
"version": "0.12.7",
"build": "2017-05-31T14:15:50.859Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
;
;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment