Skip to content

Releases: oliverklee/ext-seminars

V4.2.1: Bug fixes. Please take the feature survey!

01 Nov 18:12
v4.2.1
5c0501a
Compare
Choose a tag to compare

📋 Feature survey

There is a feature survey underway to determine which features of this extension are actually in use. Features for which the survey determines that nobody uses them will be removed quite soon.

Please take a few minutes to fill out the survey to ensure your favorite features will not be removed. Thank you! 🙏

Changes

Added

  • Add links to the feature survey in a few places (#1720)

Changed

  • Improve the documentation for the FE editor (#1713)

Fixed

  • Allow saving events without event type in the FE editor (#1712, #1714, #1715)

V4.2.0: Rewritten FE editor

29 Oct 14:04
v4.2.0
c3b0b18
Compare
Choose a tag to compare

Added

Changed

  • Switch the coverage on CI from Xdebug to PCOV (#1614)
  • Add feuserextrafields as a dependency (#1565)
  • Switch to the TYPO3 coding standards package (#1553)
  • Rename some Composer scripts (#1552)
  • Require oelib >= 4.3.1 (#1525, #1650)
  • Disable the legacy BE module in TYPO3 11LTS (#1521)

Deprecated

  • Deprecate the legacy front-end editor (#1699)

Removed

  • Drop the BE time-slot wizard (#1598)

Fixed

  • Do not package the docker-compose configuration file (#1559)
  • Get rid of unnecessary properties in the BE modules (#1554)
  • 11LTS compatibility fixes (#1526, #1527, #1528)
  • Fix type warnings for str_replace in the MailNotifier (#1524)

V4.1.6: Bug fixes and cleanup

26 Sep 18:46
v4.1.6
9d1716a
Compare
Choose a tag to compare

Changed

  • Allow installations with oelib 5 (#1509)
  • Allow a broader version range for dependencies (#1494)
  • Run the tests with all warnings enabled (#1485, #1501)
  • Rename the TSConfig folder to TsConfig (#1473)
  • Loosen the mkforms/rn_base version requirements (#1469)
  • Require oelib >= 4.1.8 (#1409, #1415)

Fixed

V3.4.3: Bug fixes

25 May 14:38
v3.4.3
24f087a
Compare
Choose a tag to compare

Fixed

  • Add missing import in the FE form base class (#1367)

V3.4.2: Security fixes

18 May 15:04
v3.4.2
529ddec
Compare
Choose a tag to compare

Added

  • Advertise the 11LTS crowdfunding campaign (#1338, #1346)

Changed

Fixed

  • Fix SQL injection in EventBagBuilder::limitToOrganizers (#1322, #1364)
  • Fix SQL injection in EventBagBuilder::limitToCategories (#1321, #1362)
  • Harden some queries (#1297, #1360)
  • Use intExplode where applicable (#1296, #1359)
  • Require typo3/class-alias-loader >= 1.1.0 for development (#1245, #1351)
  • Keep development-only files out of the TER releases (#1241, #1348)
  • Create mkforms-related directories on the fly (#1211)

V4.1.5: Bug fixes

12 May 16:59
v4.1.5
0439a04
Compare
Choose a tag to compare

Added

  • Advertise the 11LTS crowdfunding campaign (#1338)

Changed

  • Bump the mkforms and rn_base dependencies (#1329)
  • Remove the version constraints from the extension suggestions (#1337)
  • Require oelib >= 4.1.6 (#1325)

Fixed

  • Avoid crash with empty file titles (#1342)

V4.1.4: Security fixes

25 Apr 17:41
v4.1.4
5226698
Compare
Choose a tag to compare

Fixed

  • Fix SQL injection in EventBagBuilder::limitToOrganizers (#1322)
  • Fix SQL injection in EventBagBuilder::limitToCategories (#1321)

V4.1.3: Bug fixes and cleanup

20 Apr 12:15
v4.1.3
f1e4ef7
Compare
Choose a tag to compare

Added

  • Add more tests for NullRenderingContext (#1316)
  • Add a code coverage badge (#1313)
  • Add a convenience function for localized labels in tests (#1268)

Changed

  • Switch to the TYPO3 Code of Conduct (#1311)
  • Require oelib >= 4.1.5 (#1281, #1314)
  • Clean up the test (#1267)
  • Move more legacy tests to the new testing framework (#1267, #1282, #1290, #1308)
  • Use the new configuration classes for the single view link builder (#1265, #1266)
  • Upgrade to PHPUnit 8 (#1223)
  • Stop using getAccessibleMock (#1259)

Fixed

V4.1.2: Bug fixes and cleanup

26 Feb 20:50
v4.1.2
d2806d8
Compare
Choose a tag to compare

Added

  • Also test with the highest and lowest dependencies in CI (#1237)
  • Add a script for creating an installation for legacy tests (#1243)

Changed

Fixed

  • Fix crash with RTE rendering with typo3fluid/fluid:2.6 (#1253)
  • Require typo3/class-alias-loader >= 1.1.0 for development (#1245)
  • Keep development-only files out of the TER releases (#1241)

V4.1.1: Bug fixes

19 Nov 15:42
v4.1.1
0f699af
Compare
Choose a tag to compare

Changed

  • Switch the TER release to Tailor (#1222)

Fixed

  • Remove the HTML template file settings from the Flexforms (#1221)
  • Fix the link generation in the tests in TYPO3 V10 (#1217)