Skip to content

Releases: backdrop-contrib/feeds

1.x-1.2.1

28 Nov 18:21
3effef9
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes and improvements:

1.x-1.1.3

11 Jul 21:16
1c0147a
Compare
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
Compare
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
Compare
Choose a tag to compare

Includes bug fixes and tweaks:

1.x-1.1.0

07 Jan 19:07
e739ea6
Compare
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.

1.x-1.0.4

24 Jul 15:04
68656cc
Compare
Choose a tag to compare

Includes these fixes:

  • Issue #64: convert feeds_importer config from table to config files by @herbdool
  • Issue #58 remove EXPORT_IN variables by @herbdool
  • Issue #33: fix import/export of importer config by @herbdool

1.x-1.0.3

23 Jul 18:29
351a378
Compare
Choose a tag to compare

Includes these changes and bug fixes:

  • Issue #47: allow view to be disabled, removed if module disabled or uninstalled by @herbdool
  • Issue #54: Replace tid with entity_id for term search results by @jenlampton
  • Issue #49 update deprecated function by @herbdool
  • Issue #19: add import link to content sub-menu by @herbdool
  • Issue 56: better description of replace vs update by @herbdool, @BWPanda
  • Issue #61: use dropdown buttons for operations by @herbdool
  • Issue #52: add link to importer form by @herbdool, @VasasA
  • Issue #28: add information on overriding config by @herbdool