                   Instagram PHP Scraper Change Log
                   ================================
Version v0.2.6
--------------
- Enh: Include Tag class
- Enh: Clean image urls in fromTagPage() method
- Enh: Add getTopMediasByTagName() method
- Enh: New type of URLs
- Enh: Add methods: Media::getIdFromCode()
- Enh: Add methods: Instagram::getMediaById()
- Enh: Fixes #15. Add likesCount, commentsCount properties.

Version v0.2.5
--------------
- Enh: Add method. Search accounts by username
- Enh: Add method. Search tags by tag name

Version v0.2.4
--------------
- Bug: Fix when pagination return only first page and never the rest

Version v0.2.3
--------------
- Bug: Require library with composer

Version v0.2.2
--------------
- Enh: Remove concatenation in constants to support PHP versions before 5.6
- Bug: In pagination in getMediasByTag() and getMedias() methods

Version v0.2.1
--------------
- Bug: Include Endpoints class

Version v0.2.0
--------------
- Enh: New way of scraping data
- Enh: New method getMediasByTag() available
- Enh: Moved models and exceptions to own packages
- Enh: Add Endpoints class to store and generate endpoint links