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

Last change on this file since 7563 was 7563, checked in by grum, 13 years ago

fix bug:1990 - Since release 0.5.3, unable to do search

File size: 675 bytes
Line 
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
19  define('AMD_VERSION',  '0.5.4');
20  define('AMD_VERSION2', '00.05.04');
21  define('AMD_GPC_NEEDED', '3.3.2');
22?>
Note: See TracBrowser for help on using the repository browser.