diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index af31e0a9..1c230fb4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,14 +25,8 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] + - Browser [e.g. chrome, firefox, edge] + - Version [e.g. 1.20] **Additional context** Add any other context about the problem here. diff --git a/CHANGES.md b/CHANGES.md index 40b682b6..f9d7660e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# Release Notes + ## Version 1.20 - Move popup arrow icon in Flow Builder because of Winter 24 UI changes [feature 200](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/200) diff --git a/README.md b/README.md index a6bb523e..feae840a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ We all know and love Salesforce Inspector: As the great Søren Krabbe did not ha - [Security and Privacy](#security-and-privacy) - [Use Salesforce Inspector with a Connected App](#use-salesforce-inspector-with-a-connected-app) - [Installation](#installation) + - [Browser Stores](#browser-stores) + - [Chrome Web Store](https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh) + - [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/salesforce-inspector-reloaded/) + - [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/salesforce-inspector-relo/noclfopoifgfgnflgkakofglfeeambpd) - [Troubleshooting](#troubleshooting) - [Contributions](#contributions) - [Development](#development) @@ -37,6 +41,7 @@ We all know and love Salesforce Inspector: As the great Søren Krabbe did not ha [![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://tprouvot.github.io/Salesforce-Inspector-reloaded/ "Go to extension documentation") + ## New features compared to original SF Inspector [List of changes](CHANGES.md) @@ -67,11 +72,10 @@ Follow steps described in [how-to documentation](https://tprouvot.github.io/Sale - [Chrome Web Store](https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh) - [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/salesforce-inspector-reloaded/) +- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/salesforce-inspector-relo/noclfopoifgfgnflgkakofglfeeambpd) ### Local Installation -If you want to try it locally (to test the release candidate): - 1. Download or clone the repo. 2. Checkout the releaseCandidate branch. 3. Open `chrome://extensions/`. @@ -117,8 +121,9 @@ Linting : to assure indentation, formatting and best practices coherence, please 1. Set up an org (e.g. a Developer Edition) and apply the following customizations: 1. Everything described in metadata in `test/`. Push to org with `sfdx force:source:deploy -p test/ -u [your-test-org-alias]` - 2. Ensure the org has no _namespace prefix_ (Setup→Package Manager) - 3. Assign PermissionSet SfInspector + 2. Ensure _Allow users to relate a contact to multiple accounts_ is enabled (Setup→Account Settings) + 3. Ensure the org has no _namespace prefix_ (Setup→Package Manager) + 4. Assign PermissionSet SfInspector 2. Navigate to one of the extension pages and replace the file name with `test-framework.html`, for example `chrome-extension://example/test-framework.html?host=example.my.salesforce.com`. 3. Wait until "Salesforce Inspector unit test finished successfully" is shown. 4. If the test fails, open your browser's developer tools console to see error messages.