Skip to content

v2024.11.16

Latest
Compare
Choose a tag to compare
@bigbrozer bigbrozer released this 16 Nov 08:17

Upstream changes

  • Merge branch 'feature/phpstan-2.0.x' into 'master'
  • Deal with an error showing up in Gitlab PHPStan runs
  • Minor @var cleanup in Counters
  • Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific.
  • Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'.
  • Remove some PHPStan ignores and make others rule-specific.
  • Address PHPStan findings as of 2.0.1
  • Upgrade PHPStan to 2.0.1
  • Merge branch 'feature/search-improvements' into 'master'
  • Feeds::_search_to_sql(): updates for clarity and SQL quoting.
  • Fix keyword searches with a quoted string value.