Ignore:
Timestamp:
May 18, 2010, 7:09:25 AM (14 years ago)
Author:
vdigital
Message:

Support: The basic 2.1 support

File:
1 edited

Legend:

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

    r4850 r6220  
    11<?php /*
    22Plugin Name: Charlies content
    3 Version: 2.0.f
     3Version: 2.1.a
    44Description: Charlies content is a global solution for none picture files.
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=119
     
    1616
    1717/** History ***************
     18  2010-05-18 2.1.a (The basic 2.1 version)
     19                                                 Just support 2.1.
    1820  2010-02-08 2.0.f (The reset version)
    1921                                                 includes Reset ALL Charlies' configuration in second tab
     
    6062define('CHARLIES_DIR' , basename(dirname(__FILE__)));
    6163define('CHARLIES_PATH' , PHPWG_PLUGINS_PATH . CHARLIES_DIR . '/');
    62 define('CHARLIES_VER' , '2.0.f');
     64define('CHARLIES_VER' , '2.1.a');
    6365$x = @file_get_contents( $conf['local_data_dir'].'/plugins/'.basename(dirname(__FILE__)).'.dat');
    6466if ($x!==false) $charlie = unserialize($x);
Note: See TracChangeset for help on using the changeset viewer.