Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement authored and Clement committed Jul 20, 2016
1 parent 42bbb7b commit 4763319
Show file tree
Hide file tree
Showing 3,012 changed files with 344,343 additions and 51 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion MOLPayXDKExample/platforms/android/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"cordova-plugin-whitelist": "1.2.1",
"cordova-plugin-inappbrowser": "1.4.0",
"cordova-plugin-privacyscreen": "0.3.1",
"molpay-mobile-xdk-cordova": "2.0.0"
"molpay-mobile-xdk-cordova": "2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports.metadata =
"cordova-plugin-whitelist": "1.2.1",
"cordova-plugin-inappbrowser": "1.4.0",
"cordova-plugin-privacyscreen": "0.3.1",
"molpay-mobile-xdk-cordova": "2.0.0"
"molpay-mobile-xdk-cordova": "2.2.0"
};
// BOTTOM OF METADATA
});
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.d7816846.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row-fluid"> <div ng-view=""></div> </div> </div> <div ng-show="isStarting" class="loading text-center vertical-center"> <p>Loading.</p> <p>Please wait.</p> </div> <div class="footer"> </div> <div ng-show="isLoading" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">Loading...</div> </div> <script src="scripts/vendor.5c22674a.js"></script> <script src="scripts/scripts.465bb0ec.js"></script> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.d7816846.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row"> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4" ng-view=""></div> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> </div> </div> <div ng-show="isStarting" class="loading text-center vertical-center"> <p>Loading.</p> <p>Please wait.</p> </div> <div class="footer"> </div> <div ng-show="isLoading" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">Loading...</div> </div> <script src="scripts/vendor.5c22674a.js"></script> <script src="scripts/scripts.f29f8607.js"></script> </body> </html>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports.metadata =
"cordova-plugin-whitelist": "1.2.1",
"cordova-plugin-inappbrowser": "1.4.0",
"cordova-plugin-privacyscreen": "0.3.1",
"molpay-mobile-xdk-cordova": "2.0.0"
"molpay-mobile-xdk-cordova": "2.2.0"
};
// BOTTOM OF METADATA
});
Loading

0 comments on commit 4763319

Please sign in to comment.