From d854abdee7a28e7620c1f815f154f5a2f051f8bb Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 13 Mar 2020 18:36:10 +0100 Subject: [PATCH] release v4.0.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19085d72..efc4bc17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 4.0.0 - Unreleased +## 4.0.0 - 2020-03-13 Full library refactoring. ### Added diff --git a/README.md b/README.md index a5661bd5..02c2e3a0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Software License][ico-license]](LICENSE) [![SensioLabs Insight][ico-sensiolabs]][link-sensiolabs] -> Note: If you're using version 3, use `v3.x` branch +> Note: If you're using version 3, use [`v3.x` branch](https://github.com/oscarotero/Embed/tree/v3.x) 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). @@ -21,7 +21,7 @@ Requirements: > * If you need PHP 5.3 support, use the 1.x version > * If you need PHP 5.4 support, use the 2.x version -> * If you need PHP 5.5-7.3 support, use the 3.x version +> * If you need PHP 5.5-7.3 support, [use the 3.x version](https://github.com/oscarotero/Embed/tree/v3.x) ## Online demo