Last change
on this file since 14554 was
12204,
checked in by grum, 13 years ago
|
fix bugs
bug:2346 - Preview / next arrow do not work with [gmaps] tag in description
bug:2063 - Incompatibility with slideshow mode
|
File size:
765 bytes
|
Rev | Line | |
---|
[7054] | 1 | <?php |
---|
| 2 | /* ----------------------------------------------------------------------------- |
---|
| 3 | Plugin : GMaps |
---|
| 4 | Author : Grum |
---|
| 5 | email : grum@grum.fr |
---|
| 6 | website : http://photos.grum.fr |
---|
| 7 | PWG user : http://forum.piwigo.org/profile.php?id=3706 |
---|
| 8 | |
---|
| 9 | << May the Little SpaceFrog be with you ! >> |
---|
| 10 | ------------------------------------------------------------------------------ |
---|
| 11 | See main.inc.php for release information |
---|
| 12 | |
---|
| 13 | --------------------------------------------------------------------------- */ |
---|
| 14 | |
---|
| 15 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 16 | |
---|
[12204] | 17 | define('GMAPS_VERSION', '1.3.2'); |
---|
| 18 | define('GMAPS_VERSION2', '01.03.02'); |
---|
[10885] | 19 | define('GMAPS_GPC_NEEDED', '3.5.1'); |
---|
[10551] | 20 | define('GMAPS_AMD_NEEDED', '0.6.0'); //advanced metadata plugin is needed |
---|
[7054] | 21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.