Changeset 3486


Ignore:
Timestamp:
Jul 1, 2009, 10:02:51 PM (15 years ago)
Author:
Criss
Message:

Langue IT

Location:
extensions/CommentEditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/include/ce_common.inc.php

    r3482 r3486  
    11<?php
    2 /* $Id: ce_common.inc.php,v 1.17 2009/07/01 08:06:01 Criss Exp $ */
     2/* $Id: ce_common.inc.php,v 1.18 2009/07/01 20:01:37 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
     
    88
    99// Version
    10 define('CE_VERSION',            '1.0.n');
     10define('CE_VERSION',            '1.0.o');
    1111
    1212// Directories
  • extensions/CommentEditor/main.inc.php

    r3482 r3486  
    11<?php
    2 /* $Id: main.inc.php,v 1.21 2009/07/01 08:06:01 Criss Exp $ */
     2/* $Id: main.inc.php,v 1.22 2009/07/01 20:01:37 Criss Exp $ */
    33/*
    44 Plugin Name: Comment Editor
    5  Version: 1.0.n
     5 Version: 1.0.o
    66 Description: Allow to edit comment
    77 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=296
     
    1111
    1212/** History **
     13
     14  2009-06-30 1.0.o
     15                    Langue IT
     16
    1317  2009-06-30 1.0.n
    1418                    Fix another bug on plugin update...
Note: See TracChangeset for help on using the changeset viewer.