Skip to content

Releases: georgringer/news

11.1.0

23 Jun 06:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.0.0...11.1.0

11.0.0

09 Mar 11:32
Compare
Choose a tag to compare

What's Changed

  • #1969 Add top/bottom move buttons in plugin's flexform by @Idleworks in #1970
  • [FEATURE] Introduce simplified AliasMapper for News Routing by @bmack in #1966
  • [BUGFIX] Add PHP version constraints by @andreasfernandez in #1972
  • [TASK] Remove superfluous TypoScript setting googlePlusLocale by @josefglatz in #1976
  • [BUGFIX] fix undefined array key warnings by @schugabe in #1977
  • [DOC] Add section about render content with b13/container and example TypoScript lib by @mmunz in #1979
  • Loading Issue with large category tree by @abohntek in #1985
  • [DOC] Update Example Template Multi Category Selection by @lauralang in #1992
  • [BUGFIX] Check for valid recordId before generating URL by @julianhofmann in #1995
  • Fix Typo by @Myrmod in #2007
  • Correct small typo by @Myrmod in #2015
  • [BUGFIX] prevent error in cleanup:deletedrecords command by @akiessling in #2012
  • Update "requirements" indentation for DateManu by @mtness in #2020
  • Add TsCode snippets to documentation about how to reduce allowed cont… by @cepheiVV in #2021
  • Support of TYPO3 v12 by @georgringer in #2022

New Contributors

Full Changelog: 10.0.3...11.0.0

Bugfix release

21 Nov 12:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.0.2...10.0.3

10.0.2

27 Oct 14:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.0.1...10.0.2

10.0.1

22 Sep 18:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.0.1

10.0.0

20 Sep 19:27
Compare
Choose a tag to compare

The big cleanup

Breaking changes

The extension "news" is one of the most used extensions and known for its feature richness.
However, to be able to satisfy the need for stable releases and early adoptions to upcoming LTS releases it was necessary to improve and slim the code base. More than 60 issues of the issue tracker have been handled during the development of this release.

Extracting features to separate extensions makes it possible to have a smaller main code base with faster releases on the one hand and dedicated releases of extensions providing features on the other hand.

More extensions are planned already!

Extract backend module

The backend module of EXT:news is awesome to manage lots of articles. It has been extracted into an own extension called news_administration.

Extract tag auto creation via suggest

The possibility of creating tag records on the fly within a news record is an awesome feature. It has been extracted into an own extension called news_tagsuggest.

Rename classes

The following classes have been renamed:

  • Hooks/DataHandler => Hooks/DataHandlerHook
  • Hooks/BackendUtility => Hooks/FlexformHook

This avoids wrong suggestions of your IDE when checking for DataHandler or BackendUtility

Features

Configurable slug prefix in backend

The slug information is prefixed by default with the current domain. By using the TsConfig tx_news.slugPrefix it can be overridden by the path to a page to show the correct slug.

Improved events

Couple of events have been improved and added to make it easier to extend EXT:news

What's Changed

New Contributors

Full Changelog: 9.4.0...10.0.0

9.4.0

26 Apr 17:08
Compare
Choose a tag to compare

Thanks to!

This release is dedicated to Benni Mack (@bmack) and b13 (https://b13.com/).
Thanks for leading by example, helping me out as dev and as friend ❤️!

If you use EXT:news and it works out fine for you, please consider donating. Head over to https://github.com/sponsors/georgringer!
Flawless updates are not a coincidence but the result of lot of work!

What's Changed

New Contributors

Full Changelog: 9.3.1...9.4.0

Bugfix release

17 Mar 07:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.3.0...9.3.1

Features & Bugfixes

14 Mar 07:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.2.0...9.3.0

Bugfix release

25 Jan 06:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.1.1...9.2.0