Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Yoast/Yoast-SEO-for-TYPO3 into feat…
Browse files Browse the repository at this point in the history
…ure/functional-unit-acceptance-testing
  • Loading branch information
Riny van Tiggelen committed Oct 15, 2024
2 parents 62f4b2d + 66d1fa9 commit 8647b39
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We will follow [Semantic Versioning](http://semver.org/).

## UNRELEASED
## 10.0.0 October 15, 2024
### Breaking
- Dropped support for TYPO3 10
- Dropped support for PHP 7
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Overview/View.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</f:then>
<f:else>
<div class="yoast">
<h1><f:translate key="LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleOverview.xlf:mlang_tabs_tab" /> <span>- <f:translate key="{activeFilter.label}" /></span></h1>
<h1><span><f:translate key="LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleOverview.xlf:mlang_tabs_tab" /></span> - <f:translate key="{activeFilter.label}" /></h1>

<div class="yoast-overview-filters">
<f:for each="{filters}" as="filter">
Expand Down
6 changes: 2 additions & 4 deletions Resources/Public/CSS/yoast-seo-backend.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ li.score:after {
width: 33px;
min-height: 1px; }

.yoast h1 {
.yoast h1 span {
color: #a4286a; }
.yoast h1 span {
color: #000; }

.yoast-list--usp {
padding: 0;
Expand Down Expand Up @@ -258,7 +256,6 @@ li.score:after {

.yoast {
line-height: 1.6;
color: #000;
letter-spacing: 0.01em; }
.yoast .callout-body a {
font-weight: bold; }
Expand All @@ -280,6 +277,7 @@ li.score:after {
position: relative;
margin-bottom: 20px; }
.yoast-seo-academy__item p {
color: #000;
position: absolute;
right: 0;
bottom: 0;
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"typo3/cms-backend": "^11.5.25 || ^12.4.15 || ^13.0",
"typo3/cms-core": "^11.5.25 || ^12.4.15 || ^13.0",
"typo3/cms-extbase": "^11.5.25 || ^12.4.15 || ^13.0",
"typo3/cms-fluid": "^11.5.25 || ^12.4.15 || ^13.0",
"typo3/cms-frontend": "^11.5.25 || ^12.4.15 || ^13.0",
"typo3/cms-install": "^11.5.25 || ^12.4.15 || ^13.0",
"typo3/cms-seo": "^11.5.25 || ^12.4.15 || ^13.0"
"typo3/cms-backend": "^11.5.25 || ^12.4.15 || ^13.4",
"typo3/cms-core": "^11.5.25 || ^12.4.15 || ^13.4",
"typo3/cms-extbase": "^11.5.25 || ^12.4.15 || ^13.4",
"typo3/cms-fluid": "^11.5.25 || ^12.4.15 || ^13.4",
"typo3/cms-frontend": "^11.5.25 || ^12.4.15 || ^13.4",
"typo3/cms-install": "^11.5.25 || ^12.4.15 || ^13.4",
"typo3/cms-seo": "^11.5.25 || ^12.4.15 || ^13.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.43",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'clearCacheOnLoad' => 0,
'state' => 'stable',
'uploadfolder' => 0,
'version' => '9.0.3',
'version' => '10.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-13.4.99',
Expand Down

0 comments on commit 8647b39

Please sign in to comment.