contextual_range_filter 8.x-1.0

Bug fixes
New features

Stable version after RC5 has been out for several weeks without any issues reported.

contextual_range_filter 8.x-1.0-rc5

The default absolute date format is 2020-12-31, consistent with D8 core Views.
The relative date format (checkbox on Contextual Filter form, bottom) supports natural language phrases like "yesterday", "next week", but also absolute dates like "31 Dec".
Plugins refactored using a PHP trait.
README and project page updated.

contextual_range_filter 8.x-1.0-rc4

Bug fixes

Support DateTime fields in addition to Node's Authored On and Changed fields.

contextual_range_filter 8.x-1.0-rc3

Bug fixes

Fixes to the DateRange filter.
Support Negate, Multi-ranges (through +), most date specifications and relative dates (eg 'yesterday').
Updated README.

contextual_range_filter 8.x-1.0-rc2

Bug fixes
New features

Fixed filter on/off checkboxes on configuration page.
Added default contextual filter.

contextual_range_filter 8.x-1.0-rc1

Bug fixes

Fixed Issue #2856157 Fatal error: require_once() path failed opening ContextualRangeFilter.php

Upgraded to Release Candidate status

contextual_range_filter 8.x-1.0-beta5

This is possibly the final beta release of the contextual range filter module. It passes all pareview checks, and does not produce any errors in the event log.

Outstanding Issues:
The site cache must be manually cleared when the module configuration is changed.

contextual_range_filter 8.x-1.0-beta4

Module is at least partially functional for Drupal 8.2.
Numeric and Date ranges have been tested.
After making changes to the module configuration, the cache needs to be manually cleared.

contextual_range_filter 7.x-1.7

Bug fixes

Tidy up return value of hook_requirements() implementation to avoid problems with installation profile [thanks: michfuer].

contextual_range_filter 7.x-1.6

Bug fixes

Remove type hint introduced with PHP 5.4 so that everything still works for PHP 5.3.9 or later.

contextual_range_filter 7.x-1.5

New features

Support relative ranges with natural language e.g. "last year -- 2 months ago".
Supported on node date properties as well as Date module dates (default, ISO and Unix timestamp flavours).

contextual_range_filter 7.x-1.4

Bug fixes

Fix for date ranges.
Mention on Status Report page that PHP v5.3.9 or later is required for recent versions of the module. Use 7.x-1.1 for PHP < v5.3.9.

contextual_range_filter 7.x-1.3

New features

Add PHP 5.3.9 requirement message to status report. If you wish to use this module with older versions of PHP use the 7.x-1.1 version.

contextual_range_filter 7.x-1.2

New features

Auto-save Views for which contextual range filter has been added or removed.

contextual_range_filter 8.x-1.0-beta2

New features
Bug fixes

Auto-save Views for which contextual range filter has been added or removed.

contextual_range_filter 8.x-1.0-beta1

New features
Bug fixes

Make it work for the latest code-frozen version of D8.
Support dates in addition to numbers, strings and lists (keyed by numbers).
Taxonomy terms are NOT supported.

contextual_range_filter 8.x-1.0-alpha1

New features

Port from 7.x-1.1.
Lists supported, but only via their (numeric) keys, not via their human-readable list values.

contextual_range_filter 7.x-1.1

Bug fixes

A "from" or "to" value of 0 was interpreted as "open-ended" rather than zero.

Subscribe with RSS Subscribe to Releases for Views Contextual Range Filter