Releases: backdrop-contrib/feeds
Releases · backdrop-contrib/feeds
1.x-1.2.3
1.x-1.2.2
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
1.x-1.2.0
What's Changed
- Issue #144: Theme import link as a local action. by @laryn in #145
- Issue #146: Adjust taxonomy_vocabulary_load_multiple call. by @laryn in #147
- Issue #150: allow dynamic properties on FeedsHTTPCacheItem by @herbdool in #152
- Issue #151: add feed previews by @herbdool in #154, #155
Full Changelog: 1.x-1.1.5...1.x-1.2.0
1.x-1.1.5
What's Changed
- Issue #124: Functional tests in a workflow by @indigoxela in #125
- Issue #124: Add missing dependency to workflow by @indigoxela in #126
- Issue #131 by @herbdool in #132
- Issue #130: check if removeList is null first by @herbdool in #134
- Issue #122: Fix language aware import by @indigoxela in #123
- Issue #127: More basic test fixes by @indigoxela in #128
- Issue #98. Remove
profile.incby @argiepiano in #137 - Issue #95 Load FeedsConfigurable.inc in hook_requirements by @argiepiano in #140
- Issue #141. Mark submodules as 'disabled' when there is an importer by @argiepiano in #142
New Contributors
- @indigoxela made their first contribution in #125
Full Changelog: 1.x-1.1.4...1.x-1.1.5
1.x-1.1.4
1.x-1.1.3
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)