[CB-4301] [CB-4300] 3.0.0
diff --git a/VERSION b/VERSION index f799780..56fea8a 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -3.0.0rc1 \ No newline at end of file +3.0.0 \ No newline at end of file
diff --git a/common/www/cordova.js b/common/www/cordova.js index d16caab..552219e 100644 --- a/common/www/cordova.js +++ b/common/www/cordova.js
@@ -1,5 +1,5 @@ // Platform: windowsphone -// 3.0.0rc1-0-g525e76b +// 3.0.0-0-ge670de9 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '3.0.0rc1-0-g525e76b'; +var CORDOVA_JS_BUILD_LABEL = '3.0.0-0-ge670de9'; // file: lib/scripts/require.js var require, @@ -1133,7 +1133,7 @@ var scriptCounter = moduleList.length; if (!scriptCounter) { - onScriptLoadingComplete(); + finishPluginLoading(); return; } function scriptLoadedCallback() {
diff --git a/wp7/framework/Properties/AssemblyInfo.cs b/wp7/framework/Properties/AssemblyInfo.cs index e4c6bf8..719840d 100644 --- a/wp7/framework/Properties/AssemblyInfo.cs +++ b/wp7/framework/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WPCordovaClassLib")] -[assembly: AssemblyDescription("3.0.0rc1")] +[assembly: AssemblyDescription("3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Cordova")] [assembly: AssemblyProduct("WPCordovaClassLib")]
diff --git a/wp7/template/MyTemplate.vstemplate b/wp7/template/MyTemplate.vstemplate index 1a20760..f75f93c 100644 --- a/wp7/template/MyTemplate.vstemplate +++ b/wp7/template/MyTemplate.vstemplate
@@ -1,13 +1,13 @@ <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> - <Name>CordovaWP7_3_0_0rc1</Name> - <Description>Starter project for building a Cordova app for Windows Phone version: 3.0.0rc1</Description> + <Name>CordovaWP7_3_0_0</Name> + <Description>Starter project for building a Cordova app for Windows Phone version: 3.0.0</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType> </ProjectSubType> <SortOrder>1000</SortOrder> <CreateNewFolder>true</CreateNewFolder> - <DefaultName>CordovaWP7_3_0_0rc1</DefaultName> + <DefaultName>CordovaWP7_3_0_0</DefaultName> <ProvideDefaultName>true</ProvideDefaultName> <LocationField>Enabled</LocationField> <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
diff --git a/wp8/framework/Properties/AssemblyInfo.cs b/wp8/framework/Properties/AssemblyInfo.cs index 99a8801..7f6d706 100644 --- a/wp8/framework/Properties/AssemblyInfo.cs +++ b/wp8/framework/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WPCordovaClassLib")] -[assembly: AssemblyDescription("3.0.0rc1")] +[assembly: AssemblyDescription("3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Cordova")] [assembly: AssemblyProduct("WPCordovaClassLib")]
diff --git a/wp8/template/MyTemplate.vstemplate b/wp8/template/MyTemplate.vstemplate index 407a022..2b08ac2 100644 --- a/wp8/template/MyTemplate.vstemplate +++ b/wp8/template/MyTemplate.vstemplate
@@ -1,13 +1,13 @@ <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> - <Name>CordovaWP8_3_0_0rc1</Name> - <Description>Starter project for building a Cordova app for Windows Phone 8 version: 3.0.0rc1</Description> + <Name>CordovaWP8_3_0_0</Name> + <Description>Starter project for building a Cordova app for Windows Phone 8 version: 3.0.0</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType> </ProjectSubType> <SortOrder>1000</SortOrder> <CreateNewFolder>true</CreateNewFolder> - <DefaultName>CordovaWP8_3_0_0rc1</DefaultName> + <DefaultName>CordovaWP8_3_0_0</DefaultName> <ProvideDefaultName>true</ProvideDefaultName> <LocationField>Enabled</LocationField> <EnableLocationBrowseButton>true</EnableLocationBrowseButton>