Skip to content

Add changelog entry for SMS pricing update#3009

Open
loks0n wants to merge 1 commit into
mainfrom
feat/sms-pricing-changelog
Open

Add changelog entry for SMS pricing update#3009
loks0n wants to merge 1 commit into
mainfrom
feat/sms-pricing-changelog

Conversation

@loks0n
Copy link
Copy Markdown
Member

@loks0n loks0n commented May 19, 2026

Summary

  • Adds a minimal changelog entry dated 2026-05-18 documenting the SMS pricing refresh shipped in Update SMS pricing table #3005
  • Links readers to the updated per-country SMS pricing table on the phone OTP docs page

Test plan

  • Verify the entry renders on /changelog with correct date ordering
  • Confirm the link to /docs/advanced/platform/phone-otp#sms-pricing resolves

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@appwrite
Copy link
Copy Markdown

appwrite Bot commented May 19, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Building Building View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Processing Processing View Logs Preview URL QR Code


Tip

Ephemeral API keys are generated automatically for each function execution

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 19, 2026

Greptile Summary

This PR adds a single changelog entry (2026-05-18.markdoc) announcing the SMS pricing refresh that shipped in #3005. The entry follows the established markdoc frontmatter structure, omits a cover image (optional per the ChangelogEntry component), and links readers to the phone OTP pricing docs.

  • The anchor in the docs link (#sms-pricing) does not exist on the target page; the rates table is anchored as #rates, so the deep link will silently fail to scroll to the pricing table.
  • No cover image is included, which is intentional or at minimum acceptable — the component renders correctly without one.

Confidence Score: 4/5

Safe to merge after fixing the broken anchor in the docs link.

The only changed file is a one-paragraph changelog entry. The content is accurate and the page link resolves correctly, but the fragment #sms-pricing does not exist on the target page — the matching anchor for the rates table is #rates. A reader following the link lands on the page but the browser won't scroll to the pricing table.

src/routes/changelog/(entries)/2026-05-18.markdoc — the docs deep-link anchor needs correcting.

Important Files Changed

Filename Overview
src/routes/changelog/(entries)/2026-05-18.markdoc New changelog entry for SMS pricing update; contains a broken fragment link (#sms-pricing) that does not match any anchor on the target page — the rates table anchor is #rates.

Reviews (1): Last reviewed commit: "Add changelog entry for SMS pricing upda..." | Re-trigger Greptile

date: 2026-05-18
---

We've refreshed our [SMS pricing](/docs/advanced/platform/phone-otp#sms-pricing) to reflect the latest carrier rates. Per-SMS prices have changed for a number of countries.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 The anchor #sms-pricing does not exist on the target page. The phone OTP docs page defines #sms-messages (for the section) and #rates (for the pricing table itself). Clicking this link navigates to the page but does not scroll to the pricing table — the browser silently ignores an unrecognised fragment. The closest matching anchor for the per-country rates table is #rates.

Suggested change
We've refreshed our [SMS pricing](/docs/advanced/platform/phone-otp#sms-pricing) to reflect the latest carrier rates. Per-SMS prices have changed for a number of countries.
We've refreshed our [SMS pricing](/docs/advanced/platform/phone-otp#rates) to reflect the latest carrier rates. Per-SMS prices have changed for a number of countries.

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.

1 participant