diff --git a/README.md b/README.md
index 1684b99c6..a4361884e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Learn more about the design and history of the project on [Joys Of Apex blog pos
## Installing
-Nebula Logger is available as both an unlocked package and a managed package. The metadata is the same in both packages, but there are some differences in the available functionality & features. All examples in `README` are for the unlocked package v4.6.12
+Nebula Logger is available as both an unlocked package and a managed package. The metadata is the same in both packages, but there are some differences in the available functionality & features. All examples in `README` are for the unlocked package (no namespace) - simply add the `Nebula` namespace to the examples if you are using the managed package.
diff --git a/nebula-logger-plugins/Logger-Admin-Dashboard/README.md b/nebula-logger-plugins/Logger-Admin-Dashboard/README.md
index d9e58f3cb..79ccf2cf4 100644
--- a/nebula-logger-plugins/Logger-Admin-Dashboard/README.md
+++ b/nebula-logger-plugins/Logger-Admin-Dashboard/README.md
@@ -2,7 +2,7 @@
> :information_source: Requires Nebula Logger v4.6.12 or newer
-[![Install Unlocked Package Plugin](./content/btn-install-unlocked-package-plugin.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015l3AQAQ)
+[![Install Unlocked Package Plugin](./content/btn-install-unlocked-package-plugin.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015l3tQAA)
To help monitor logs in your org, this plugin includes a new Logger Admin dynamic dashboard, as well as several new reports. The dashboard displays several report charts to quickly see summary info about your logs. It supports filtering on:
diff --git a/sfdx-project.json b/sfdx-project.json
index d0460ea8d..da755ca33 100644
--- a/sfdx-project.json
+++ b/sfdx-project.json
@@ -9,7 +9,7 @@
"default": false,
"definitionFile": "config/project-scratch-def-with-experience-cloud.json",
"versionNumber": "4.6.12.0",
- "versionName": "Logger Scenario Rules",
+ "versionName": "Log Scenario Rules",
"versionDescription": "Added new CMDT LogScenarioRule__mdt to configure scenario-specific logging levels and retention dates",
"releaseNotesUrl": "https://github.com/jongpie/NebulaLogger/releases"
},
@@ -18,12 +18,12 @@
"path": "nebula-logger-plugins/Logger-Admin-Dashboard/plugin",
"dependencies": [
{
- "package": "Nebula Logger - Unlocked Package@4.6.12-0-logger-scenario-rules"
+ "package": "Nebula Logger - Unlocked Package@4.6.12-0-log-scenario-rules"
}
],
"versionName": "Beta Release",
"versionNumber": "0.9.0.0",
- "versionDescription": "Initial beta version of new plugin",
+ "versionDescription": "Initial beta version of new dashboard plugin",
"default": false
},
{
@@ -59,7 +59,7 @@
"Nebula Logger - Unlocked Package@4.6.1-0-summer-21-upgrade": "04t5Y0000015kfMQAQ",
"Nebula Logger - Unlocked Package@4.6.10-0-new-log-and-logger-settings-fields": "04t5Y0000015l27QAA",
"Nebula Logger - Unlocked Package@4.6.11-0-admin-enhancements---new-dashboard,-reports,-and-error-email-alerts": "04t5Y0000015l2qQAA",
- "Nebula Logger - Unlocked Package@4.6.12-0-logger-scenario-rules": "04t5Y0000015l3oQAA",
+ "Nebula Logger - Unlocked Package@4.6.12-0-log-scenario-rules": "04t5Y0000015l3oQAA",
"Nebula Logger - Unlocked Package@4.6.2-0-anonymous-logs": "04t5Y0000015kgPQAQ",
"Nebula Logger - Unlocked Package@4.6.3-0-more-metadata-data": "04t5Y0000015kgeQAA",
"Nebula Logger - Unlocked Package@4.6.4-0-logger-for-lwc-and-aura": "04t5Y0000015kgjQAA",
@@ -70,7 +70,7 @@
"Nebula Logger - Unlocked Package@4.6.9-0-custom-metadata-types-optimized": "04t5Y0000015kqtQAA",
"Nebula Logger Plugin - Log Retention Rules": "0Ho5Y000000blNfSAI",
"Nebula Logger Plugin - Logger Admin Dashboard": "0Ho5Y000000blNkSAI",
- "Nebula Logger Plugin - Logger Admin Dashboard@0.9.0-0": "04t5Y0000015l3AQAQ",
+ "Nebula Logger Plugin - Logger Admin Dashboard@0.9.0-0": "04t5Y0000015l3tQAA",
"Nebula Logger Plugin - Slack": "0Ho5Y000000blMDSAY",
"Nebula Logger Plugin - Slack@0.9.0-0-beta-release": "04t5e00000061lHAAQ",
"Nebula Logger Plugin - Slack@0.9.1-0-beta-release-round-2": "04t5e00000065xiAAA",