Changeset 7760


Ignore:
Timestamp:
Nov 13, 2010, 12:21:25 PM (13 years ago)
Author:
rub
Message:

Fix link fun snow

Add automatic version on my plugin

Location:
extensions
Files:
5 edited

Legend:

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

    r3322 r7760  
    2121/*
    2222Plugin Name: Dotclear Easy
    23 Version: 1.0.2.1
     23Version: auto
    2424Description: Displays in a new window picture links to use in writing post
    2525Plugin URI: http://piwigo.org/ext/extension_view.php?eid=128
  • extensions/dynareceperio/main.inc.php

    r6528 r7760  
    2121/*
    2222Plugin Name: Dynamic Recent Period
    23 Version: 2.0.a
     23Version: auto
    2424Description: Computes a dynamic recent period / Calcule une période récente dynamique
    2525Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=180
  • extensions/fun_citation/main.inc.php

    r3326 r7760  
    2121/*
    2222Plugin Name: Fun Citation
    23 Version: 2.0.c
     23Version: auto
    2424Description: Ajoute une citation en français à ta page
    2525Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=256
  • extensions/fun_snow/main.inc.php

    r3327 r7760  
    2121/*
    2222Plugin Name: Fun Snow
    23 Version: 2.0.c
     23Version: auto
    2424Description: Add snow on your page / Ajoute de la neige à ta page
    2525Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=255
     
    5858  if (isset($conf['fun_snow_pages'][$page_name]) and $conf['fun_snow_pages'][$page_name])
    5959  {
    60     $code_snow = '<script type="text/javascript" src="http://images.topflood.com/neige-perso.php"></script>';
     60    $code_snow = '<script type="text/javascript" src="http://scripts.webnetters.org/neige-perso.php"></script>';
    6161
    6262    if (method_exists($template, 'append'))
  • extensions/wsstats/main.inc.php

    r6529 r7760  
    2121/*
    2222Plugin Name: Web services statistics
    23 Version: 1.0.2.1
     23Version: auto
    2424Description: Adds statistics for web services method calls / Ajoute des statistiques pour les appels de méthode des web services
    2525Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=171
Note: See TracChangeset for help on using the changeset viewer.