Upgrade to version 15.0
Breaking changes
Drop extension news date localization
Corrective action
Add the necessary configuration to the site package.
Replace bootstrap scroll spy js
Description
Since the bootstrap scroll spy is buggy a replacement
has been introduced, dropping the typoscript configuration
constant pizpalue.
in favor of
pizpalue.
.
Corrective action
Review the typoscript scroll configuration.
Use easyconf constants substitution
Description
Since TYPO3 v12 typoscript constants are not
substituted anymore. The substitution is now
carried out by the extension easyconf by moving
the related constants to the typoscript path
easyconf.
. Further the following
typoscript constants have been dropped:
pizpalue.
agency. reference pizpalue.
cutomer. copyright
Corrective action
In case the extension easyconf is present save the configurations through the easyconf form.
In case easyconf is not present define the various constants manually.
Where the above-mentioned dropped constants are used the following replacements should be used:
pizpalue.
-> no replacementagency. reference pizpalue.
->cutomer. copyright
page.
Drop bootstrap 4
Corrective action
Adapt site package accordingly.
Drop deprecated view helpers
Description
The deprecated view helpers
Bootstrap
and
Pizpalue
have been dropped.
Corrective action
Use the following replacements:
Bootstrap
->Package Frame View Helper
\Buepro\
Pizpalue
->Frame View Helper
\Buepro\
Change google fonts url
Description
To use a different google fonts for headings the
typoscript constant pizpalue.
has been adapted. This constant itself referenced
other constants to specify the font families and
the font weights. Since the TYPO3 version 12.1
constants in constants aren't substituted anymore
hence the google url is faulty. The issue has been
addressed by dropping the constant
pizpalue.
and adding the
constant pizpalue.
defining the url segment specifying the headings
font.
Corrective action
In case you used the constant
pizpalue.
you need to
extract the additional font segment part and
assign it to the constant
pizpalue.
.
Please Note that the leading pipe character
needs to be available.
Before:
pizpalue.
Now:
pizpalue.
Mind the leading |
character.
Bump TYPO3 to v12.1
Description
By supporting the main branch 12 support for the main branch 10 has been dropped.