Changeset 32447 in spip-zone
- Timestamp:
- Oct 28, 2009, 11:02:09 PM (11 years ago)
- Location:
- _plugins_/fastcache
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fastcache/plugin.xml
r32442 r32447 38 38 Fastcache 39 39 </prefix> 40 <icon> 41 </icon> 40 <icon>icon-fastcache.png</icon> 42 41 <options>fastcache_options.php</options> 43 42 <fonctions>fastcache_fonctions.php</fonctions> 44 <necessite id="SPIP" version="[ 1.9.0;]" />43 <necessite id="SPIP" version="[2.0.0;]" /> 45 44 <necessite id="xcache" /> 46 45 </plugin> -
_plugins_/fastcache/spip.php
r24495 r32447 4 4 * SPIP, Systeme de publication pour l'internet * 5 5 * * 6 * Copyright (c) 2001-200 7*6 * Copyright (c) 2001-2009 * 7 7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * 8 8 * *
Note: See TracChangeset
for help on using the changeset viewer.