Releasenotes V0.11.1 TrustedFiscalModule - Improvement: Better error information when accessing cloud methods TrustedFiscalService - Changed api signatures (Critical) - /api/v1/closing/{clientId}/book/openingStock - /api/v1/closing/{clientId}/book/cashDifference - /api/v1/closing/{clientId}/book/cashLift - /api/v1/closing/{clientId}/cashpointClose - /api/v1/information/client --> /api/v1/information/clientId - /api/v1/management/clients/create --> /api/v1/management/clients - /api/v1/management/clients/createByCloud --> /api/v1/management/clients/byCloud - /api/v1/management/clients/createWithCloud --> /api/v1/management/clients/WithCloud --> POST - /api/v1/management/cloud/connect --> /api/v1/management/cloud/connect --> POST - /api/v1/management/clients/get/{clientId} --> /api/v1/management/clients/{clientId} - /api/v1/management/clients/get/id --> /api/v1/management/clients/Id - /api/v1/management/clients/delete/{clientId} --> /api/v1/management/clients/{clientId} - /api/v1/management/clients/get --> /api/v1/management/clients - /api/v1/management/clients/validate --> /api/v1/management/clients/validate FiscalServiceClient.net2 & FiscalServiceClient - adapted methods of changes method signature of new fiscal service RetailCloud - Bugfix: Getting terminal by number didn't work (always first terminal of store was returned) - Bugfix: Configuration inheritance did not work properly - Improvement: Improved error conditions on configuration/fiscalclient sending wrong information - Improvement: added possibility to change password in backend and to get user information in retail cloud.