From ca616aa9c2b595f61aceb26b60584c53016d0949 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 19 Mar 2026 12:28:47 +0000
Subject: [PATCH] Release version 5.0

---
 manifest.json |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/manifest.json b/manifest.json
index 920d64c..434ce26 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,9 +5,9 @@
 		"displayName": "wFirma.pl integration",
 		"description": "Synchronizes customers and invoices with Polish invoicing system wFirma.pl",
 		"url": "https://github.com/jacekkow/ucrm-wfirma",
-		"version": "1.1",
+		"version": "5.0",
 		"ucrmVersionCompliancy": {
-			"min": "3.4.3",
+			"min": "4.0.0",
 			"max": null
 		},
 		"unmsVersionCompliancy": {
@@ -18,12 +18,16 @@
 	},
 	"configuration": [
 		{
-			"key": "wfirma_username",
-			"label": "wFirma.pl username"
+			"key": "wfirma_access_key",
+			"label": "wFirma.pl Access Key"
 		},
 		{
-			"key": "wfirma_password",
-			"label": "wFirma.pl password"
+			"key": "wfirma_secret_key",
+			"label": "wFirma.pl Secret Key"
+		},
+		{
+			"key": "wfirma_app_key",
+			"label": "wFirma App Key"
 		},
 		{
 			"key": "wfirma_series_invoice",

--
Gitblit v1.10.0