updated plugin Jetpack Protect version 3.0.2

This commit is contained in:
2024-10-09 12:44:31 +00:00
committed by Gitium
parent a35dc419bc
commit f970470c59
283 changed files with 6970 additions and 2338 deletions

View File

@ -5,6 +5,46 @@ 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.21] - 2024-09-05
### Changed
- Update dependencies.
## [3.1.20] - 2024-09-05
### Changed
- Updated package dependencies. [#39176]
## [3.1.19] - 2024-08-29
### Changed
- Updated package dependencies. [#39111]
## [3.1.18] - 2024-08-23
### Changed
- Updated package dependencies. [#39004]
## [3.1.17] - 2024-08-19
### Fixed
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]
## [3.1.16] - 2024-08-15
### Changed
- Updated package dependencies. [#38662]
## [3.1.15] - 2024-08-08
### Fixed
- JITM: Fix background for RTL languages. [#38706]
## [3.1.14] - 2024-07-18
### Changed
- Update margins on jitms in my jetpack [#38283]
## [3.1.13] - 2024-07-03
### Changed
- Updated package dependencies. [#38132]
## [3.1.12] - 2024-06-05
### Changed
- Updated package dependencies. [#37669]
## [3.1.11] - 2024-05-16
### Changed
- Updated package dependencies. [#37379]
@ -723,6 +763,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update Jetpack to use new JITM package
[3.1.21]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21
[3.1.20]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20
[3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19
[3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18
[3.1.17]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.16...v3.1.17
[3.1.16]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.15...v3.1.16
[3.1.15]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.14...v3.1.15
[3.1.14]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.13...v3.1.14
[3.1.13]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.12...v3.1.13
[3.1.12]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.11...v3.1.12
[3.1.11]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.10...v3.1.11
[3.1.10]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.9...v3.1.10
[3.1.9]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.8...v3.1.9

View File

@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => '42733b29f872f13c5451');
<?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => 'a41583033504a4ed0b13');

File diff suppressed because one or more lines are too long

View File

@ -5,18 +5,18 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
"automattic/jetpack-assets": "^2.1.10",
"automattic/jetpack-connection": "^2.8.2",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-logo": "^2.0.2",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-status": "^3.0.3"
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.2.3"
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

View File

@ -20,7 +20,7 @@ use Automattic\Jetpack\Status;
*/
class JITM {
const PACKAGE_VERSION = '3.1.11';
const PACKAGE_VERSION = '3.1.21';
/**
* The configuration method that is called from the jetpack-config package.

View File

@ -145,9 +145,6 @@ $jp-gray-20: #a7aaad;
padding-left: rem( 20px );
box-sizing: border-box;
background-color: $white;
background-image: url( "../images/background.png" );
background-repeat: no-repeat;
background-position: right center;
border: 1px solid $white;
border-radius: 2px;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
@ -173,7 +170,8 @@ $jp-gray-20: #a7aaad;
.my-jetpack-jitm-card {
.jitm-card {
margin-right: 0;
margin-bottom: 0;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}
}
@ -350,6 +348,23 @@ $jp-gray-20: #a7aaad;
}
}
.jitm-banner__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url( "../images/background.png" );
background-repeat: no-repeat;
background-position: right center;
z-index: -1;
.rtl & {
background-position: left center;
transform: scaleX(-1);
}
}
.jitm-banner__content {
align-items: center;
display: flex;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 23 KiB