-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
SKIP version hints are rendered as definition lists | ||
<div class="card card-versionadded"> | ||
<div class="card-header"> New in version 10.2 </div> | ||
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a | ||
<a href="https://www.php-fig.org/psr/psr-14/">PSR-14</a> based | ||
<strong>event</strong> dispatching system.</p> | ||
<div class="versionchange versionadded"> | ||
<p class="versionmodified">New in version 10.2</p> | ||
<article> | ||
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a | ||
<a href="https://www.php-fig.org/psr/psr-14/">PSR-14</a> based | ||
<strong>event</strong> dispatching system.</p> | ||
</article> | ||
</div> | ||
<div class="card card-deprecated"> | ||
<div class="card-header"> Deprecated since version 10.2 </div> | ||
<p>The hook shown here is deprecated since TYPO3 10.2 - use a custom | ||
<div class="versionchange deprecated"> | ||
<p class="versionmodified">Deprecated since version 10.2</p> | ||
<article> | ||
<p>The hook shown here is deprecated since TYPO3 10.2 - use a custom | ||
PSR-15 middleware instead.</p> | ||
</article> | ||
</div> | ||
<div class="card card-deprecated"> | ||
<div class="card-header"> Changed in version 10.4.34 </div> | ||
<p>The bug ... was <strong>fixed</strong> with version 10.4.23 ...</p> | ||
<div class="versionchange versionchanged"> | ||
<p class="versionmodified">Changed in version 10.4.34</p> | ||
<article> | ||
<p>The bug ... was <strong>fixed</strong> with version 10.4.23 ...</p> | ||
</article> | ||
</div> | ||
<div class="alert tip-admonition bg-success text-light border "> | ||
<table width="100%"> | ||
<tr> | ||
<td width="10" class="align-top" title="Tip"><i class="fas fa-question-circle mr-2"></i></td> | ||
<td> | ||
<div class="card card-versionadded"> | ||
<div class="card-header"> New in version 10.2 </div> | ||
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a PSR-14 based | ||
<div class="admonition tip"> | ||
<div class="versionchange versionadded"> | ||
<p class="versionmodified">New in version 10.2</p> | ||
<article> | ||
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a PSR-14 based | ||
event dispatching system.</p> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</article> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters