date_augmenter 2.0.0-beta1

New features

This release focuses on code modernization, improving code quality, and establishing a robust testing framework to ensure stability moving forward. The changes include:

date_augmenter 1.1.3

Bug fixes

Resolves some issues for better compatibility with Drupal 11.4 and PHP 8.4. And now a README!

Contributors (6)

avpaderno, mandclu, mark_fullmer, markfullmer, sgroundwater, tobiasb

date_augmenter 1.1.2

Bug fixes
New features

Fixes a bug that caused an error with Experience Builder.

Contributors (3)

mandclu, phenaproxima, nigelcunningham

Changelog

Issues: 1 issues resolved.

date_augmenter 1.1.1

New features

Declare Drupal 11 readiness.

Contributors (1)

Project Update Bot

Changelog

Issues: 1 issues resolved.

Changes since 1.1.0:

Task

  • #3429768 by Project Update Bot: Automated Drupal 11 compatibility fixes for date_augmenter

date_augmenter 1.1.0

Bug fixes

First stable release for the Drupal 10-compatible branch.

Contributors (1)

tobiasb

Changelog

Issues: 1 issues resolved.

Changes since 1.1.0-beta1:

Bug

  • #3372635 by tobiasb: Fix configuration schema

date_augmenter 1.1.0-beta1

New features

The focus of the 1.1.x branch is getting this module ready for Drupal 10, as well as removing the dependency on jQuery.

Contributors (4)

omkar-pd, anoopsingh92, akshaydalvi212, mandclu

Changelog

Issues: 4 issues resolved.

date_augmenter 1.0.0

Bug fixes
Unsupported

First stable release! The module has been seeing growing usage, with no new issues filed, so marking as stable.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

Changes since 1.0.0-rc1:

date_augmenter 1.0.0-rc1

Bug fixes
Unsupported

While primarily a bugfix release, this release makes the API functionally complete, so tagging a release candidate. Note that because of a change in what is expected to be passed when retrieving the set of active (now, also sorted) augmenters, it will be necessary to use Smart Date 3.4.1 or newer as of this release, or another formatter with the updated API call.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

date_augmenter 1.0.0-beta3

Bug fixes
Unsupported

Bugfix release, to address a couple of small but serious bugs.

Contributors (1)

mandclu

Changelog

Issues: 2 issues resolved.

Changes since 1.0.0-beta2:

date_augmenter 1.0.0-beta2

Bug fixes
New features
Unsupported

The main push has been to allow support for recurring dates. Because formatters for recurring dates tend to be more complex, the API was updated to allow a formatter to return a keyed array in its supportsDateAugmenter method, which will cause a separate set of configuration to be available for each array item.

Contributors (1)

mandclu

Changelog

Issues: 2 issues resolved.

date_augmenter 1.0.0-beta1

Bug fixes
Unsupported

The API appears to work as expected now, so moving this to beta. Please open issues for any problems encountered.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

Changes since 1.0.0-alpha3:

date_augmenter 1.0.0-alpha3

New features
Unsupported

Another quick release, to establish a method for formatters to declare their support for the Date Augmenter API. By implementing a method called supportsDateAugmenter() and having it return TRUE, this module will add the relevant configuration options. Not that the formatter will additionally need to update their viewElements() method.

date_augmenter 1.0.0-alpha2

Bug fixes
Unsupported

A quick follow-up release to fix the plugin configuration being saved properly. This being fixed should make the plugins using this API much more useful.

Contributors (1)

mandclu

Changelog

Issues: 1 issues resolved.

Changes since 1.0.0-alpha1:

date_augmenter 1.0.0-alpha1

New features
Unsupported

Initial release for the Date Augmenter API module. This module provides a way for plugins to add markup and functionality to a formatter's output, without replacing it wholesale. So instead of having to choose between formatters that offer date range deduplication, add to calendar link, etc. you can use plugins to combine these functions.

Subscribe with RSS Subscribe to Releases for Date Augmenter API