|
Revision 7178, 0.7 KB
(checked in by grum, 3 years ago)
|
|
Prepare release for plugin v1.0.0
|
| Line | |
|---|
| 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 | |
|---|
| 17 | define('GMAPS_VERSION', '1.0.0'); |
|---|
| 18 | define('GMAPS_VERSION2', '01.00.00'); |
|---|
| 19 | define('GMAPS_GPC_NEEDED', '3.3.0'); |
|---|
| 20 | define('GMAPS_AMD_NEEDED', '0.5.2'); //advanced metadata plugin is needed |
|---|
| 21 | ?> |
|---|