collapse_text 2.0.2

Bug fixes
New features

Initial stable release for the Drupal 11 version of Collapse Text, tagging branch 2.0.x, compatible with CKEditor 5.
Added basic automated testing on Gitlab CI with very basic text format Functional phpunit test.

collapse_text 2.0.1

Bug fixes
New features

Initial stable release for the Drupal 10 version of Collapse Text, tagging branch 2.0.x, compatible with CKEditor 5.

Detailed list of issues committed in this release:

collapse_text 8.x-1.1

Bug fixes
Unsupported

Maintenance release with updates to coding standards (syntax), improved documentation (README.md, Help) and added project's composer.json file.

Detailed list of issues committed in this release:

collapse_text 2.0.0

Bug fixes

Initial stable release for the Drupal 9 version of Collapse Text, tagging branch 2.0.x, based on D8 branch 8.x-1.x.

Detailed list of issues committed in this release:

collapse_text 2.0.x-dev

Development branch for Collapse Text 2.0, compatible with Drupal 9 and 10.

collapse_text 6.x-2.8

Bug fixes
Unsupported

Changes the way that collapse.js is added to the page. This should fix all the variety of odd errors about recursive walking, deprecated call-time pass-by-reference, and a number of odd WSODs.

Also changes the default text to remove mention of the arrow, as apparently it isn't clickable.

collapse_text 7.x-2.4

Bug fixes
Unsupported

Changes the way that collapse.js is added to the page. This should fix all the variety of odd errors about recursive walking, deprecated call-time pass-by-reference, and a number of odd WSODs.

Also changes the default text to remove mention of the arrow, as apparently it isn't clickable.

collapse_text 7.x-2.3

New features
Bug fixes
Unsupported

Pull forward changes from the 6.x-2.x branch. This includes support for a [collapse options] tag, fixes for problems with entities, ability to control whether a form is put around the text, and the ability to control the default title.

collapse_text 6.x-2.7

Bug fixes
Unsupported

Fixed problems with HTML entities not be recognized as CSS entities.

Also code cleanup, commenting, etc.

collapse_text 6.x-2.5

New features
Unsupported

Added settings for the default title and to disable the form. Also added the ability to specify on a case-by-case basis with the use of an options tag. Also added classes with names of "collapse-text" instead of "collapsed-text". The old ones will eventually go away, so change your themes...

collapse_text 6.x-2.3

Bug fixes
Unsupported

Changes to support non-ascii languages in titles.

collapse_text 6.x-2.2

Bug fixes
Unsupported

INSTALL THIS INSTEAD OF 6.x-2.1. There was a critical bug in 6.x-2.1 that I didn't catch, because I'm blind, which this fixes.

Note that there are still issues with non-ascii text. I'm working on this.

collapse_text 7.x-2.1

New features
Bug fixes
Unsupported

Please see the release notes for 6.x-2.1 for information about changes in this module.

collapse_text 6.x-2.1

New features
Bug fixes
Unsupported

This really should be a 6.x-3.0 release, based on the number of changes, but I only realized this much too late in the game.

Here are some of the changes:

  • Entirely rewritten engine; this is not based on a recursive regex, and should be better in terms of memory use.
  • New prepare step tries to regularize the collapse tags, so that the parsing is much simpler
  • style= renamed to class=. Support for style= remains, but please use class= going forward.
  • New format for tag. Although the module supports the previous system of specifying title= and style= without quotes around the values, it is preferable to put quotes around the values.
  • Support for [collapsed] as a shortcut for [collapse collapsed]
  • Although this is somewhat pointless, you can use < and > instead of [ and ] to indicate the tag if you wish. I say pointless because the angle brackets are transformed into straight brackets by the module during the prepare step.
  • Completely re-written and expanded help text

There are probably several other changes that I've forgotten, but they should all be minor.

collapse_text 7.x-2.1-beta1

New features
Bug fixes
Unsupported

This really should be 7.x-3.0, but I only realized that way late.

This version should be have complete feature parity with 6.x-2.1

collapse_text 6.x-2.1-beta1

New features
Bug fixes
Unsupported

This really should be 6.x-3.0, but I only realized that way late.

This version is almost completely rewritten. It has parity with the features of the D7 version.

collapse_text 6.x-2.0

New features
Bug fixes
Unsupported

Now supports nested collapse tags, theme override, and escaped collapse tags.
Teasers and/or malformed collapse sections should now show up correctly,
as left over collapse tags are stripped out after processing.

collapse_text 6.x-2.0-beta1

New features
Bug fixes
Unsupported

Now supports nested collapse tags, theme override, and escaped collapse tags.
Teasers and/or malformed collapse sections should now show up correctly,
as left over collapse tags are stripped out after processing.

collapse_text 5.x-1.2-beta1

Unsupported

Attempts to fix #349257: patch to fix problem with cached pages.
May not work, because I'm testing for a different function, but I don't have a good way to test this anymore.

collapse_text 5.x-1.1

Bug fixes
Unsupported

Update to match changes introduced by Drupal 6 version.

Subscribe with RSS Subscribe to Releases for Collapse Text