diff --git a/README.md b/README.md index 4f44e2a..ced5253 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Cumulocity Data Points Map Widget Plugin [](https://github.com/SoftwareAG/cumulocity-data-points-map-widget-plugin/releases/download/1.0.4/sag-ps-pkg-datapoints-map-1.0.4.zip) +This plugin is not further developed and it might break with upcoming Cumulocity IoT releases. Use it at your own risk. + +The repository is archived but feel free to fork & adapt it to your needs in a new repo. +# Cumulocity Data Points Map Widget Plugin [](https://github.com/SoftwareAG/cumulocity-data-points-map-widget-plugin/releases/download/1.1.2/sag-ps-pkg-datapoints-map-1.1.2.zip) This Data Point Map Widget Plugin is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit. This plugin help you to display measurements and device locations on map. @@ -33,7 +36,7 @@ This Data Point Map Widget Plugin is the Cumulocity module federation plugin cre ### Runtime Deployment? -* This plugin support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-data-points-map-widget-plugin/releases/download/1.0.4/sag-ps-pkg-datapoints-map-1.0.4.zip) and install via Administrations --> Ecosystems --> Applications --> Packages +* This plugin support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-data-points-map-widget-plugin/releases/download/1.1.2/sag-ps-pkg-datapoints-map-1.1.2.zip) and install via Administrations --> Ecosystems --> Applications --> Packages ## QuickStart @@ -115,6 +118,6 @@ Congratulations! Data Points Map Plugin is configured. ------------------------------ -These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project. +This widget is provided as-is and without warranty or support. They do not constitute part of the Cumulocity product suite. Users are free to use, fork and modify them, subject to the license agreement. While Cumulocity GmbH welcomes contributions, we cannot guarantee to include every contribution in the master project. _____________________ For more information you can Ask a Question in the [TECH Community Forums](https://tech.forums.softwareag.com/tag/Cumulocity-IoT). diff --git a/package.json b/package.json index 8aab860..1125466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-data-points-map-widget-plugin", - "version": "1.1.1", + "version": "1.1.2", "description": "This is the Cumulocity module federation plugin. This plugin help you to display measurements and device locations on map.", "scripts": { "start": "c8ycli server ", @@ -15,7 +15,7 @@ "Plugin", "Widget" ], - "author": "Darpankumar Lalani - Software AG, Global Presales", + "author": "Darpankumar Lalani - Cumulocity Ecosystem", "license": "Apache-2.0", "dependencies": { "@angular/animations": "14.0.6",