Skip to content

Commit

Permalink
My Jetpack: Add red bubble and warning Notice when paid plans are exp…
Browse files Browse the repository at this point in the history
…ired or expiring soon. (#40115)

* Add expired/expiring statuses to products.

* changelog

* Add logic in remaining product classes for expired/expiring functionality.

* Add error/warning border color to expired/expiring product cards.

* Trigger red bubble and Notice for expired or expiring paid products.

* Refactor/improve how we determine 'has_paid_plan_for_product()'.

* Add option to hide expiration status.

* Make expired CTA goto purchase management page, and expiring soon CTA goto straight to checkout.

* "Your plans" section: Highlight expiring plans (red or yellow) & add 'Renew subscription' link.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12127802127

Upstream-Ref: Automattic/jetpack@e447304
  • Loading branch information
elliottprogrammer authored and matticbot committed Dec 2, 2024
1 parent 495d26c commit 61cc4a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '385ef10e8c798afca0ea');
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'eb297001421eed2aa7ff');
Loading

0 comments on commit 61cc4a9

Please sign in to comment.