Skip to content

Commit

Permalink
upgrade to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Aug 22, 2017
1 parent abbbc90 commit ca957ee
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
5 changes: 4 additions & 1 deletion lg/membersCount_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ Afficher l'évolution de la difficulté commune du réseau (preuve de travail)
MEMBERS_COUNT members
SENTRIES_COUNT referring* members
ISSUERS_COUNT Members co-writers blockchain
POW_MIN Common difficulty network (proof of work)
POW_MIN Common difficulty network (proof of work)
MAX max
POINTS points
REGULATE_BY_ADAPTING regulate by adapting
5 changes: 4 additions & 1 deletion lg/membersCount_fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ SHOW_POW_MIN Afficher l'évolution de la difficulté commune du réseau (preuve
MEMBERS_COUNT Membres
SENTRIES_COUNT Membres référents*
ISSUERS_COUNT Membres co-écrivains de la blockchain Ğ1
POW_MIN Difficulté commune du réseau (preuve de travail)
POW_MIN Difficulté commune du réseau (preuve de travail)
MAX max
POINTS points
REGULATE_BY_ADAPTING réguler en adaptant
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duniter-currency-monit",
"version": "0.4.4",
"version": "0.4.5",
"main": "index.js",
"license": "AGPLv3",
"dependencies": {
Expand All @@ -16,10 +16,10 @@
"request-promise": "4.2.0"
},
"devDependencies": {
"duniter": "1.4.15",
"duniter": "1.5.4",
"duniter-prover": "1.4.x"
},
"peerDependencies": {
"duniter": "1.4.15"
"duniter": "1.5.4"
}
}
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Currency-Monit Module

Requires Duniter 1.4.15 or higher
Requires Duniter 1.5.4 or higher

## Installation

Expand All @@ -11,7 +11,7 @@ Requires Duniter 1.4.15 or higher
1. go to localhost:9220/#/main/settings/modules
and at the foot of page enter:
```bash
https://github.com/duniter/duniter-currency-monit/archive/0.4.x.tar.gz
duniter-currency-monit@0.4.5
```

then clik to button INSTALL THIS MODULE
Expand All @@ -24,7 +24,7 @@ then clik to button INSTALL THIS MODULE
2. plug the plugin to your duniter node:

```bash
duniter plug https://github.com/duniter/duniter-currency-monit/archive/0.4.x.tar.gz
duniter plug duniter-currency-monit@0.4.5
```

3. Stop your duniter node and restart it in the following method:
Expand Down
2 changes: 1 addition & 1 deletion routes/membersCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module.exports = (req, res, next) => co(function *() {
<option name="stepUnit" value ="weeks" ${cache.stepUnit == 'weeks' ? 'selected' : ''}>${LANG["WEEKS"]}
<option name="stepUnit" value ="months" ${cache.stepUnit == 'months' ? 'selected' : ''}>${LANG["MONTHS"]}
<option name="stepUnit" value ="years" ${cache.stepUnit == 'years' ? 'selected' : ''}>${LANG["YEARS"]}
</select> - max <input type="number" name="nbMaxPoints" value="${cache.nbMaxPoints}" min="1" size="4" style="width:50px;"> points (réguler en adaptant
</select> - ${LANG["MAX"]} <input type="number" name="nbMaxPoints" value="${cache.nbMaxPoints}" min="1" size="4" style="width:50px;"> ${LANG["POINTS"]} (${LANG["REGULATE_BY_ADAPTING"]}
<select name="adaptMaxPoints">
<option name="adaptMaxPoints" value ="begin"> ${LANG["BEGIN"]}
<option name="adaptMaxPoints" value ="step" ${cache.adaptMaxPoints == 'step' ? 'selected' : ''}> ${LANG["STEP"]}
Expand Down
2 changes: 1 addition & 1 deletion views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
${printMenu(MENU_LANG, help, "ABOUT")}

</form>
<div align="left">${LANG['VERSION']} : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/0.4.x">0.4.x-dev</a></div><br>
<div align="left">${LANG['VERSION']} : <a href="https://github.com/duniter/duniter-currency-monit/releases/tag/0.4.5">0.4.5</a></div><br>
<div align="left">${LANG['AUTHOR']} : <a href="https://github.com/librelois">Éloïs Librelois</a></div><br>
<div align="left"><small>${LANG['CONTRIBUTORS']}: <a href="https://github.com/jytou">jytou</a> (translator), <a href="https://github.com/devingfx">devingfx</a> (frontend), <a href="https://github.com/c-geek">cgeek</a> (willMembers and wotex),<a href="https://github.com/M5oul">M5oul</a> (adjustments)</small></div><br>
<div align="left">
Expand Down

0 comments on commit ca957ee

Please sign in to comment.