diff --git a/.env.development b/.env.development index 6f881759..8afbd9b0 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.58" +APP_VERSION="0.5.59" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 11425915..8aa5b817 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.58" +APP_VERSION="0.5.59" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/arcadei.it/db/lang/ws_it.js b/_ALL_SITES/arcadei.it/db/lang/ws_it.js index 97ba7bd7..e024ecd9 100755 --- a/_ALL_SITES/arcadei.it/db/lang/ws_it.js +++ b/_ALL_SITES/arcadei.it/db/lang/ws_it.js @@ -212,27 +212,16 @@ const msg_website_it = { + '
  • 👥 Aiutando a creare Gruppi Territoriali nella vostra cittĂ , impegnandosi a realizzare progetti per il Bene Comune, in onore ai principi Amorevoli e di condivisione.
  • ' + '
  • 🌱 Sostenendo le persone attorno a voi, e rispettando la nostra vera Casa: Madre Natura e Tutti gli Esseri Viventi. ❤️
  • ' + '
  • 👨🏻‍💻 Con una piccola donazione per le spese dei Server, manutenzione e per i continui sviluppi e miglioramenti
  • ' + - '1) Tramite Paypal:
    ' + - '
    ' + - '1€' + - '2€' + - '5€' + - '10€' + - 'scegli' + - '
    clicca sull\'importo per fare una donazione
    ' + + '1) Tramite Paypal:
    ' + '
    2) Tramite Satispay: Clicca qui
    ' + '
    ' + 'Se ancora non hai Satispay Richiedila cliccando qui
    ' + - 'E\' consigliata se hai un conto bancario come alternativa alla costosa carta di credito/debito
    ' + - '👉🏻 Registrandoti entrambi riceviamo un Bonus di 5 €
    ' + '
    ' + '
    3) Tramite Bonifico Bancario:
    ' + - '(Scrivi a Surya (surya@riso.app) per ricevere le coordinate
    ' + + '(Scrivi a Surya (@surya1977) per le coordinate
    ' + '' + - '4) In alternativa scegli tu una forma di scambio da donare a Paolo (per scrivergli su Telegram: Surya Paolo)
    ' + - '❤ Sono graditi messaggi sia di suggerimenti che di apprezzamenti.
    ' + + '4) In alternativa scegli tu una forma di Dono
    ' + 'Grazie Mille per l\'Aiuto ed il Supporto' + '
    ', }, diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index 6f881759..8afbd9b0 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.58" +APP_VERSION="0.5.59" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.production b/_ALL_SITES/riso.app/.env.production index 791ba277..d521d5d9 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.58" +APP_VERSION="0.5.59" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 9bf38d22..d79b4cc4 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.58" +APP_VERSION="0.5.59" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 0e40ad33..5f5a32a4 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -1013,6 +1013,21 @@ export const shared_consts = { STATUS_GROUPS_REMOVED: 7, }, + CircuitsNotif: { + STATUS_NONE: 0, + STATUS_NEW: 51, + STATUS_ACCEPTED: 53, + STATUS_REFUSED: 54, + STATUS_BLOCKED: 55, + STATUS_DELETED: 56, + STATUS_REMOVED: 57, + STATUS_SENDCOINSREQ: 58, + STATUS_COINS_ACCEPTED: 60, + STATUS_COINS_REFUSED: 61, + STATUS_COINS_ACCEPTED_SENT: 62, + STATUS_COINS_REFUSED_SENT: 63, + }, + QualiNotifs: { CIRCUITS: 1, OTHERS: 2, diff --git a/src/components/CContactUser/CContactUser.vue b/src/components/CContactUser/CContactUser.vue index 8d4c4b6a..a7fd1744 100755 --- a/src/components/CContactUser/CContactUser.vue +++ b/src/components/CContactUser/CContactUser.vue @@ -1,4 +1,5 @@