Skip to content

Commit

Permalink
Enable beta release note link
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot committed Jan 29, 2024
1 parent 26a76bc commit 6e03d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ 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)

- Allow users to update API Version [feature 58](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/58)
- Add new "Shortcuts" tab to accelerate setup navigation [feature 42](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/42)
- Add shortcuts links to (list of record types, current SObject RecordType and objet details, show all data from user tab) from popup [feature 34](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/34)
Expand Down
2 changes: 1 addition & 1 deletion addon/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class App extends React.PureComponent {
),
h("div", {className: "slds-grid slds-theme_shade slds-p-around_small slds-border_top"},
h("div", {className: "slds-col slds-size_5-of-12 footer-small-text slds-m-top_xx-small"},
h("a", {href: "https://tprouvot.github.io/Salesforce-Inspector-reloaded/release-note/", title: "Release note", target: linkTarget}, "v" + addonVersion),
h("a", {href: "https://tprouvot.github.io/Salesforce-Inspector-reloaded/release-note/#version-" + addonVersion.replace(".", ""), title: "Release note", target: linkTarget}, "v" + addonVersion),
h("span", {}, " / "),
h("input", {
className: "api-input",
Expand Down

0 comments on commit 6e03d66

Please sign in to comment.