Skip to content

Releases: oveleon/contao-glossary-bundle

2.3.2

24 Sep 11:09
Compare
Choose a tag to compare

Bugfix

  • Fixed #49 - Consider glossary_template within glossary list 01ee62c

Full Changelog: 2.3.1...2.3.2

2.3.1

19 Sep 15:42
Compare
Choose a tag to compare

Bugfixes

  • Fixed a caching issue for the automatic keyword conversion of glossary terms by @gmpf in #47

  • Fixed alias generation of glossary items (#48) by @zoglo in bfc0dff


New Contributors

  • @gmpf made their first contribution in #47

Full Changelog: 2.3.0...2.3.1

2.3.0

17 Sep 11:12
Compare
Choose a tag to compare

Version 2.3.0

Bugfixes

  • Fixed an issue with aliases in Contao 5 (see: #40 ) 8215021

  • Fixed disabled glossary cache not working in Contao 5 8bd3648

  • Fixed custom image sizes not working 5cccc53

  • Fixed glossary item image sizes not working fb4f0d3

  • Fixed an issue with empty glossary selection for non-admins in page and module (permissions) 605e0c7


Important

This release changes the bundle structure completely. It contains the same input and output and no templates have been changed.
If you did not extend from any of the bundles classes, you should be fine.

If you did however, check out the new structure and commits in #42

Update


Tools / CS

2.2.4

02 May 20:02
08d4e39
Compare
Choose a tag to compare

Bugfix

  • Ensure overwriting the robots data is correctly transferred to the page (see #38 ) by @cliffparnitzky in #41

New Contributors

Full Changelog: 2.2.3...2.2.4

2.2.3

30 Mar 12:40
6fe43e3
Compare
Choose a tag to compare

Bugfixes

  • fix #35 load Session via request stack in permissions a5fba6c
  • fix #36 correctly load debug mode to bypass glossary cache in contao 5 84dbe59

Full Changelog: 2.2.2...2.2.3

2.2.2

13 Dec 17:23
d377674
Compare
Choose a tag to compare

Update

  • Make jumpTo page not mandatory anymore
  • Added glossary_teaser template (For teaser only)

Bugfixes

  • Fixed an issue where sitemap listener service was invoked twice (#33) 3dc41c3

Full Changelog: 2.2.1...2.2.2

2.2.1

11 Sep 17:23
78d58d6
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue with relative urls not working in contao 4.13 96fb244

2.2.0

03 Aug 17:39
1edd85c
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

2.1.1

02 Jun 18:06
c3762d3
Compare
Choose a tag to compare

Bugfixes

  • Skip the automatic glossary conversion if you are on the target page of a glossary item (No need to disable the glossary conversion on glossary list and reader anymore) 914035d

  • Fixed an issue with the newly introduced breadcrumb-listener not working in some cases 128dcfd 9cd078b

  • Do not detect words with following hyphens (Preceding hyphens are still being detected due to browser compatibility -> negative Lookbehind (See: Safari-Support) ea21953

Addition / Bugfix

  • Added 'excludeClasses' to the Glossary JavaScript to make sure you don't parse specific nodes (Default is the class 'gl-none', read more here: Glossary JavaScript settings) 9298521

2.1.0

29 Apr 15:06
8c9707c
Compare
Choose a tag to compare

Additions

Bugfix