diff --git a/README.md b/README.md index c579945d..ea6d159d 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ To sent e-mails when users subscribe to receive change notices on bacloklog item The application `node.js/app.js` is intended to run in node.js and placed on the home directory of the account named `pm2`. The installOneBacklog.sh script does that by default.
See the [pm2 docs](https://pm2.io/docs/runtime/reference/ecosystem-file/) to enable the service to restart automatically on (re)boor and error conditions.
The application uses an subscription on [mailgun](https://www.mailgun.com/). -The .env file for the application looks like this:
+The .env file for the application looks like this: ``` COUCH_USER= < _admin user name > COUCH_PW= < _admin password > @@ -279,7 +279,7 @@ npm install ``` ### create two files with environment settings for development and production -// Note: these files are not under version control +Note: these files are not under version control
cd to the root directory of this app and use your favorate editor to create a file named `.env.development.local` and enter: ``` VUE_APP_IS_DEMO=false // set to true only when you have created a demoUser with limited authorization diff --git a/package-lock.json b/package-lock.json index f1e1cbef..5583d08d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "onebl", - "version": "1.2.1", + "name": "onebacklog", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d946069a..edcecb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "onebl", - "version": "1.2.1", + "name": "onebacklog", + "version": "1.2.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/components/header/header.js b/src/components/header/header.js index 1bc6659a..64807c3a 100644 --- a/src/components/header/header.js +++ b/src/components/header/header.js @@ -13,7 +13,7 @@ function created () { function data () { return { - appVersion: 'OneBackLog v.1.2.1', + appVersion: 'OneBackLog v.1.2.2', changeTeamCalendarModel: false, disableOkButton: false, oldPassword: '', diff --git a/src/components/rel-notes/rel-notes.vue b/src/components/rel-notes/rel-notes.vue index 92b13bb2..5080899b 100644 --- a/src/components/rel-notes/rel-notes.vue +++ b/src/components/rel-notes/rel-notes.vue @@ -6,7 +6,17 @@

RELEASE NOTES

Note: This is a demo version of the application.

-

v.1.2.1 - 5 Oktober 2020 Feature update, security fix and doc updates

+

v.1.2.2 - 13 Oktober 2020 Security fix and doc updates

+

Security fixes:

+ +

Documentation

+

+
+

v.1.2.1 - 5 Oktober 2020 Feature update, security fix and doc updates

New features: