updated plugin Jetpack Protect
version 1.1.2
This commit is contained in:
@ -5,6 +5,10 @@ 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).
|
||||
|
||||
## [0.1.1] - 2022-11-30
|
||||
### Changed
|
||||
- Updated package dependencies. [#27043]
|
||||
|
||||
## 0.1.0 - 2022-11-01
|
||||
### Added
|
||||
- Adding the initial empty package
|
||||
@ -12,3 +16,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
|
||||
[0.1.1]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.1.0...v0.1.1
|
||||
|
@ -4,11 +4,11 @@
|
||||
"type": "jetpack-library",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.46"
|
||||
"automattic/jetpack-connection": "^1.47.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"yoast/phpunit-polyfills": "1.0.3",
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"automattic/jetpack-changelogger": "^3.2.1",
|
||||
"automattic/wordbless": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -12,7 +12,7 @@ namespace Automattic\Jetpack\Transport_Helper;
|
||||
*/
|
||||
class Package_Version {
|
||||
|
||||
const PACKAGE_VERSION = '0.1.0';
|
||||
const PACKAGE_VERSION = '0.1.1';
|
||||
|
||||
const PACKAGE_SLUG = 'transport-helper';
|
||||
|
||||
|
Reference in New Issue
Block a user