Seotools Versions Save

SEO Tools for Laravel

v1.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/artesaos/seotools/compare/v1.1.0...v1.2.0

v1.1.0

1 year ago

No break changes, just a minor release for Laravel 10 support.

What's Changed

Full Changelog: https://github.com/artesaos/seotools/compare/v1.0.0...v1.1.0

v1.0.0

1 year ago

This major version does not break anything, just prevent any possible problem from #287 changes.

What's Changed

New Contributors

Full Changelog: https://github.com/artesaos/seotools/compare/v0.23.0...v1.0.0

v0.23.0

1 year ago

Thanks to @J-Brk and @elegasoft

What's Changed

New Contributors

Full Changelog: https://github.com/artesaos/seotools/compare/v0.22.1...v0.23.0

v0.22.1

1 year ago
  • JsonLdMulti - Remove requirement for 2 items #276 - Thanks to @J-Brk

v0.22.0

2 years ago

Thanks to @gbuckingham89 #267

v0.21.0

2 years ago
  • Double quote escaping #260 by @J-Brk
  • Fix JsonLd default url #261 by @marcreichel

v0.20.2

2 years ago
  • add ability to use Url::current() as default canonical via config #255

Thanks to @brentmullen

v0.20.1

3 years ago
  • #249 #247 : XSS in canonical tag
  • #244 #245 : isEmpty Url check
  • #248 update method hints in JsonLd facades

Thanks to @J-Brk , @rajakhoury and @brentmullen

v0.20.0

3 years ago
  • Fix JSON-LD returns escaped URL's #236 by @xf039
  • Fix OpenGraph generate tags from array #74 #233 #217 bt @Ali-Shaikh
  • Use PHP 8 on travis tests