Ignore:
Timestamp:
Jun 12, 2009, 10:28:31 AM (15 years ago)
Author:
grum
Message:

Update LMT to release 1.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/main.inc.php

    r3396 r3412  
    22/*
    33Plugin Name: LMT
    4 Version: 1.0.1
     4Version: 1.0.2
    55Description: Appliquer une licence sur ses photos / Apply a licence on photos
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=282
     
    2626|         |            |   like the 88x31 logo)
    2727|         |            | * modify the footer (allows to use html markup)
    28 |         |            |
     28| 1.0.2   | 2009/06/12 | * the plugin can't manage picture if no physical category
     29|         |            |   is affected (pictures uploaded with pLoader have
     30|         |            |   only virtual categories). For now, use a LEFT OUTER JOIN
     31|         |            |   on physical categorie ; virtual category management will
     32|         |            |   be coded for the next release
     33|         |            |   
     34|         |            |   
    2935 
    3036
     
    5258define('LMT_PATH' , PHPWG_PLUGINS_PATH . LMT_DIR . '/');
    5359
    54 define('LMT_VERSION' , '1.0.1'); // => ne pas oublier la version dans l'entête !!
     60define('LMT_VERSION' , '1.0.2'); // => ne pas oublier la version dans l'entête !!
    5561
    5662global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.