Skip to content

Commit

Permalink
Merge branch 'releaseCandidate' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot committed Apr 17, 2024
2 parents 6f2d647 + a00dbdb commit 9975bf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 1.23

- Add new [setup pages](https://help.salesforce.com/s/articleView?id=release-notes.rn_general_setup_domain_prepare.htm&release=246&type=5) domain [feature 389](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/389) (by [akalatksy](https://github.com/akalatksy))
- Add "View summary" link on User tab [feature 386](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/386)
- Add option to hide 'Delete Records' button from Data Export page
- Fix popup not closing in inspect page [issue 159](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/159) (contribution by [Luca Bassani](https://github.com/baslu93))
Expand Down
2 changes: 2 additions & 0 deletions addon/manifest-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"permissions": ["cookies"],
"host_permissions": [
"https://*.salesforce.com/*",
"https://*.salesforce-setup.com/*",
"https://*.force.com/*",
"https://*.cloudforce.com/*",
"https://*.visualforce.com/*",
Expand All @@ -31,6 +32,7 @@
{
"matches": [
"https://*.salesforce.com/*",
"https://*.salesforce-setup.com/*",
"https://*.visual.force.com/*",
"https://*.vf.force.com/*",
"https://*.lightning.force.com/*",
Expand Down
2 changes: 2 additions & 0 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"permissions": ["cookies"],
"host_permissions": [
"https://*.salesforce.com/*",
"https://*.salesforce-setup.com/*",
"https://*.force.com/*",
"https://*.cloudforce.com/*",
"https://*.visualforce.com/*",
Expand All @@ -26,6 +27,7 @@
{
"matches": [
"https://*.salesforce.com/*",
"https://*.salesforce-setup.com/*",
"https://*.visual.force.com/*",
"https://*.vf.force.com/*",
"https://*.lightning.force.com/*",
Expand Down

0 comments on commit 9975bf0

Please sign in to comment.