Skip to content

Releases: vormkracht10/laravel-seo-scanner

v2.0.0

26 May 08:02
baac863
Compare
Choose a tag to compare

Breaking changes

The following changes have been made to classnames with abbreviations in the checks:

  • CCSSizeCheck has been changed to CssSizeCheck
  • TTFBSizeCheck has been changed to TtfbSizeCheck
  • HTMLSizeCheck has been changed to HtmlSizeCheck

If you have scans saved in the database, please ensure you update the failed_checks column in the seo_scans table. The previous namespaces used in this column are no longer compatible.

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #27
  • Save broken link status code by @Baspa in #28
  • Reformat to abbrevation to lowercase by @Baspa in #29

Full Changelog: v1.3.0...v2.0.0

v1.3.0

05 May 09:39
9348869
Compare
Choose a tag to compare

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #25
  • Run scan with queued job by @Baspa in #26

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Mar 19:56
d387e12
Compare
Choose a tag to compare

What's Changed

  • Adding a new config to disable SSL certificate integrity check by @MuriloChianfa in #18
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #20
  • [Feature] Laravel 10 compatibility by @Baspa in #24

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Jan 18:40
cb36221
Compare
Choose a tag to compare

What's Changed

  • Fix Windows tests by removing SSL validation when using curl() by @Baspa in #16
  • Check if a relative url is used when performing broken link checks by @Baspa in #17

Full Changelog: v1.0.1...v1.1.0

v1.0.0

06 Jan 13:54
Compare
Choose a tag to compare

Laravel SEO Scanner v1.0.0 released

🚀 Vormkracht10 proudly presents the first release of the Laravel SEO Scanner. This release includes basic features to get started scanning your Laravel application routes for SEO improvements. With this release we have a solid basement to build upon further.

Features

  • Total of 21 checks
  • Extensive config file where you can configure how the package behaves.
  • Command to check all configured routes
  • Command to check a single url
  • Possibility to save results into the database
  • Corresponding models to easily retrieve the data

Full Changelog: https://github.com/vormkracht10/laravel-seo-scanner/commits/v1.0.0