diff --git a/CHANGELOG.md b/CHANGELOG.md index b57594ee..e0020c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.1.0](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.10....4.1.0) (2024-04-30) +* **android:** REVERTED Add Workers based on the number of parallelUploadsLimit and use a database to continue taking pending uploads in the Workers +* **iOS:** Removed framework tag for pods + ## [4.0.10](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.9...4.0.10) (2023-03-09) * **android:** Add Workers based on the number of parallelUploadsLimit and use a database to continue taking pending uploads in the Workers diff --git a/package-lock.json b/package-lock.json index e63c8c9d..674a35d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spoonconsulting/cordova-plugin-background-upload", - "version": "4.0.10", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spoonconsulting/cordova-plugin-background-upload", - "version": "4.0.10", + "version": "4.1.0", "license": "Apache-2.0", "devDependencies": { "cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git", diff --git a/package.json b/package.json index ace65222..80e5e1c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spoonconsulting/cordova-plugin-background-upload", - "version": "4.0.10", + "version": "4.1.0", "description": "Cordova plugin for uploading file in the background", "cordova": { "id": "@spoonconsulting/cordova-plugin-background-upload", diff --git a/plugin.xml b/plugin.xml index 5a9186c2..daac74d2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Cordova Background Upload Plugin Background Upload plugin for Cordova ISC