date_recur 3.3.0

Bug fixes
New features

RRule Library v2 now required, Allow partially-invalid field value defaults.

Contributors (6)

acbramley, codebymikey, dpi, drenton, kevinc_, vidorado

date_recur 3.4.0

Bug fixes
New features

RRule Library v2 now required, Allow partially-invalid field value defaults, Drupal 10 minimum

Contributors (6)

acbramley, codebymikey, dpi, drenton, kevinc_, vidorado

date_recur 3.4.0-rc1

Drupal 10.0 minimum, CI improvements

Contributors (6)

dpi

Changelog

Issues: 2 issues resolved.

Changes since aeaa9da89bd5ab895689048a2fe909c2e65b23f8:

date_recur 3.3.0-rc1

Bug fixes
New features

Allow partially-invalid field value defaults, require rlanvin/php-rrule v2.

Contributors (6)

acbramley, codebymikey, dpi, drenton, kevinc_, vidorado

date_recur 3.2.0

Bug fixes
New features

Adds new DrupalCI support. PHP 7 support dropped, only 8.0 and later supported. Drupal 10 support. Supports both 1.x and 2.x of rlanvin/php-rrule in preparation to transition to 2.x exclusively in a later release. Check your custom code works with this major version of rlanvin/php-rrule!

date_recur 3.0.2

Declare 3.0.x and 3.1.x incompatible with PHP 8.1

Changelog

Issues: 1 issues resolved.

Changes since 3.0.1:

Task

  • #3251503: Declare 3.0.x and 3.1.x incompatible with PHP 8.1

date_recur 3.1.0

Bug fixes
New features

3.1.x increases PHP minimum requirement from 7.3 to 7.4

Contributors (6)

dpi, jibran, stephen-cox, larowlan, xurizaemon, mstrelan

date_recur 3.2.0-beta2

New features

Mark compatible with both 1.x and 2.x of rlanvin/php-rrule dependency

Contributors (1)

dpi

Changelog

Issues: 1 issues resolved.

Changes since 3.2.0-beta1:

date_recur 3.2.0-beta1

Bug fixes
New features

Various bug fixes, and PHP 8.0 are now minimum.

Contributors (5)

dpi, stephen-cox, larowlan, xurizaemon, mstrelan

Changelog

Issues: 8 issues resolved.

date_recur 3.1.0-rc1

Bug fixes
New features

PHP 7.4 are now minimum.

Contributors (5)

dpi, stephen-cox, larowlan, xurizaemon, mstrelan

Changelog

Issues: 7 issues resolved.

date_recur 3.0.1

Bug fixes

Fixed a PHP 8 compatibility issue, and various linting issues.

Contributors (3)

Changelog

Issues: 2 issues resolved.

Changes since 3.0.0:

date_recur 3.0.0

Bug fixes

Fixes minor safety and API bugs.

Contributors (3)

dpi, pjonckiere, anonym-developer

Changelog

Issues: 2 issues resolved.

Changes since 3.0.0-beta1:

date_recur 8.x-2.2

Bug fixes

Fixed an issue which could result in data computation errors.

Contributors (1)

dpi

Changelog

Issues: 1 issues resolved.

Changes since 8.x-2.1:

Bug

  • #3136905 by dpi: DateRange are not immune to mutation

date_recur 8.x-2.1

Bug fixes

Fixes a handful of bugs.

Contributors (3)

dpi, pjonckiere, anonym-developer

Changelog

Issues: 7 issues resolved.

Changes since 8.x-2.0:

date_recur 8.x-2.0

2.0!

Release represents stability, there is no major changes since 8.x-2.0-beta4.

Changes since 1.0 fork:

date_recur 8.x-2.0-beta2

Bug fixes
New features

Changes since 8.x-2.0-beta0:

beta1 was reverted due to faulty commit.

date_recur 8.x-2.0-alpha1

New features

Notice for existing sites: default time zone was removed as an option for the widget. Functionality was moved to default field values now available on field instances. See Date Recur Default Values documentation for more information.

Changes since 8.x-2.0-alpha0:

date_recur 8.x-2.0-alpha0

Bug fixes
New features

This is the first release for the 2.x branch. Existing 1.x site must take precautions when upgrading. See Date Recur 1.x to 2.x Upgrade for more information.

Changes since 2.x branch diverged from 1.x branch.

date_recur 8.x-1.0-alpha5

Bug fixes
New features

This should be the last alpha before beta.
Biggest addition is a new views field render plugin.

date_recur 8.x-1.0-alpha4

Bug fixes
New features

Changelog:

  • Added support for excluding and including individual dates.
  • The storage and retrieval of individual occurrences is now pluggable, which means that custom modules can extend or replace the occurrence handling.
  • Occurrences are provided as Typed Data, which makes them accessible by e.g. Rules or Search API.
  • Improved the widget and fixed some minor bugs there.

Thanks to Numiko for sponsoring my work on this release.

date_recur 8.x-1.0-alpha3

Bug fixes
New features

Alpha 3.

Most important change from alpha 2 is timezone handling. This includes a data model change without an automatic upgrade path.

To upgrade from alpha 2 to alpha 3, either delete and recreate the field or execute the following queries, replacing the field name (field_date) with the name of your date_recur field:

date_recur 8.x-1.0-alpha1

New features

First alpha. Requires Drupal 8.2.
NOT PRODUCTION READY!
There may be changes forthcoming without an upgrade path. Beware!

Subscribe with RSS Subscribe to Releases for Recurring Dates Field