diff --git a/.env.development b/.env.development index d85749ed..b82c3782 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.10" +APP_VERSION="0.2.11" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/freeplanet.app/.env.development b/_ALL_SITES/freeplanet.app/.env.development index 1e11a916..3adca835 100755 --- a/_ALL_SITES/freeplanet.app/.env.development +++ b/_ALL_SITES/freeplanet.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.10" +APP_VERSION="0.2.11" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/freeplanet.app/db/lang/ws_it.js b/_ALL_SITES/freeplanet.app/db/lang/ws_it.js index 77ef8712..5cc7a6c0 100755 --- a/_ALL_SITES/freeplanet.app/db/lang/ws_it.js +++ b/_ALL_SITES/freeplanet.app/db/lang/ws_it.js @@ -2,7 +2,7 @@ const msg_website_it = { ws: { sitename: 'FreePlanet', siteshortname: 'FreePlanet', - botname: 'il Bot di FreePlanet', + botname: 'FreePlanet', }, products: { quantity: 'Quantità', diff --git a/_ALL_SITES/insiemesipuo.app/.env.development b/_ALL_SITES/insiemesipuo.app/.env.development index d85749ed..b82c3782 100755 --- a/_ALL_SITES/insiemesipuo.app/.env.development +++ b/_ALL_SITES/insiemesipuo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.10" +APP_VERSION="0.2.11" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/insiemesipuo.app/db/lang/ws_it.js b/_ALL_SITES/insiemesipuo.app/db/lang/ws_it.js index 8610b5cb..88b81af6 100755 --- a/_ALL_SITES/insiemesipuo.app/db/lang/ws_it.js +++ b/_ALL_SITES/insiemesipuo.app/db/lang/ws_it.js @@ -2,7 +2,7 @@ const msg_website_it = { ws: { sitename: 'InsiemeSiPuò', siteshortname: 'ISP', - botname: 'il Bot di InsiemeSiPuò', + botname: 'InsiemeSiPuò', }, products: { quantity: 'Quantità', diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.development b/_ALL_SITES/popolodelnuovomondo.app/.env.development index f676b6fa..82ebac5f 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.2.10" +APP_VERSION="0.2.11" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/popolodelnuovomondo.app/db/lang/ws_it.js b/_ALL_SITES/popolodelnuovomondo.app/db/lang/ws_it.js index 1bf7a6ac..0c90a9a6 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/db/lang/ws_it.js +++ b/_ALL_SITES/popolodelnuovomondo.app/db/lang/ws_it.js @@ -2,7 +2,7 @@ const msg_website_it = { ws: { sitename: 'PopoloDelNuovoMondo', siteshortname: 'PDNM', - botname: 'il Bot di PdNM', + botname: 'PdNM', }, products: { quantity: 'Quantità', diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 9c0cd091..761df2b6 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -166,6 +166,25 @@ export const shared_consts = { }, ], + OtherFilters: [ + { + label: 'AutoProduzione', + value: 1, + }, + { + label: 'Ecovillaggio', + value: 2, + }, + { + label: 'Azienda Prodotti Locali', + value: 4, + }, + { + label: 'Upcycle', + value: 8, + }, + ], + Provinces: [ { _id: 1, reg: 'SIC', value: 'AG', label: 'Agrigento', }, { _id: 2, diff --git a/src/components/CCopyBtn/CCopyBtn.vue b/src/components/CCopyBtn/CCopyBtn.vue index 06295a34..1a219285 100755 --- a/src/components/CCopyBtn/CCopyBtn.vue +++ b/src/components/CCopyBtn/CCopyBtn.vue @@ -1,7 +1,7 @@