Skip to content

Commit

Permalink
Jetpack: lossless image optimization, part 3 (#38750)
Browse files Browse the repository at this point in the history
Lossless image optimization of Jetpack images.

This is a continuation of #38398 and #38573. Please see #38398 for more context and details.

This finishes this series of commits. All images except for projects/js-packages/connection/components/disconnect-dialog/images/disconnect-thanks.jpg have been optimized. See @anomiex's debugging of the problem in Automattic/jetpack#38750 (review) for more info on why that image was skipped.

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

Upstream-Ref: Automattic/jetpack@8510521
  • Loading branch information
danluu authored and matticbot committed Aug 19, 2024
1 parent 2ef0ce9 commit ff3a986
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.17-alpha] - unreleased

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

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes).

## [3.1.16] - 2024-08-15
### Changed
- Updated package dependencies. [#38662]
Expand Down Expand Up @@ -743,6 +750,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.17-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.16...v3.1.17-alpha
[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
Expand Down
Binary file removed build/images/background-165b2f00927a762c8cf4.png
Binary file not shown.
Binary file added build/images/background-f9c9ff650c08ee46f153.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => '7d1b00570125d5682d7c');
<?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => 'ad0667bea50ad22e9b9f');
2 changes: 1 addition & 1 deletion build/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.16';
const PACKAGE_VERSION = '3.1.17-alpha';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
Binary file modified src/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff3a986

Please sign in to comment.