Ignore:
Timestamp:
Aug 21, 2009, 11:32:30 AM (15 years ago)
Author:
Criss
Message:

Add history tab

File:
1 edited

Legend:

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

    r3753 r3771  
    22/*
    33 Plugin Name: Contact Form
    4  Version: 1.0.4
     4 Version: 1.0.5
    55 Description: Add a "Contact" item in the Menu block to offer a contact form to users
    66 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=304
     
    99*/
    1010
    11 /** History **
    12 
    13   2009-08-18 1.0.4
    14                     Update configuration pages
    15 
    16   2009-08-18 1.0.3
    17                     Add configuration option to define menu link or not
    18 
    19   2009-08-18 1.0.2
    20                     Add configuration option to define template variable or not
    21 
    22   2009-08-17 1.0.1
    23                     Add default value to language translation
    24 
    25   2009-08-17 1.0.0
    26                     Put under SVN control
    27 
    28   2009-08-17 0.1.f
    29                     Add obsolete list
    30 
    31   2009-08-17 0.1.e
    32                     Add language configuration for items texts
    33                     Add template variable
    34 
    35   2009-08-14 0.1.d
    36                     Add a redirection page when successfully sent message
    37 
    38   2009-08-13 0.1.c
    39                     Fix regexp bug in mail format check in javascript
    40 
    41   2009-08-13 0.1.b
    42                     Add admin management
    43 
    44   2009-08-13 0.1.a
    45                     Plugin creation
    46 
    47 */
    4811if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    4912
Note: See TracChangeset for help on using the changeset viewer.