Ignore:
Timestamp:
Nov 29, 2009, 11:21:50 PM (14 years ago)
Author:
grum
Message:

[LMT] feature 1294, feature 1295

  • Allow to open the licence page on a new page/tab when user clic on the licence hyperlink
  • Compatibility with theme 'montblanc'
File:
1 edited

Legend:

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

    r3666 r4396  
    22/*
    33Plugin Name: LMT
    4 Version: 1.0.2
     4Version: 1.1.0
    55Description: Appliquer une licence sur ses photos / Apply a licence on photos
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=282
     
    2323| release | date       |
    2424| 1.0.0   | 2009/03/01 | first release
    25 | 1.0.1   | 2009/05/01 | * modify de style for 80x15&text logo (to be centered 
     25| 1.0.1   | 2009/05/01 | * modify de style for 80x15&text logo (to be centered
    2626|         |            |   like the 88x31 logo)
    2727|         |            | * modify the footer (allows to use html markup)
    2828| 1.0.2   | 2009/06/12 | * the plugin can't manage picture if no physical category
    2929|         |            |   is affected (pictures uploaded with pLoader have
    30 |         |            |   only virtual categories). For now, use a LEFT OUTER JOIN 
     30|         |            |   only virtual categories). For now, use a LEFT OUTER JOIN
    3131|         |            |   on physical categorie ; virtual category management will
    3232|         |            |   be coded for the next release
    33 | 1.0.3   | 2009/07/24 | * bug on "list" page when trying to add items in the 
     33| 1.0.3   | 2009/07/24 | * bug on "list" page when trying to add items in the
    3434|         |            |   caddie (==> topic #116263 on french forum)
    35 |         |            | * bug when displaying image's categories when image 
     35|         |            | * bug when displaying image's categories when image
    3636|         |            |   only have virtual categories / now display all image
    37 |         |            |   categories (physical & virtual)
    38 |         |            |   (==>topic #113337 on french forum) 
    39 |         |            |   
    40 |         |            |   
    41 |         |            |   
    42  
     37|         |            |   categories (physical & virtual)
     38|         |            |   (==>topic #113337 on french forum)
     39| 1.1.0   | 2009/11/29 | * mantis : feature 1294
     40|         |            |   Allow to open the licence page on a new page/tab when
     41|         |            |   user clic on the licence hyperlink
     42|         |            | * mantis : feature 1295
     43|         |            |   Compatibility with theme 'montblanc'
     44|         |            |
     45|         |            |
     46|         |            |
     47|         |            |
     48|         |            |
     49|         |            |
     50|         |            |
     51|         |            |
     52|         |            |
     53
    4354
    4455:: TO DO
     
    6576define('LMT_PATH' , PHPWG_PLUGINS_PATH . LMT_DIR . '/');
    6677
    67 define('LMT_VERSION' , '1.0.2'); // => ne pas oublier la version dans l'entête !!
     78define('LMT_VERSION' , '1.1.0'); // => ne pas oublier la version dans l'entête !!
    6879
    6980global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.