Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Feb 8, 2021
1 parent 940be82 commit 084faed
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .versions
Expand Up @@ -6,7 +6,7 @@ babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.1
bozhao:link-accounts@2.3.1
bozhao:link-accounts@2.3.2
callback-hook@1.3.0
check@1.3.1
ddp@1.4.0
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## v. 2.3.2 - 8.2.2021
* Fix bugs in MS Office connector

## v. 2.3.1 - 8.2.2021
* Fix a detection bug in MS Office connector

Expand Down
4 changes: 2 additions & 2 deletions community-services/office365.js
Expand Up @@ -16,8 +16,8 @@ Meteor.linkWithOffice = function (options, callback) {

const credentialRequestCompleteCallback = Accounts.oauth.linkCredentialRequestCompleteHandler(callback)
if (Package['lindoelio:accounts-office365']) {
Package['lindoelio:accounts-office365'].Office365.requestCredential(options, credentialRequestCompleteCallback)
Package['lindoelio:office365-oauth'].Office365.requestCredential(options, credentialRequestCompleteCallback)
} else if (Package['ermlab:accounts-office365']) {
Package['ermlab:accounts-office365'].Office365.requestCredential(options, credentialRequestCompleteCallback)
Package['ermlab:office365-oauth'].Office365.requestCredential(options, credentialRequestCompleteCallback)
}
}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.js
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Meteor external service link system',
version: '2.3.1',
version: '2.3.2',
git: 'https://github.com/yubozhao/meteor-link-accounts',
name: 'bozhao:link-accounts',
description: 'Link social accounts for Meteor'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "meteor-link-accounts",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"description": "Template Meteor package for FOSS",
"main": "package.js",
Expand Down

0 comments on commit 084faed

Please sign in to comment.