Skip to content

Releases: Iceloof/GoogleNews

v1.6.14

24 Mar 03:55
Compare
Choose a tag to compare
  • fixed get_news() with date range
  • fixed get_news() with image

v1.6.13

10 Feb 09:18
Compare
Choose a tag to compare
  • fixed get_news() with date range
  • fixed get_news() title with media(removed)

v1.6.12

13 Dec 07:59
Compare
Choose a tag to compare

Fixed get_news()

v1.6.11

30 Nov 08:28
Compare
Choose a tag to compare

Fixed get_news()

v1.6.10

25 Aug 11:17
Compare
Choose a tag to compare

Fixed search() return items and url.

v1.6.9

12 Aug 01:46
Compare
Choose a tag to compare

Fixed data parse issue (issues #119).
.total_count() is not working with .search() anymore.

v1.6.8

29 Apr 05:06
Compare
Choose a tag to compare

While encoding the query/key, replacing space with + was responsible for two main problems

  • Users were not able to use phrases properly (issues #109 and #107).
  • Users were not able to use additional techniques to refine their searches (issue #66)

This simple change resolves both issues and works for both search and get_news functions.

v1.6.7

24 Mar 23:37
Compare
Choose a tag to compare
  • Fixed date issue

v1.6.6

26 Dec 22:57
Compare
Choose a tag to compare
  • Allow period in get_news()
  • Enable/disable exception

Release v1.6.5

21 Aug 11:35
438263e
Compare
Choose a tag to compare
  • Update Google code changes