forked from nwellnhof/Net-Google-Analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
45 lines (34 loc) · 1.16 KB
/
Copy pathChanges
File metadata and controls
45 lines (34 loc) · 1.16 KB
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
Revision history for Perl module Net::Google::Analytics
3.01 2012-08-09
- RT #78789: Fixes for retrieve_paged
Thanks to Jon Schutz for the report
- Documentation fixes
3.00 2012-02-26
- Major rewrite implementing the version 3 API
0.11003
- Don't require 'dimensions' parameter in data feed requests
(Thanks to Simon Cavalletto for the report)
0.11002
- Add back package version
0.11001
- Dist::Zilla related changes
- Add accessor for title of account feed entries
(Thanks to Andy McFarland for the patch)
0.11000
- Check required data feed parameters
- Documentation fixes
- Fix ->uri and ->retrieve_xml
0.10002
- Backwards compatibility for XML::LibXML::XPathContext
- Interactive authentication
- Don't die in case of an HTTP error
- Expose HTTP error via is_success, code, message
- Add tests and comments for project method
0.10001
- Use weak ref instead of finish method
0.10000
- Enhance API
- Add link to Github repository
- Smaller fixes
0.09999_01
- Initial test version