Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecations: ext_emconf.php #746

Closed
SSFGizmo opened this issue Mar 28, 2024 · 2 comments
Closed

Deprecations: ext_emconf.php #746

SSFGizmo opened this issue Mar 28, 2024 · 2 comments

Comments

@SSFGizmo
Copy link

clearCacheOnLoad can be removed

OLD

/Resources/Private/CodeTemplates/Extbase/extEmconf.phpt

    'state' => '{extension.readableState}',
    'clearCacheOnLoad' => 0,
    'version' => '{extension.version}',

NEW

    'state' => '{extension.readableState}',
    'version' => '{extension.version}',

TYPO3 Version
v12.4

Extension Builder Version:
v12.0.0-beta.2

DavidBruchmann added a commit to DavidBruchmann/extension_builder that referenced this issue Mar 29, 2024
@PKuhlmay PKuhlmay added this to the Next v12 Release milestone Mar 29, 2024
PKuhlmay pushed a commit that referenced this issue Mar 29, 2024
@PKuhlmay
Copy link
Collaborator

fixed by #747

@DavidBruchmann
Copy link
Contributor

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants