Skip to content

Commit 6f9089e

Browse files
committed
added notice to v3
1 parent 6850ad4 commit 6f9089e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Full library refactoring.
2121
- Changed providers (oEmbed, Html, OpenGraph etc) by independent detectors (title, url, language etc).
2222
- The `tags` value is renamed to `keywords`
2323
- Use Psr standards instead custom interfaces.
24+
- Improved tests using cached responses.
2425

2526
### Removed
2627
- Support for PHP<7.4

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33

44
[![Build Status][ico-travis]][link-travis]
55
[![Quality Score][ico-scrutinizer]][link-scrutinizer]
6-
[![Reference Status][ico-references]][link-references]
76
[![Latest Version on Packagist][ico-version]][link-packagist]
87
[![Total Downloads][ico-downloads]][link-packagist]
98
[![Monthly Downloads][ico-m-downloads]][link-packagist]
109
[![Software License][ico-license]](LICENSE)
1110
[![SensioLabs Insight][ico-sensiolabs]][link-sensiolabs]
1211

12+
> Note: If you're using version 3, use `v3.x` branch
13+
1314
PHP library to get information from any web page (using oembed, opengraph, twitter-cards, scrapping the html, etc). It's compatible with any web service (youtube, vimeo, flickr, instagram, etc) and has adapters to some sites like (archive.org, github, facebook, etc).
1415

1516
Requirements:

0 commit comments

Comments
 (0)