diff --git a/CHANGELOG.md b/CHANGELOG.md index 459995ea..1bf5d7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This is an alpha version! The changes listed here are not final. - Code Modernization: Replace usage of strpos() with str_contains() - Code Modernization: Replace usage of strpos() with str_starts_with(). - Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). +- Fix blurry Automattic logo. - General: updated PHP requirement to PHP 7.0+ - General: update WordPress version requirements to WordPress 6.3. - Updated package dependencies. diff --git a/assets/automattic-airline.png b/assets/automattic-airline.png deleted file mode 100644 index 1b332785..00000000 Binary files a/assets/automattic-airline.png and /dev/null differ diff --git a/assets/automattic-airline.svg b/assets/automattic-airline.svg new file mode 100644 index 00000000..f092fca2 --- /dev/null +++ b/assets/automattic-airline.svg @@ -0,0 +1,10 @@ + diff --git a/styling/dashboard.css b/styling/dashboard.css index 653bc90a..6c108591 100644 --- a/styling/dashboard.css +++ b/styling/dashboard.css @@ -165,6 +165,7 @@ .footer .automattic-airline { flex: 1; + height: 45px; text-align: right; } diff --git a/wp-cache.php b/wp-cache.php index 0444d6b7..efebd9c6 100644 --- a/wp-cache.php +++ b/wp-cache.php @@ -4386,7 +4386,7 @@ function wpsc_render_footer() {