Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed May 26, 2023
1 parent baac863 commit c7bc4fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to `laravel-seo` will be documented in this file.

## v2.0.0 - 2023-05-26

### 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 https://github.com/vormkracht10/laravel-seo-scanner/pull/27
- Save broken link status code by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/28
- Reformat to abbrevation to lowercase by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/29

**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v1.3.0...v2.0.0

## v1.3.0 - 2023-05-05

### What's Changed
Expand Down

0 comments on commit c7bc4fa

Please sign in to comment.