Skip to content

Commit

Permalink
📦 v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed Aug 4, 2020
1 parent 8cb3d00 commit ed9eaae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## 使用方法

1. パッケージをインストールする ([本番環境/DE](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047tgtAAA) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047tgtAAA)) か、このリポジトリをクローンして、ソースコードを組織にデプロイします。
1. パッケージをインストールする ([本番環境/DE](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY)) か、このリポジトリをクローンして、ソースコードを組織にデプロイします。

2. コミュニティビルダーの記事詳細ページに `Article Vote for Guest Users` コンポーネントを配置します。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Let guest user in Salesforce community vote on articles, and see results in a cu

## How to use

1. Install package ([Production/DE](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047tgtAAA) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047tgtAAA)), or clone the repository and push/deploy source to the target org.
1. Install package ([Production/DE](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY)), or clone the repository and push/deploy source to the target org.

2. Put `Article Vote for Guest Users` on Article Detail page of your community.

Expand Down
5 changes: 3 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
"default": true,
"package": "guest-article-vote",
"versionName": "ver 1.0",
"versionNumber": "1.0.0.NEXT"
"versionNumber": "1.0.1.NEXT"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "49.0",
"packageAliases": {
"guest-article-vote": "0Hof4000000CafECAS",
"guest-article-vote@1.0.0-1": "04tf40000047tgtAAA"
"guest-article-vote@1.0.0-1": "04tf40000047tgtAAA",
"guest-article-vote@1.0.1-1": "04tf40000047wJPAAY"
}
}

0 comments on commit ed9eaae

Please sign in to comment.