Skip to content

Commit

Permalink
My Jetpack: make card primary button links when applicable (#31611)
Browse files Browse the repository at this point in the history
* [not verified] My Jetpack: make card primary button links when applicable

* [not verified] changelog

* [not verified] Remove deprecated tests

* Update comment

* fix changelog version

---------

Co-authored-by: Jeremy Herve <[email protected]>
Co-authored-by: Andrii Lysenko <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5491136007
  • Loading branch information
andrii-lysenko authored and matticbot committed Jul 7, 2023
1 parent ebf4ded commit 845133c
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 93 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-composer-plugin": "^1.1.11",
"automattic/jetpack-config": "^1.15.3",
"automattic/jetpack-identity-crisis": "^0.8.50",
"automattic/jetpack-my-jetpack": "^3.1.0",
"automattic/jetpack-my-jetpack": "^3.1.1-alpha",
"automattic/jetpack-plugins-installer": "^0.2.4",
"automattic/jetpack-sync": "^1.50.2",
"automattic/jetpack-backup": "^1.16.2"
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Fixed
- Make product card primary buttons links when applicable

## [3.1.0] - 2023-07-05
### Added
- Added Jetpack Stats card to My Jetpack [#31589]
Expand Down Expand Up @@ -925,6 +932,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[3.1.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.0...3.1.1-alpha
[3.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.15.0...3.0.0
[2.15.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.14.3...2.15.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '54db4d80ef09198efe42');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'a8749cb8f651f1f8fca9');

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '3.1.0';
const PACKAGE_VERSION = '3.1.1-alpha';

/**
* Initialize My Jetpack
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '3.1.0',
'ver' => '3.1.1-alpha1688769439',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
50 changes: 25 additions & 25 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
"reference": "7d0fffc88326b8c41ff6178f9c8f5581858d743b"
"reference": "c76cad6c89e5b09787db97ef05e75aebed968d99"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "0dbf5bbafc2c6b2a4c98881cb234d171529f31c4"
"reference": "cf2396e6451caab076ba0850733f5d2b79c11a5d"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -119,7 +119,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "8d9945b31ef5519c47966e5b05bfda9462cb0fa7"
"reference": "710a8d9d61a6860ecdd1411c4557acb4073f169c"
},
"require": {
"automattic/jetpack-constants": "^1.6.22"
Expand Down Expand Up @@ -187,7 +187,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "ed270b0664bd0227289b2e7ad11198a6ed09cf22"
"reference": "c40950f895b0a24e61f803d95152231cdda62b19"
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0"
Expand Down Expand Up @@ -249,7 +249,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-backup",
"reference": "41b217a4775b6340934e7e4b6f1e366ce26af175"
"reference": "abc3e4c190b62d4c7dba1b974968fd7254e01465"
},
"require": {
"automattic/jetpack-admin-ui": "^0.2.20",
Expand Down Expand Up @@ -337,7 +337,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "a51913b3b0599d7f90b1f0c943ec02ef6df23450"
"reference": "72031b7133f2cd10cb5cd81a250c81ec4968b1dd"
},
"require": {
"composer-plugin-api": "^2.1.0"
Expand Down Expand Up @@ -396,7 +396,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "b55904874dde78e1d53da6bfa4268dbdca52ca4c"
"reference": "1a2a1dfa7e5dfb03fe1d12dd4fb3d1bac5f6798d"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha"
Expand Down Expand Up @@ -438,7 +438,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "df2a64ad50aa1bf9523291fc4323e21ea20d0090"
"reference": "30ead28ea8f627bbda103290bb08d71b8b31506f"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.20",
Expand Down Expand Up @@ -516,7 +516,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "b34ba588c0e85143562ed1019a5b839a14da17b8"
"reference": "e19a78287476e5e2a3c9ed26a870df6be8a8eb89"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -567,7 +567,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "24c083ebbc13b821a1088df9a174477d4e7a4d04"
"reference": "2a62d3dae133bdd1298eb246c902d8d48596a395"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -617,7 +617,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis",
"reference": "91d4380fc529822b859e9c15999e60725b90ef7b"
"reference": "42975fbed10c6b8a289d6ea4348e956c172c68cd"
},
"require": {
"automattic/jetpack-assets": "^1.18.6",
Expand Down Expand Up @@ -695,7 +695,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
"reference": "b803a2b4eacbe6d401f5cee23e1afd74fbf5bbe6"
"reference": "b02261190151486c82e667f2e5a6ed31d0f2f3c9"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -750,7 +750,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
"reference": "65a53c6780bfd4ed9a6f200929e5703540510558"
"reference": "ec2ac9f7d313d72832887c1642efb0ea8792d973"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.20",
Expand Down Expand Up @@ -825,7 +825,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
"reference": "29fdbc36819ee564027eb774202a69bc81fb4bd1"
"reference": "42597692da8eef6b33692e17b89146ffa632f018"
},
"require": {
"automattic/jetpack-connection": "^1.53.2"
Expand Down Expand Up @@ -886,7 +886,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
"reference": "18619e1f555d3b9f0a637c666564fb60972307fd"
"reference": "09a92f7b5466ed198351151b28bf9517dfdd6bda"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -931,12 +931,12 @@
},
{
"name": "automattic/jetpack-my-jetpack",
"version": "3.1.0",
"version_normalized": "3.1.0.0",
"version": "3.1.1-alpha.1688769439",
"version_normalized": "3.1.1.0-alpha1688769439",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
"reference": "6562535fc57af9c536f66e3eeb1ca06b49a8ea55"
"reference": "14b1e62f8a047a46e154d2d21b631d9461b1c03e"
},
"require": {
"automattic/jetpack-admin-ui": "^0.2.20",
Expand Down Expand Up @@ -1026,7 +1026,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-partner",
"reference": "14e8ae224035b867aa8a62dd348be85db38b3823"
"reference": "5bc65b01099970adf947c8bb98bd97c3d6ed06e3"
},
"require": {
"automattic/jetpack-connection": "^1.53.2",
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
"reference": "9b5259a82263ba5e69e126eb7b0437416408632b"
"reference": "1664b4c2fc2580dbdb01518d464b313db16f3775"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -1146,7 +1146,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "139a46dc7f3abda6ae6ccab438b3ec1e3b745468"
"reference": "6ee36c7ec5d5fd0b586e02a53dbdbf51821adc1e"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.20"
Expand Down Expand Up @@ -1200,7 +1200,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "f3dbbf823d4358f372c2219aa413251e85821e6e"
"reference": "2089038938f7eef9cb86e00283dbe114e48f92d7"
},
"require": {
"automattic/jetpack-status": "^1.17.2"
Expand Down Expand Up @@ -1254,7 +1254,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "5b5e4cfd7554ccff884eb77b5769e3dc6c99b734"
"reference": "3d6444ac45e1e5abc603a1287f01a486877af81a"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.6-alpha",
Expand Down Expand Up @@ -1305,7 +1305,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "ea13c364293a6d70db7232c4b2152d7b51f3d376"
"reference": "7793c8d07f36d51107bfaf2851d307e293ffd0ac"
},
"require": {
"automattic/jetpack-constants": "^1.6.22"
Expand Down Expand Up @@ -1360,7 +1360,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "7e71753f3943fb89d141c18e882d74c6d6c1de7b"
"reference": "5c75a4fa0bc18325d04f8d0508ae719ef6a142be"
},
"require": {
"automattic/jetpack-connection": "^1.53.2",
Expand Down
Loading

0 comments on commit 845133c

Please sign in to comment.