.. include:: /Includes.rst.txt .. _changelog: ========= ChangeLog ========= Version 4.0.0 ============= * [TASK] TYPO3 14 compatibility: updated constraints in composer.json and ext_emconf.php * [TASK] Removed sys_template.php TCA override; Site Sets replace static template registration * [TASK] Removed dead plugin.tx_mediaconsent TypoScript block with incorrect EXT:tx_mediaconsent/ paths * [TASK] XLIFF files migrated to version 1.2 with proper xmlns and target-language attributes * [TASK] Removed broken legacy Fluid template Mediaconsent_cns.html * [TASK] All Fluid templates renamed to .fluid.html (Fluid v4 convention) * [TASK] Fluid translate ViewHelpers updated to use translation domain syntax Version 3.0.1 ============= * [BUGFIX] SiteSet identifier renamed by removing default Version 3.0.0 ============= * [FEATURE] TYPO3 13 Compatibility Fixes and removed older version compatibilities Version 2.0.1 ============= * [BUGFIX] Fixed issue that provider name not shown in the label * [FEATURE] Vite bundler for javascript added in private folder * [FEATURE] Bundler build files added to Public/JavaScript/MediaConsent.js * Rename template name to MediaConsent.html Version 2.0.0 ============= * TYPO3 12 LTS Support * Dropped lower version compatibilities * All deprecated calls replaced * Removed jQuery from TypoScript and rewrite the implementation with vanilla JavaScript * Update path to mediaconsent.js to JavaScript dir * Update html header in fluid templates * Update indents in Resources/Private/* * Remove unused imports * Update format of ext_tables.sql * Update homepage and keywords in composer.json * Update indents in composer.json to tabs * Add missing white space at end of file * Remove Cns from class header * Update link to documentation to main branch * Add missing tic in README.md * Remove .DS_Store Version 1.0.0 ============= The maintainer has changed. The extension development will be continued by jweiland.net. * New composer package name `jweiland/mediaconsent` * First Release that supports TYPO3 v11 LTS * Support usage of sys folders e.g. for news with content elements Version 0.1.8 ============= * Checked for compatibility with TYPO3 10.4 * Bugfix in fluid templates Thanks to Albrecht Köhnlein who made pull requests concerning the bugs and TYPO3 10! Version 0.1.7 ============= * Checked for compatibility with TYPO3 9.5.7 * Included documentation again Version 0.1.6 ============= * Header field of content element now rendered on page Version 0.1.5 ============= * Change in JavaScript: Now clicking on one content element reloads all elements from the same provider. Version 0.1.4 ============= * Bugfix release. Made documentation external since it was never rendered on extensions.typo3.org. Version 0.1.3 ============= * Bugfix release Version 0.1.2 ============= * Bugfix in composer.json Version 0.1.1 ============= * Added content in README.md Version 0.1.0 ============= * First release