forked from postaddictme/instagram-php-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
96 lines (78 loc) · 2.61 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Instagram PHP Scraper Change Log
================================
Version v0.4.5
--------------
- Enh: BIG thing. Get best resolutions for medias possible
Version v0.4.4
--------------
- Bug: Image urls broken for some medias in getMediaByCode()
Version v0.4.3
--------------
- Enh: Make methods getContentsFromUrl() and generateRandomString() static
Version v0.4.2
--------------
- Bug: Fix 405 error with fetching accounts by id
- Bug: Fix 405 error with fetching comments by id
Version v0.4.1
--------------
- Enh: Url encode endpoints to support for example Japan language
Version v0.4.0
--------------
- Enh: New methods to paginate medias getPaginateMedias() and getPaginateMediasByTag()
Version v0.3.5
--------------
- Enh: Convenient media pagination getMediasByTag()
Version v0.3.4
--------------
- Bug: Fix media urls
Version v0.3.3
--------------
- Bug: Include class Location and Comment in InstagramScraper.php
- Enh: Add locationId
Version v0.3.2
--------------
- Enh: Add phpunit tests
- Bug: Check if video views exist in Media::fromApi() method
- Enh: Add getLocationTopMediasById() method
- Enh: Add getLocationMediasById() method
- Enh: Add Location model and getLocationById method
Version v0.3.1
--------------
- Enh: Add locationName property to Media
Version v0.3.0
--------------
- Enh: Change all methods in Instagram class to static
- Enh: Add Instagram::getMediaCommentsByCode(). From now you can download ALL comments from media. (Tested on 8000 comments)
- Enh: Add Instagram::getMediaCommentsById(). Same as above but with mediaId.
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