source: extensions/AMetaData/amd_version.inc.php @ 15907

Last change on this file since 15907 was 15343, checked in by grum, 12 years ago

feature:2637 - Compatibility with Piwigo 2.4

File size: 675 bytes
RevLine 
[5935]1<?php
2/*
3 * -----------------------------------------------------------------------------
4 * Plugin Name: Advanced MetaData
5 * -----------------------------------------------------------------------------
6 * Author     : Grum
7 *   email    : grum@piwigo.org
8 *   website  : http://photos.grum.fr
9 *   PWG user : http://forum.piwigo.org/profile.php?id=3706
10 *
11 *   << May the Little SpaceFrog be with you ! >>
12 *
13 * -----------------------------------------------------------------------------
14 *
15 */
16
17  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
18
[15343]19  define('AMD_VERSION',  '0.7.0');
20  define('AMD_VERSION2', '00.07.00');
[12222]21  define('AMD_GPC_NEEDED', '3.5.2');
[5935]22?>
Note: See TracBrowser for help on using the repository browser.