Skip to content

Commit

Permalink
Add/growth icon to upsell (#40347)
Browse files Browse the repository at this point in the history
* Add growth icon to recommendation upsell

* changelog

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

Upstream-Ref: Automattic/jetpack@c3e6a1f
  • Loading branch information
CodeyGuyDylan authored and matticbot committed Nov 26, 2024
1 parent 1b3feff commit 9518a75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is an alpha version! The changes listed here are not final.
- Tiled Gallery: Increase accessibility by ensuring images are not classified as interactive when they shouldn't be.

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add growth icon to recommendation upsell
- Classic Theme Helper: Adding Testimonial custom post type content
- Likes: Add a filter to the iframe url to enable future expansion and modularity.

Expand Down
2 changes: 1 addition & 1 deletion _inc/build/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jquery', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '840f9d95fac39cf834ae');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jquery', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'dfc8f4df61dc5eca9ff3');
Loading

0 comments on commit 9518a75

Please sign in to comment.