Browse Source

Eviter un plantage si deux plugins avec cete surcharge sont actifs (typo_guillemets utilise la meme surcharge).

Il manque une declaration d'exclusion du type "ce plugin n'est pas compatible avec celui la"
svn/root/tags/v1.5.2
cedric@yterium.com 10 years ago
parent
commit
9a06566c42
  1. 2
      orthotypo_options.php
  2. 2
      paquet.xml

2
orthotypo_options.php

@ -7,6 +7,7 @@
if (!defined("_ECRIRE_INC_VERSION")) return;
if (!function_exists('inc_lien')){
/**
* pour les liens, on transforme les guill francais « » des titres en guill de second niveau
*
@ -32,4 +33,5 @@ function inc_lien() {
// et hop
return $typo;
}
}

2
paquet.xml

@ -1,7 +1,7 @@
<paquet
prefix="orthotypo"
categorie="edition"
version="1.3.1"
version="1.3.2"
etat="stable"
compatibilite="[3.0.0;3.0.*]"
logo="prive/themes/spip/images/orthotypo-32.png"

Loading…
Cancel
Save