Skip to content

Commit

Permalink
Release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement authored and Clement committed Apr 4, 2017
1 parent 3c325c5 commit 87c53e7
Show file tree
Hide file tree
Showing 43 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion MOLPayXDKExample/platforms/android/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
"cordova-plugin-whitelist": "1.3.2",
"cordova-plugin-x-toast": "2.6.0",
"cordova-save-image-gallery": "0.0.26",
"molpay-mobile-xdk-cordova": "3.10.0"
"molpay-mobile-xdk-cordova": "3.11.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports.metadata =
"cordova-plugin-whitelist": "1.3.2",
"cordova-plugin-x-toast": "2.6.0",
"cordova-save-image-gallery": "0.0.26",
"molpay-mobile-xdk-cordova": "3.10.0"
"molpay-mobile-xdk-cordova": "3.11.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.d7e0b867.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 || isLoading" class="text-center"> <br> <p>{{label_preparing}}</p> <p>{{label_pleasewait}}</p> </div> <div class="footer"> </div> <div ng-show="isLoading || D7ARequeryActiveNow" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">{{label_loading}}</div> </div> <script src="scripts/vendor.f57621ed.js"></script> <script src="scripts/scripts.d549f114.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.88dcea2c.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 || isLoading" class="text-center"> <br> <p>{{label_preparing}}</p> <p>{{label_pleasewait}}</p> </div> <div class="footer"> </div> <div ng-show="isLoading || D7ARequeryActiveNow" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">{{label_loading}}</div> </div> <script src="scripts/vendor.f57621ed.js"></script> <script src="scripts/scripts.03193944.js"></script> </body> </html>

Large diffs are not rendered by default.

This file was deleted.

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 @@ -56,7 +56,7 @@ module.exports.metadata =
"cordova-plugin-whitelist": "1.3.2",
"cordova-plugin-x-toast": "2.6.0",
"cordova-save-image-gallery": "0.0.26",
"molpay-mobile-xdk-cordova": "3.10.0"
"molpay-mobile-xdk-cordova": "3.11.0"
};
// BOTTOM OF METADATA
});
Loading

0 comments on commit 87c53e7

Please sign in to comment.