Skip to content

Commit

Permalink
Updating version numbers to 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Aug 29, 2024
1 parent cef5c88 commit fca87e2
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion gen/cordova_plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = [
module.exports.metadata =
// TOP OF METADATA
{
"com.salesforce": "12.1.1"
"com.salesforce": "12.2.0"
}
// BOTTOM OF METADATA
});
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.mobilesync";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.network";
var exec = require("com.salesforce.util.exec").exec;

Expand Down
2 changes: 1 addition & 1 deletion gen/plugins/com.salesforce/com.salesforce.plugin.oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.oauth";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.sdkinfo";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.sfaccountmanager";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var smartstore = require("com.salesforce.plugin.smartstore");
var promiser = require("com.salesforce.util.promiser").promiser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.smartstore";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var logger = require("com.salesforce.util.logger");

Expand Down
2 changes: 1 addition & 1 deletion gen/plugins/com.salesforce/com.salesforce.util.event.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var logger = require("com.salesforce.util.logger");

Expand Down
2 changes: 1 addition & 1 deletion gen/plugins/com.salesforce/com.salesforce.util.exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var exec = function(pluginVersion, successCB, errorCB, service, action, args) {
var uniqueNumber = new Date().valueOf() + Math.random();
var tag = "TIMING " + service + ":" + action + ":" + uniqueNumber;
Expand Down
2 changes: 1 addition & 1 deletion gen/plugins/com.salesforce/com.salesforce.util.logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var appStartTime = (new Date()).getTime(); // Used for debug timing measurements.

/**
Expand Down
2 changes: 1 addition & 1 deletion gen/plugins/com.salesforce/com.salesforce.util.promiser.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var promiser = function(object, methodName, objectName) {
var retfn = function () {
Expand Down
2 changes: 1 addition & 1 deletion gen/plugins/com.salesforce/com.salesforce.util.push.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

/**
* Register push notification handler.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.mobilesync", function(require, exports, mo
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.mobilesync";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.network", function(require, exports, modul
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.network";
var exec = require("com.salesforce.util.exec").exec;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.oauth", function(require, exports, module)
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.oauth";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.sdkinfo", function(require, exports, modul
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.sdkinfo";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.sfaccountmanager", function(require, expor
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.sfaccountmanager";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.smartstore.client", function(require, expo
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var smartstore = require("com.salesforce.plugin.smartstore");
var promiser = require("com.salesforce.util.promiser").promiser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.plugin.smartstore", function(require, exports, mo
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var SERVICE = "com.salesforce.smartstore";

var exec = require("com.salesforce.util.exec").exec;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.util.bootstrap", function(require, exports, modul
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var logger = require("com.salesforce.util.logger");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.util.event", function(require, exports, module) {
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var logger = require("com.salesforce.util.logger");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.util.exec", function(require, exports, module) {
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var exec = function(pluginVersion, successCB, errorCB, service, action, args) {
var uniqueNumber = new Date().valueOf() + Math.random();
var tag = "TIMING " + service + ":" + action + ":" + uniqueNumber;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.util.logger", function(require, exports, module)
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";
var appStartTime = (new Date()).getTime(); // Used for debug timing measurements.

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.util.promiser", function(require, exports, module
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

var promiser = function(object, methodName, objectName) {
var retfn = function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cordova.define("com.salesforce.util.push", function(require, exports, module) {
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

/**
* Register push notification handler.
Expand Down
2 changes: 1 addition & 1 deletion libs/cordova.force.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

/**
* Utilify functions for logging
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SalesforceMobileSDK-Shared",
"version": "12.1.1",
"version": "12.2.0",
"description": "Shared javascript libraries for Salesforce Mobile SDK",
"keywords": [ "mobilesdk", "javascript", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-Shared",
Expand Down
2 changes: 1 addition & 1 deletion test/MockSDKInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var MockSDKInfo = (function(window) {
var self = this;

cordova.interceptExec(SDKINFO_SERVICE, "getInfo", function (successCB, errorCB, args) {
successCB(new SDKInfo("12.1.1",
successCB(new SDKInfo("12.2.0",
["com.salesforce.oauth", "com.salesforce.sdkinfo", "com.salesforce.sfaccountmanager", "com.salesforce.network", "com.salesforce.testrunner", "com.salesforce.smartstore", "com.salesforce.mobilesync"],
"SalesforceHybridSDKTestApp", "1.0",
{
Expand Down
2 changes: 1 addition & 1 deletion test/SFSDKInfoTestSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SDKInfoTestSuite.prototype.testGetInfo = function() {
self.getInfo()
.then(function(sdkInfo) {
// sdkVersion
QUnit.ok(sdkInfo.sdkVersion.indexOf("12.1.1") == 0, "expected different sdk version");
QUnit.ok(sdkInfo.sdkVersion.indexOf("12.2.0") == 0, "expected different sdk version");
// appName
QUnit.ok(sdkInfo.appName == "SalesforceHybridSDKTestApp" || sdkInfo.appName == "SalesforceHybridTest", "expected different app name");
// appVersion
Expand Down
2 changes: 1 addition & 1 deletion test/SFTestRunnerPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

// Version this js was shipped with
var SALESFORCE_MOBILE_SDK_VERSION = "12.1.1";
var SALESFORCE_MOBILE_SDK_VERSION = "12.2.0";

cordova.define("com.salesforce.plugin.testrunner", function(require, exports, module) {
var SERVICE = "com.salesforce.testrunner";
Expand Down
2 changes: 1 addition & 1 deletion tools/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforcemobilesdk-shared",
"version": "12.1.1",
"version": "12.2.0",
"dependencies": {
"jquery": "2.0.3",
"underscore": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforcemobilesdk-shared",
"version": "12.1.1",
"version": "12.2.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down

0 comments on commit fca87e2

Please sign in to comment.