Skip to content

Releases: oveleon/contao-recommendation-bundle

1.4.2

28 Aug 09:58
fe322bc
Compare
Choose a tag to compare

What's Changed

  • Do not mark auto_item as used in non-reader modules by @fritzmg in #15

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

24 Jul 12:04
26a95b9
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue where the human readable datetime didn't show recent recommendations correctly

1.4.0

24 Jul 10:51
41db3d1
Compare
Choose a tag to compare

Addition

  • Support auto-item by @doishub #12

    This extension can now be used for news items or other auto-item based pages.
    A new checkbox has been added to archives (Expert settings: useAutoItem) which declares the archive as dynamic.
    Ratings within a dynamic archive are flagged with a scope which holds the auto-item value.

  • Added $this->addSummary to output the total amount of Reviews @doishub #12

Full Changelog: 1.3.0...1.4.0

1.3.0

01 Jun 17:49
d245050
Compare
Choose a tag to compare

Changes

  • Changed to symfony bundle structure
  • Dropped Contao 4.9 Support
  • Dropped PHP 7 Support (PHP ^8.1)
  • Added simultaneous Contao 4.13 and Contao ^5.1 Support

1.2.1

14 Feb 20:39
0f1b8d5
Compare
Choose a tag to compare

Changes

  • Removed Patchwork/UTF8 for backend modules 7043af0
  • Changed database collation for recommendation alias 7043af0
  • Contao 4.13 Support

1.2.0

28 Jan 07:27
Compare
Choose a tag to compare

Additions

  • Added the possibility to disable images within modules (reader and list) 551db47

  • Added a custom field that can be used for further details within recommendations 8456b49

  • Added custom field to metadata (within modules) and recommendation form (with a label) 8456b49

  • Added elapsed time to recommendations (e. g. 2 months ago) b88c2ac

  • Added a new default template: recommendation_default.html5

Changes

  • Changed recommendation_full (Images need to be allowed within the reader module -> MetaData) b13c51d

  • Updated required PHP Version from ^7.2 to ^7.4

Notice

Make sure to use the new recommendation_default template for the new features. The recommendation_latest template will be removed in a future version.

1.1.1

07 Sep 15:34
Compare
Choose a tag to compare

Additions

1.1.0

24 Aug 12:39
Compare
Choose a tag to compare

Additions

  • Updated readme and added documentation

  • PHP 8 Compatibility

  • Contao 4.12 Compatibility

  • Added a recommendation form

    • Able to choose an archive that recommendations will be saved in
    • Able to choose meta-fields that will be submitted
    • E-Mail notifications to the administrator
    • Moderation
    • Privacy checkbox
    • Activation E-Mail (No IP logging)
    • Purging of non-verified recommendations
  • Added group and user permissions to recommendation archives and recommendations

  • Added new sorting options to recommendation list

    • By rating
    • By date
    • Random
  • Added a recommendation filter to recommendation lists to display by minimum rating

  • Added sitemap integration

Changes

  • Restructured recommendation settings (Author on top)
  • Added a jumpTo page to recommendation lists

Deprecated

  • Removed offset from recommendation lists

Bugfixes

  • Fixed translations
  • Fixed a bug where image sizes from .yml files were ignored

1.0.4

04 Aug 13:37
Compare
Choose a tag to compare
Bugfix: Translations of field featured recommendation in tl_module mo…

1.0.3

23 Jan 09:21
Compare
Choose a tag to compare
Adding location field and translations