From 34beb7b70f06a9ebc045fbbbf2b8ba589949b083 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Mon, 13 Sep 2021 16:46:27 +0200 Subject: [PATCH] Update README.md (refs to #239) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f1754bd..3b509f5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ If you like or use this package, please share your love by starring this reposit - **NEW : Fetch live-streaming info** - **NEW : Fetch Reels 🎉** - **NEW : Fetch IGTV 🎉** +- **NEW : Fetch medias where a user has been tagged on 🎉** This version can retrieve **ANY** Instagram feed using **web scrapping**. @@ -53,6 +54,10 @@ composer require pgrimaud/instagram-user-feed ## Changelog +**v6.11** - 2021-09-13: + +- Add method to fetch medias where a user has been tagged on (example [here](https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/tagged-medias.php)) 🎉. + **v6.10** - 2021-09-03: - Add method to fetch IGTV (example [here](https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/igtv.php)) 🎉.