Changeset 7036


Ignore:
Timestamp:
Sep 29, 2010, 12:02:50 AM (14 years ago)
Author:
grum
Message:

Add forgotten file + fixe bug on the CommonPlugin class call
Plugin release 0.5.2

Location:
extensions/AMetaData
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd_version.inc.php

    r6977 r7036  
    1717  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1818
    19   define('AMD_VERSION',  '0.5.1');
    20   define('AMD_VERSION2', '00.05.01');
     19  define('AMD_VERSION',  '0.5.2');
     20  define('AMD_VERSION2', '00.05.02');
    2121  define('AMD_GPC_NEEDED', '3.2.0');
    2222?>
  • extensions/AMetaData/main.inc.php

    r6987 r7036  
    22/*
    33Plugin Name: Advanced MetaData
    4 Version: 0.5.1
     4Version: 0.5.2
    55Description: An advanced metadata manager
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=364
     
    120120|         |            |   . Ability to import tags from picture to piwigo tags
    121121|         |            |
    122 |         |            |
    123 |         |            |
    124 |         |            |
    125 |         |            |
    126 |         |            |
     122| 0.5.2   | 2010/09/28 | * fix bug, need to load GPC CommonPlugin.class.inc.php
     123|         |            |   on the main.inc.php file
     124|         |            | * the "templates/amd_dialog_metadata_choose.tpl" file
     125|         |            |   was not commit on the repository ; so need to build a
     126|         |            |   new package
    127127|         |            |
    128128|         |            |
     
    172172define('AMD_PATH' , PHPWG_PLUGINS_PATH . AMD_DIR . '/');
    173173
     174include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    174175include_once('amd_version.inc.php'); // => Don't forget to update this file !!
    175176
Note: See TracChangeset for help on using the changeset viewer.