This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
forked from brentsowers1/googlestaticmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
47 lines (34 loc) · 1.63 KB
/
History.txt
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
== 1.2.2 / 2014-03-08
* Added channel parameter for tracking (thanks dfenniak!)
== 1.2.1 / 2014-03-03
* Fixed bug in the signature generation for business customers from 1.2.0 (thanks nathany!)
== 1.2.0 / 2014-03-03
* Added support for setting an API key for monitoring, and a client ID/private key for business customers (thanks forrest!)
* Changed to use maps.googleapis.com instead of maps.google.com (thanks nathany!)
* Explicitly added MIT licensing
== 1.1.4 / 2013-07-04
* Properly URL encoding the URLs, caused an issue when using URI.parse on generated URLs (thanks nathany!)
=== 1.1.3 / 2012-07-08
* Fixed a Ruby 1.9.3 compatibility issue (thanks dusanb!)
* Fixed a Ruby 1.8.7 compatibility issue introduced in 1.1.1
=== 1.1.2 / 2012-04-27
* Fixed bug from 1.1.1 when specifying https when calling get_map (thanks aduncan for catching it!)
=== 1.1.1 / 2012-04-22
* Added support for specifying the protocol to use (thanks andruby!)
=== 1.1.0 / 2011-10-18
* Added an option to make requests through a proxy server (thanks bardsley!)
=== 1.0.1 / 2011-09-23
* Added a scale parameter to the map (thanks backspace!)
=== 1.0.0 / 2011-07-21
* An explicitly set map center is now properly encoded - was previously being doubly encoded (thanks abecciu)
* Gem will now load on some bad Rubygems installations (path issue)
* Version 1.0, yeah!
=== 0.1.5 / 2011-02-08
* Fixed bug which caused require 'googlestaticmap' to not work on some versions of Ruby
=== 0.1.4 / 2010-08-21
* Added unit tests
=== 0.1.2 / 2010-08-20
* Now works in Ruby 1.8 as well as 1.9
* Fixed a bug when getting a map without specifying a file
=== 0.1.0 / 2010-08-19
* Initial release