Releases: fusonic/opengraph
Releases · fusonic/opengraph
v3.0.0
Upgrade from v2.3.0 to v3.0.0
See UPGRADE-3.0.md for a list of required changes.
What's Changed
- docs: Add missing semicolons to README example by @nikita-komissarov in #37
- feature: Upgrade to PHP ^8.1, add support for Symfony ^7.1 by @DominicLuidold in #39
- For a full list of changes, see CHANGELOG-3.x.md
- docs: Fix GitHub Actions badge in README by @DominicLuidold in #40
New Contributors
- @nikita-komissarov made their first contribution in #37
- @DominicLuidold made their first contribution in #39
Full Changelog: v2.3.0...v3.0.0
v2.3.0
v2.2.0
- Added compatibility with Symfony ^6.0
v2.1.0
- PHP 8 compatibility
v2.0.0
- Updated PHP version constraint to 7.4 and introduced type hints on all properties/methods
- Updated Consumer to require a PSR-17 request factory and a PSR-18 compliant HTTP client instead of Guzzle
- Changed version constraints to support all of Symfony 3.x, 4.x and 5.x
- Updated PHPUnit to version 9.x
- Fixed issue with fallback mode when title or description is missing in HTML source
v1.0.0
Add test for special characters in meta tags