Skip to content

Release v1.6.3 — fix branding and email notifications#26

Merged
dsghi merged 4 commits intomainfrom
worktree-minorfixes
Mar 21, 2026
Merged

Release v1.6.3 — fix branding and email notifications#26
dsghi merged 4 commits intomainfrom
worktree-minorfixes

Conversation

@dsghi
Copy link
Copy Markdown
Owner

@dsghi dsghi commented Mar 21, 2026

Summary

  • Remove MSP Marketing Edge branding from email notification subject, body, and closing
  • Hyperlink AutoBlog settings URL in notification emails (uses site BaseUrl when available)
  • Update syndication attribution in liquid template from "Originally published at [domain]" to "This article was originally published by Your Tech Updates" linking to the canonical source URL
  • Bump version to 1.6.3

Test plan

  • Trigger an autoblog import and verify the notification email has correct subject, no MSP Marketing Edge references, and a clickable settings link
  • Verify the settings link resolves correctly when site BaseUrl is configured
  • View an AutoBlogPost detail page and confirm the footer reads "This article was originally published by Your Tech Updates" with the correct hyperlink

🤖 Generated with Claude Code

Remove MSP Marketing Edge references from email subject, body, and
closing. Hyperlink AutoBlog settings URL using site BaseUrl. Update
syndication attribution to "Your Tech Updates" in liquid template.
Bump version to 1.6.3.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 21, 2026 00:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the AutoBlog module’s outward-facing branding in notification emails and adjusts on-site attribution for syndicated content, alongside a release version bump.

Changes:

  • Removes “MSP Marketing Edge” branding from AutoBlog notification email subject/body and adds a clickable settings link (using Site.BaseUrl when present).
  • Updates the AutoBlogPost Liquid footer attribution to “This article was originally published by Your Tech Updates” linking to the canonical source URL.
  • Bumps Constants.Version to 1.6.3.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/IgniteSG.OrchardCore.MspMarketingEdge/Views/Content-AutoBlogPost.liquid Updates the displayed attribution text and link label in the AutoBlog post footer.
src/IgniteSG.OrchardCore.MspMarketingEdge/Services/AutoBlogImportService.cs Updates notification email subject/body and builds a settings hyperlink using Site.BaseUrl.
src/IgniteSG.OrchardCore.MspMarketingEdge/Constants.cs Increments module constant version to 1.6.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…ortService.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 21, 2026 00:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…ortService.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 21, 2026 00:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Avoid hard-coding the group id in the email link so it stays in sync
if the constant ever changes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

@dsghi dsghi merged commit c51c3cd into main Mar 21, 2026
5 checks passed
@dsghi dsghi deleted the worktree-minorfixes branch March 21, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants