Commit graph

7 commits

Author SHA1 Message Date
alaczek
0c65de7f19 Version Bump 2024-08-20 12:37:12 +10:00
Dean Sas
48a0cb2435
Luminance: Fix display of featured images (#8023)
The featured images in Luminance were completely misaligned due to
changes in how Gutenberg has changed the specifity of style rules.
Rather than the custom block-specific CSS for the core/featured-image
block taking priority, the default block library styles did.

The problem has been reported upstream
(https://github.com/WordPress/gutenberg/issues/64453) but in the
meantime, using the theme-wide custom CSS fixes the problem.
2024-08-20 12:34:29 +10:00
Takashi Irie
a00224b98b Version Bump 2024-04-18 11:27:13 +01:00
Takashi Irie
7fe1c2d381
Luminance: Update it for submission (#7735)
* Luminance: Update it for submission
* Luminance: Add php strict mode statements
2024-04-18 11:24:48 +01:00
Miguel
1196e44266 Version Bump 2024-04-03 14:09:49 +02:00
Dan Luu
2f1167d9ad
Lossless image optimization (#7671)
* Lossless image optimization (using ImageOptim).

This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.

* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
2024-03-20 11:46:05 +00:00
Takashi Irie
0f913c123f
Luminance: Add theme (#7173)
* Luminance: Add theme

* Fix typo and spacing in style.css

* Luminance: Minor adjustment for post titles

---------

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2023-07-11 22:32:45 +01:00