Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
1. It forces Path2ban into either menu callback or hook mode. Previous versions could allow users to use both at once (resulting in duplication) or neither just by incorrectly setting the configuration.
2. It includes system status "requirements" to make sure that the settings are set correctly. On previous versions going back to 1.0 the user could delete the site_403 and site_404 entries, silently stopping Path2ban from working [I'm classing this as a bug fix].
This release moves the extraction of Search API fields to inside the document field.
This is useful for clients not relying on the default 'document' field type and using their own child field of SearchAPISearch. In this case, we avoid extracting fields when it's not necessary (for example if you are grabbing data from the CMS directly).
For users that use the document field, this won't impact anything.