Skip to content

Releases: backdrop-contrib/feeds

1.x-1.2.3

09 Apr 14:46
0e665ad

Choose a tag to compare

What's Changed

  • Issue #174: Fix implicitly marking parameters as nullable. by @laryn in #175

Full Changelog: 1.x-1.2.2...1.x-1.2.3

1.x-1.2.2

16 Jan 17:49
550ca2c

Choose a tag to compare

Update to this release if you're encountering an error with _field_filter_items() after upgrading to Backdrop 1.33.

What's Changed

  • Issue #166. Use explicit nullable parameter in feeds_set_subscription_job() by @argiepiano in #167
  • Issue #169: Adapt _field_filter_items function signature for Backdrop 1.33+. by @laryn in #170
  • Issue #164: Allow override of User-Agent string for Feeds. by @laryn in #165

Full Changelog: 1.x-1.2.1...1.x-1.2.2

1.x-1.2.1

28 Nov 18:21
3effef9

Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.2.0...1.x-1.2.1

1.x-1.2.0

28 Oct 20:38
58aaff3

Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.1.5...1.x-1.2.0

1.x-1.1.5

22 Nov 19:11
ded7279

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.x-1.1.4...1.x-1.1.5

1.x-1.1.4

15 Jul 13:50
2d13fe6

Choose a tag to compare

Fixes and improvements:

1.x-1.1.3

11 Jul 21:16
1c0147a

Choose a tag to compare

Includes bug fixes:

  • Issue #93 Use term->vocabulary_machine_name
  • Issue #108 Correctly handle plugin names from different handler class
  • Issue #99 fix saving user roles
  • Issue #106 prove missing module keys
  • Issue #103 remove support for OpenID and legacy authmap
  • Issue #86 check for disabled state before setting
  • Issue #100 make parameter not optional in feeds_batch (PHP 8.1)
  • key not needed for saving roles
  • Issue #112 remove deprecated FeedsDateTimeElement and FeedsDateTime (PHP 8.1)

1.x-1.1.2

30 Jul 19:38
abeabf4

Choose a tag to compare

Fixes:

  • Issue #84: Fix misspellings and grammatical errors by @Radcliffe
  • Issue #89: Clean up taxonomy mapper by @laryn
  • Issue #91: Set the array element with the vocabulary's machine name, rather than the vocabulary object. by @oadaeh

1.x-1.1.1

26 Jan 22:28
477deab

Choose a tag to compare

Includes bug fixes and tweaks:

1.x-1.1.0

07 Jan 19:07
e739ea6

Choose a tag to compare

Includes these updates and fixes:

  • Issue #71: Bring up to date with 7.x-2.0-beta5 commits: #76. Merged by @herbdool.
  • Issue #74: Better error handling in user importer by @jenlampton.