Skip to content

Commit

Permalink
Promote version
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed Mar 28, 2024
1 parent ed9eaae commit 547d9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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=04tf40000047wJPAAY) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY)), 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=04t5G000004Q003QAC) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004Q003QAC)), 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
3 changes: 2 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"packageAliases": {
"guest-article-vote": "0Hof4000000CafECAS",
"guest-article-vote@1.0.0-1": "04tf40000047tgtAAA",
"guest-article-vote@1.0.1-1": "04tf40000047wJPAAY"
"guest-article-vote@1.0.1-1": "04tf40000047wJPAAY",
"guest-article-vote@1.0.1-2": "04t5G000004Q003QAC"
}
}

0 comments on commit 547d9e3

Please sign in to comment.