Releases: backdrop-contrib/search_api
Releases · backdrop-contrib/search_api
1.x-1.29.3
1.x-1.29.2
What's Changed
- Fix Undefined property errors by @kswan and @argiepiano in #68
New Contributors
Full Changelog: 1.x-1.29.1...1.x-1.29.2
1.x-1.29.1
Changes:
- Issue #66: Fix undefined array key / TypeError in
SearchApiAbstractProcessor->configurationFormValidate()
. by @laryn
Full Changelog: 1.x-1.29.0...1.x-1.29.1
1.x-1.29.0
NOTE: This release fast-forwards the version number to better indicate the parallel Drupal 7 version.
Changes since the last release:
- Pull in a slew of commits from the Drupal 7 version
7.x-1.29
by @drunken-monkey, drumm, n3or, daspeter, damienmckenna, chrisclark, mibfire, KarlShea, joseph.zhao, janadam, mvc, isholgueras, mh86, dotbert, donquixote, circuscowboy, Ronino, Henrik Hedman, and Hitesh Jain. - Issue #50: Add @laryn as co-maintainer.
- Issue #57: Define property tags. by @argiepiano
- Issue #60: Mark search server modules as disabled rather than
required
. by @argiepiano - Issue #54: Fix hook_config_info() implementations. by @laryn and @argiepiano
- Issue #53: Use Backdrop's dropbutton implementation. by @laryn and @argiepiano
- Issue #59: Use state where appropriate; fix date formats. by @laryn and @argiepiano
1.x-1.0.8
What's Changed
- Issue #47. Use the correct callback for hierarchy by @argiepiano in #48
Full Changelog: 1.x-1.0.7...1.x-1.0.8
1.x-1.0.7
What's Changed
- Issue #30: Use EntityPlusFieldHandlerHelper. by @laryn in #31
- Issue #33: Change cron_limit from textfield to number. by @laryn in #34
- Issue #26 pass langcode string not whole object by @herbdool in #40
- Issue #36: rework the optional parameter by @herbdool in #37
- Issue #35: fix callback name by @herbdool in #39
- Issue #43. Use constant ENTITY_PLUS_IN_CODE instead of ENTITY_IN_CODE by @argiepiano in #45
New Contributors
- @laryn made their first contribution in #31
- @herbdool made their first contribution in #40
- @argiepiano made their first contribution in #45
Full Changelog: 1.x-1.0.06...1.x-1.0.7
1.x-1.0.06
A fix for #25
Change constants definitions to be current ex. ENTITY_CUSTOM changes to ENTITY_PLUS_CUSTOM
Version 1.0.05
Include transliteration support module wide.
Version 1.0.04
Update transliteration functionality to current Backdrop CMS standard and syntax.