Skip to content

Releases: Ne-Lexa/google-play-scraper

0.4.0.9

03 Oct 15:19
Compare
Choose a tag to compare
Tagging hotfix 0.4.0.9 0.4.0.9

0.4.0.6

19 Aug 07:44
Compare
Choose a tag to compare

minor fixes

0.4.0.4

03 Aug 18:43
Compare
Choose a tag to compare

fixed errors

0.4.0 - fixing after changing the Google Play interface

07 Jun 10:54
Compare
Choose a tag to compare

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()

0.3.0

26 Feb 17:56
Compare
Choose a tag to compare
  • Fixed incompatibility with Guzzle 7.
  • Added methods GPlayApps::getClusterPages() and GPlayApps::getClusterApps()