MCPcopy Index your code
hub / github.com/writefreely/writefreely / ReleaseNotesURL

Method ReleaseNotesURL

updates.go:85–87  ·  view source on GitHub ↗

ReleaseNotesURL returns the full URL to the blog.writefreely.org release notes for the latest version as stored in the cache.

()

Source from the content-addressed store, hash-verified

83// ReleaseNotesURL returns the full URL to the blog.writefreely.org release notes
84// for the latest version as stored in the cache.
85func (uc updatesCache) ReleaseNotesURL() string {
86 return wfReleaseNotesURL(uc.latestVersion)
87}
88
89func wfReleaseNotesURL(v string) string {
90 ver := strings.TrimPrefix(v, "v")

Callers 2

handleViewAdminUpdatesFunction · 0.80
TestUpdatesRoundTripFunction · 0.80

Calls 1

wfReleaseNotesURLFunction · 0.85

Tested by 1

TestUpdatesRoundTripFunction · 0.64