Changeset 5802
- Timestamp:
- Apr 11, 2010, 5:38:45 PM (15 years ago)
- Location:
- extensions/lmt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/lmt/admin/plugin_admin_list.tpl
r5548 r5802 32 32 <p class="lmt_page" style="border-top:1px dotted;padding-top:10px;"> 33 33 <span id="nbphotos" style="float:right;"></span> 34 {if isset($datas.navigate) } 34 35 <span id="navigate" style="float:right;">{$datas.navigate}</span> 36 {/if} 35 37 <span>{'lmt_lst_apply_filter'|@translate} 36 38 <select id="filter" name="filter" onchange="loadpage(1);"> -
extensions/lmt/lmt_version.inc.php
r5548 r5802 15 15 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 16 16 17 define('LMT_VERSION', '1.2. 0');18 define('LMT_VERSION2', '01.02.0 0');17 define('LMT_VERSION', '1.2.1'); 18 define('LMT_VERSION2', '01.02.01'); 19 19 ?> -
extensions/lmt/main.inc.php
r5548 r5802 2 2 /* 3 3 Plugin Name: LMT 4 Version: 1.2. 04 Version: 1.2.1 5 5 Description: Appliquer une licence sur ses photos / Apply a licence on photos 6 6 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=282 … … 23 23 | release | date | 24 24 | 1.0.0 | 2009/03/01 | first release 25 | | | 25 26 | 1.0.1 | 2009/05/01 | * modify de style for 80x15&text logo (to be centered 26 27 | | | like the 88x31 logo) 27 28 | | | * modify the footer (allows to use html markup) 29 | | | 28 30 | 1.0.2 | 2009/06/12 | * the plugin can't manage picture if no physical category 29 31 | | | is affected (pictures uploaded with pLoader have … … 31 33 | | | on physical categorie ; virtual category management will 32 34 | | | be coded for the next release 35 | | | 33 36 | 1.0.3 | 2009/07/24 | * bug on "list" page when trying to add items in the 34 37 | | | caddie (==> topic #116263 on french forum) … … 37 40 | | | categories (physical & virtual) 38 41 | | | (==>topic #113337 on french forum) 42 | | | 39 43 | 1.1.0 | 2009/11/29 | * mantis : feature 1294 40 44 | | | Allow to open the licence page on a new page/tab when … … 42 46 | | | * mantis : feature 1295 43 47 | | | Compatibility with theme 'montblanc' 48 | | | 44 49 | 1.2.0 | 2010/03/28 | * compatibility with Piwigo 2.1 45 50 | | | 51 | 1.2.1 | 2010/04/11 | * Fixed a minor bug in the display 46 52 | | | 47 53 | | |
Note: See TracChangeset
for help on using the changeset viewer.