updated plugin Jetpack Protect
version 1.4.0
This commit is contained in:
@ -5,9 +5,28 @@ 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).
|
||||
|
||||
## [2.7.13] - 2023-03-07
|
||||
## [2.9.1] - 2023-03-28
|
||||
### Changed
|
||||
- Updated package dependencies. [#29289]
|
||||
- Move GoldenTokenModal component to licensing package. [#29748]
|
||||
|
||||
## [2.9.0] - 2023-03-27
|
||||
### Added
|
||||
- Adds new route for Golden Token. Also the experience of redeeming one [#29644]
|
||||
- Clarified when license activation fails that a user connection is required, added a link to complete the connection, and added functionality to redirect back to license activation when the connection is done. [#29443]
|
||||
|
||||
## [2.8.1] - 2023-03-20
|
||||
### Changed
|
||||
- Product Interstitial: Use browser history to go back, in case they're coming from somewhere outside of the app. [#29138]
|
||||
- Updated My Jetpack wpwrap color to --jp-white-off [#29568]
|
||||
- Updated package dependencies. [#29471]
|
||||
|
||||
## [2.8.0] - 2023-03-13
|
||||
### Added
|
||||
- Add Zendesk chat module to My Jetpack page [#28712]
|
||||
|
||||
## [2.7.13] - 2023-03-08
|
||||
### Changed
|
||||
- Updated package dependencies. [#29216]
|
||||
|
||||
## [2.7.12] - 2023-02-28
|
||||
### Changed
|
||||
@ -762,6 +781,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- Created package
|
||||
|
||||
[2.9.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.8.1...2.9.0
|
||||
[2.8.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.8.0...2.8.1
|
||||
[2.8.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.13...2.8.0
|
||||
[2.7.13]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.12...2.7.13
|
||||
[2.7.12]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.11...2.7.12
|
||||
[2.7.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.7.10...2.7.11
|
||||
|
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'f9d5720dee05c77d6f54');
|
||||
<?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' => '9fc14b80f5a467303947');
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,9 +5,9 @@
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"automattic/jetpack-admin-ui": "^0.2.17",
|
||||
"automattic/jetpack-assets": "^1.17.33",
|
||||
"automattic/jetpack-connection": "^1.51.1",
|
||||
"automattic/jetpack-jitm": "^2.3.1",
|
||||
"automattic/jetpack-assets": "^1.17.34",
|
||||
"automattic/jetpack-connection": "^1.51.4",
|
||||
"automattic/jetpack-jitm": "^2.3.4",
|
||||
"automattic/jetpack-licensing": "^1.8.1",
|
||||
"automattic/jetpack-plugins-installer": "^0.2.3",
|
||||
"automattic/jetpack-redirect": "^1.7.24",
|
||||
@ -17,7 +17,7 @@
|
||||
"yoast/phpunit-polyfills": "1.0.4",
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"automattic/wordbless": "@dev",
|
||||
"automattic/jetpack-videopress": "^0.11.1"
|
||||
"automattic/jetpack-videopress": "^0.13.4-alpha"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@ -62,7 +62,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "2.7.x-dev"
|
||||
"dev-trunk": "2.9.x-dev"
|
||||
},
|
||||
"version-constants": {
|
||||
"::PACKAGE_VERSION": "src/class-initializer.php"
|
||||
|
@ -30,7 +30,7 @@ class Initializer {
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const PACKAGE_VERSION = '2.7.13';
|
||||
const PACKAGE_VERSION = '2.9.1';
|
||||
|
||||
/**
|
||||
* Initialize My Jetpack
|
||||
|
Reference in New Issue
Block a user