0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/helpers
Naz Gargol e277c6bad3
Added member's subscription cancellation helper {{cancel_link}} (#11434)
no issue

- The helper allows generating HTML needed to cancel or continue the member's subscription depending on subscription state.
- Added public members endpoint to allow updating subscription's `cancel_at_period_end` attribute available at: `PUT /api/canary/members/subscriptions/:id/`
- Added client-side hook to allow calling subscription cancellation. Allows to create elements with `data-members-cancel-subscription` / `data-members-continue-subscription` attributes which would call subscription update.
- Updated schema and added migration for `current_period_end` column
- As discussed we only add a single column to  subscriptions table to avoid preoptimizing for future cases
- Added {{cancel_link}} helper
- Added error handling for {{cancel_link}} when members are disabled
- Added test coverage for {{cancel_link}} helper
- Bumped @tryghost/members-api version to 0.10.2. Needed to use `updateSubscription` middleware
- Bumped gscan to 3.2.0. Needed to recognize new {{cancel_link}} helper
2019-12-12 19:59:15 +07:00
..
tpl Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
asset.js Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
author.js
authors.js
body_class.js
cancel_link.js Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
concat.js New {{concat}} helper 2019-08-05 12:12:05 +01:00
content.js Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
date.js 🔥 Removed V1 code/references in frontend helpers/meta layers (#11080) 2019-09-10 11:37:04 +02:00
encode.js
excerpt.js Added fallback to excerpt in {{excerpt}} helper for gated content (#11430) 2019-12-03 11:32:46 +07:00
facebook_url.js 🔥 Removed V1 code/references in frontend helpers/meta layers (#11080) 2019-09-10 11:37:04 +02:00
foreach.js
get.js Simplified controller checks in {{get}} helper 2019-09-12 17:48:29 +02:00
ghost_foot.js
ghost_head.js 🔥 Removed V1 code/references in frontend helpers/meta layers (#11080) 2019-09-10 11:37:04 +02:00
has.js Converted has helper imports to individual const 2019-10-28 10:55:14 +00:00
img_url.js Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00
index.js Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
is.js
lang.js
link.js Added {{link_class}} helper 2019-08-05 12:12:05 +01:00
link_class.js Added {{link_class}} helper 2019-08-05 12:12:05 +01:00
meta_description.js
meta_title.js
navigation.js Added support for secondary navigation (#11409) 2019-12-04 11:12:02 +07:00
page_url.js
pagination.js Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
plural.js
post_class.js Fix silly issues with post class 2019-11-06 11:02:50 +07:00
prev_next.js
proxy.js
reading_time.js
register.js
t.js Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
tags.js
template.js
title.js
twitter_url.js 🔥 Removed V1 code/references in frontend helpers/meta layers (#11080) 2019-09-10 11:37:04 +02:00
url.js
utils.js Added {{link_class}} helper 2019-08-05 12:12:05 +01:00