Skip to content

Scolta 1.0.0-rc3

Choose a tag to compare

@github-actions github-actions released this 13 May 15:05
244ddf0

Scolta 1.0.0-rc3

Third release candidate for Scolta 1.0 — AI-powered search for Drupal, WordPress, and Laravel.

Highlights

  • Larastan (PHPStan for Laravel) integrated at level 5 with CI pipeline job and composer analyse script.
  • Fixed env() calls in runtime code that broke silently after php artisan config:cache. Both AmazeeProvisionCommand and AmazeeSettingsController now read from config().
  • Filesystem abstraction — replaced raw PHP filesystem functions with Laravel's File facade across 8 files.
  • Removed error suppression operators (@unlink, @filemtime) in favor of proper facade calls.
  • ServiceProvider exception handling now calls report() instead of silently discarding errors.
  • .gitattributes added to exclude dev files from distribution archives.
  • Tag1 Consulting branding added to documentation.

Full Changelog: https://github.com/tag1consulting/scolta-laravel/blob/v1.0.0-rc3/CHANGELOG.md

⚠️ This is a release candidate. Please report any issues at https://github.com/tag1consulting/scolta-laravel/issues