Ignore:
Timestamp:
May 17, 2010, 8:36:54 PM (14 years ago)
Author:
grum
Message:

prepare release 1.0.0

File:
1 edited

Legend:

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

    r6176 r6210  
    22/*
    33Plugin Name: ColorStat
    4 Version: 0.1.0
     4Version: 1.0.0
    55Description: Allow to make stat on pictures colors
    6 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=
     6Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=393
    77Author: grum@piwigo.org
    88Author URI: http://photos.grum.fr
     
    2424| 0.1.0   | 2010/04/21 | start to coding
    2525|         |            |
    26 |         |            |
     26| 1.0.0   | 2010/05/17 | first release for PEM
    2727|         |            |
    2828|         |            |
     
    8787  //CStat public interface loaded and active only if in public page
    8888  include_once("cstat_pip.class.inc.php");
     89  CStat_functions::init($prefixeTable);
    8990  $obj=new CStat_PIP($prefixeTable, __FILE__);
    9091  set_plugin_data($plugin['id'], $obj);
Note: See TracChangeset for help on using the changeset viewer.