Skip to content

Releases: serp-spider/search-engine-google

v0.4.8

22 Jul 22:11
Compare
Choose a tag to compare
v0.4.8 Pre-release
Pre-release
  • Bug fix:
    • Fixed some google updates

v0.4.7

18 May 07:34
Compare
Choose a tag to compare
v0.4.7 Pre-release
Pre-release
  • Bug fix:
    • Fixed title for adwords results

v0.4.6

01 Nov 15:26
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release
  • Feature:
    • Added adwords results for mobiles
    • Added map results for mobiles
  • Bug fix:
    • Fixed description for mobile classical
    • Fixed related searches for mobile
  • Other:
    • Added ext-dom in composer.json

v0.4.5

29 Oct 23:28
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release
  • Bug fix:
    • Fixed local pack (#113) Thanks @Human018
    • Fixed urls for ads results

v0.4.4

22 Oct 19:55
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

Fixed people also ask results

v0.4.3

17 Sep 10:13
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Fix google dom update on classical results

v0.4.2

27 Aug 20:49
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • dom update:
    • fix mobile serps (#106)

v0.4.1

05 Jul 12:54
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Bug fix:
    • fixed multiple mobile issues on mobile results
    • fixed parsing for number of results (#100) - thanks @migliori
    • fixed related searches on desktop (#93) - thanks @gudix

v0.4.0

29 May 11:57
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Bug fixes:
    • fixed the captcha exception. The right exception is now returned when a captcha is found instead of an invalid response exception with status code "503".
    • fixed invalid type hinting causing errors with hhvm.
  • Google updates:
    • bc break removed support for image captcha as google now uses recaptcha.
  • Other:
    • When an invalid classical result is found, throw an exception instead of returning invalid results causing fatal errors.

v0.3.0

04 Apr 14:03
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Dependencies
    • bc break use version 0.3.x of serps/core
  • Updates
    • bc break google url default domain is now "www.google.com instead of google.com. This way we avoid extra redirects to the "www" subdomain.
    • Fix a bug with search result group parser that was triggering a php error.
  • Dom Updates
    • Fix parsing for classical results on mobiles.
    • Fix parsing for knowledge cards on mobiles.