Repository: cordova-lib Updated Branches: refs/heads/master 3ce67606e -> b0e404860
CB-11096 Updated version and RELEASENOTES.md for cordova-common release 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/45ba0df2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/45ba0df2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/45ba0df2 Branch: refs/heads/master Commit: 45ba0df2bf3b990bb5510eeb993528b372f236a5 Parents: 3ce6760 Author: Vladimir Kotikov <[email protected]> Authored: Mon Apr 18 13:36:46 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Mon Apr 18 13:36:46 2016 +0300 ---------------------------------------------------------------------- cordova-common/RELEASENOTES.md | 7 +++++++ cordova-common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/45ba0df2/cordova-common/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md index 806b6f2..350d5c9 100644 --- a/cordova-common/RELEASENOTES.md +++ b/cordova-common/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Cordova-common Release Notes +### 1.2.0 (Apr 18, 2016) +* CB-11022 Save modulesMetadata to both www and platform_www when necessary +* CB-10833 Deduplicate common logic for plugin installation/uninstallation +* CB-10822 Manage plugins/modules metadata using PlatformJson +* CB-10940 Can't add Android platform from path +* CB-10965 xml helper allows multiple instances to be merge in config.xml + ### 1.1.1 (Mar 18, 2016) * CB-10694 Update test to reflect merging of CB-9264 fix * CB-10694 Platform-specific configuration preferences don't override global settings http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/45ba0df2/cordova-common/package.json ---------------------------------------------------------------------- diff --git a/cordova-common/package.json b/cordova-common/package.json index 5e4b89a..c93f0ed 100644 --- a/cordova-common/package.json +++ b/cordova-common/package.json @@ -3,7 +3,7 @@ "name": "cordova-common", "description": "Apache Cordova tools and platforms shared routines", "license": "Apache-2.0", - "version": "1.1.2-dev", + "version": "1.2.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
