Skip to content

Releases: 4wdmedia/vierwd_base

Fixed code for PHP 7.2

25 Nov 14:05
Compare
Choose a tag to compare

Fixed code for PHP 7.2

Full Changelog: 10.4.2...10.4.3

Fixed sending Dev mails

24 Sep 07:26
Compare
Choose a tag to compare

Fixed setting header in TYPO3 v10 with Symfony 4.

Updated license in composer.json

29 May 11:35
Compare
Choose a tag to compare
11.5.3

Added MIT License to composer.json

11.5.2

29 May 11:32
Compare
Choose a tag to compare

b326878 Added MIT License
967740b Force URL generation for missing entities (Fixes possible Problems with TYPO3 11.5.37)
17b8437 Fixed Hyphenation in TYPO3 v11
553e700 Improved output of Extension-Builder
a81a35c Enabled TCA modification for container elements.
8ae4223 Fixed usage of multiple groups for FCEs.
0e515b6 Fixed check for ApplicationType
046b548 Removed usage of TYPO3_REQUESTTYPE
42d8547 Fixed parameter for mysqldump command
4c2c09e Updated sync scripts to work with multiple servers and multiple databases.
42427ce Fixed order of TypoScript.

Updated element registration.

12 Jan 15:18
Compare
Choose a tag to compare

Allow adding TypoScript, TsConfig and Container-Configuration in FCE-Element definitions.

11.5.0

07 Dec 14:01
Compare
Choose a tag to compare

Add release for TYPO3 11.

Adding vierwd_base with ^11.5.x-dev will not clear the TYPO3 JavaScript cache when loading files.

10.4.1

26 Apr 09:41
Compare
Choose a tag to compare
  • Removed deprecated TCA code.
  • Load all tables in getIgnoredTables().

New features and bugfixes

26 Jul 08:22
Compare
Choose a tag to compare
  • Fixed DevMailTransport
  • Added YouTube Utility
  • Added RteText Utility

Added RteText Utility and YouTube Utility

23 Mar 13:05
Compare
Choose a tag to compare

Bodytext.tpl can now convert RTE text with a single command:

{\Vierwd\VierwdBase\Utility\RteText::transformText($bodytext) nofilter}

This command will replace %MORE% markers and %VIDEO% markers. Video-markers will be replaced with a privacy conform youtube embed. This will show the video-poster image and preset a privacy confirm dialog without sending any data to YouTube.

Bugfixes

15 Mar 08:53
Compare
Choose a tag to compare
  • 71ca48b Fixed cutting of multibyte URLs.
  • ca162ad Only rsync local file storages.
  • b9ef641 Use language fallback for AutomaticSlugPatternMapper.
  • d3f71f3 Remove soft-hyphens in indexed content.
  • 6be2a40 Updated composer.json for composer 2.2
  • 3124ea4 Do not use 404-page of disabled languages.