Releases: Ne-Lexa/google-play-scraper
0.4.0.9
0.4.0.6
0.4.0.4
0.4.0 - fixing after changing the Google Play interface
BC:
Deprecated or delete methods:
Nelexa\GPlay\GPlayApps::getReviewById()
- deprecated and throw exception (no alternative)
Nelexa\GPlay\GPlayApps::getCategoriesForLocales()
- delete method (no alternative)
Nelexa\GPlay\GPlayApps::getCategoriesForAvailableLocales()
- delete method (no alternative)
Nelexa\GPlay\GPlayApps::getTopApps()
- deprecated (use getTopSellingFreeApps(), getTopSellingPaidApps() or getTopGrossingApps())
Nelexa\GPlay\GPlayAppss::getNewApps()
- deprecated (use getListApps())
Nelexa\GPlay\Model\App::getSummary()
- deprecated (always null) (use Nelexa\GPlay\Model\AppInfo::getSummary()
)
Nelexa\GPlay\Model\App::getDeveloper()
- deprecated (always null) (use Nelexa\GPlay\Model\AppInfo::getDeveloper()
)
New methods:
Nelexa\GPlay\GPlayApps::getTopSellingFreeApps()
Nelexa\GPlay\GPlayApps::getTopSellingPaidApps()
Nelexa\GPlay\GPlayApps::getTopGrossingApps()
Nelexa\GPlay\Model\App::getDescription()
Nelexa\GPlay\Model\App::getScreenshots()
Nelexa\GPlay\Model\App::getInstallText()
Nelexa\GPlay\Model\App::getDeveloperName()