source: extensions/rv_gmaps/trunk/changelog.txt @ 15907

Last change on this file since 15907 was 15840, checked in by rvelices, 12 years ago

rv_gmaps - version update

File size: 4.4 KB
Line 
12.4.b
2- language updates
3
42.4.a
5-compatible with piwigo 2.4
6
72.3.b
8- search for places / location uses now google auto complete
9- fix some bad markers not showing (google removed some images from their servers)
10- added some new marker icons
11- markers can have different shape depending on the number of pictures
12- full migration to maps api v3
13
142.3.a
15- fix jquery version
16- compatible with piwigo core 2.3
17
182.2.c
19- fix jquery version
20
212.2.b
22- fix admin issue while editing coordinates
23- new language ru, no
24
252.2.a
26- compatible with piwigo core 2.2
27
282.1.c
29- do not use prototype anymore (replaced by jQuery + jQuery nyromodal)
30
312.1.b
32- allow gps exif metadata synchronisation with high resolution images
33- fixed admin navigation bar
34- compatible with extended description
35- upgrade prototype
36- language updates
37
382.1.a
39- compatibility with piwigo 2.1
40- rolled back dirty fix in previos version (google corrected the issue)
41       
422.0.d
43  - hungarian translation thanks to external contributors
44  - the map uses now the 3D Large map control as on google maps website
45  - dirty fix for bug inroduced in api version 2.185 (and up to 2.193 as of now online) - http://code.google.com/p/gmaps-api-issues/issues/detail?id=2009&q=apitype%3AJavascript&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Internal%20Stars
46
472.0.c
48  - google maps api is loaded using the same language as piwigo
49  - polish and italian languages thanks to external contributors
50
512.0.b
52  - remove some unused/unnecessary php code
53  - added Czech translation (thanks to Pavel B.)
54  - improve compatibility of exif gps synchronisation for images uploaded by pLoader
55
562.0.a
57  - new PWG version compatible
58  - fix issue on the map page when left side longitude > right side longitude
59 
601.7.h
61  - fix issue when zlib.output_compression was set in php.ini
62  - update prototype javascript to version 1.6.0.2
63  - better navigation in map list (categories & tags)
64  - compatible with pwg 1.7.2 (issue on searches with previous version)
65
661.7.g
67  - bug - map on recent pictures had a mysql error
68  - bug - Google api ~ v2.93 the overview map (bottom right side) has changed behavior resulting in an exception
69  - added new physical map type
70  - replaced the old map type control with the new hierarchical type
71
721.7.f
73  - localhost do not require a google api key
74  - updated calls to new version of google maps apis
75  - improved click/double click behaviour on markers
76  - update prototype javascript to version 1.5.1.1
77  - fixed small bug in javascript when recycling markers (current thumbnail index reset now)
78 
791.7.e
80  - include french language (thanks dmaille)
81  - the marker title was not correctly set when marker recycled (used undocumented code that changed with api version); now we still use undocumented features but we "discover" the right function names at runtime
82  - output map data using the zip compression (if available)
83  - removed a sleep in the code that was used for debugging
84 
851.7.d
86  - added some rel nofollow and meta robots noindex,nofollow
87  - attempt to remove a php warning from the admin config page on some ISPs
88
891.7.c
90  - the map page opened from the picture page is not on google anymore
91  - the picture map page has a link "More photos near this location"
92  - allow custom markers instead of the default one
93  - on startup, the map page is automatically centered and zoomed to the images (all cases except when viewing the entire gallery or when an url generated by Link to this page is used)
94  - improved link to this page for different map types
95  - security: checks for guests for galleries that do not allow visits as guest
96  - security: checks for adivser administrators
97  - javascript improvements to avoid memory leaks in IE
98
991.7.b
100 - added an input to search for an address/city/country on the map page
101 - double click on a marker zooms to that location
102 - the info window automatically shows a vertical scroll bar if required
103 - performance: ability to limit the number of images shown in the info window per marker
104 - performance: do not destroy/create the markers in the browser, but reuse existing ones
105 - bug fix and improvement of the clustering algorithm
106 - added .kml extension to the file name when opening the kml file
107 - fix: kml from map page is always in flat mode (categories not structured)
108 - fix: kml from map page takes into account the current map viewport
109
1101.7.a
111 - initial release
Note: See TracBrowser for help on using the repository browser.