Releases: artesaos/seotools
Releases · artesaos/seotools
v1.3.1 - Allow to set alternate language(s)
What's Changed
- Fix typo in code block of README by @MUHAMMADSiyab in #323
- feat: Allow to set alternate language(s) by @DevDavido in #318
New Contributors
- @MUHAMMADSiyab made their first contribution in #323
- @DevDavido made their first contribution in #318
Full Changelog: v1.3.0...v1.3.1
Add Macro Support
What's Changed
- Temp Fix - PHPUnit 9 by @J-Brk in #308
- Update PHPDoc methods of Facades by @chescos in #304
- Add support to macro by @omarherri in #301
- #297 Updated OpenGraph Product attributes by @J-Brk in #299
New Contributors
- @chescos made their first contribution in #304
- @omarherri made their first contribution in #301
Full Changelog: v1.1.0...v1.2.0
Laravel 10 Support.
No break changes, just a minor release for Laravel 10 support.
What's Changed
Full Changelog: v1.0.0...v1.1.0
1.0
PHP 8.0+ Support
Thanks to @J-Brk and @elegasoft
What's Changed
- GitHub workflow integration by @J-Brk in #285
- Bump composer dependencies for php 8.0+ by @elegasoft in #280
New Contributors
- @elegasoft made their first contribution in #280
Full Changelog: v0.22.1...v0.23.0
v0.22.1
Laravel 9 Support
Thanks to @gbuckingham89 #267
Small bug fix and adjusts
- Double quote escaping #260 by @J-Brk
- Fix JsonLd default url #261 by @marcreichel
change canonical via config
- add ability to use Url::current() as default canonical via config #255
Thanks to @brentmullen
XSS Correction
- #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