Changeset 94475 in spip-zone
- Timestamp:
- Jan 6, 2016, 3:16:16 PM (5 years ago)
- Location:
- _core_/plugins/svp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/svp/inc/svp_decider.php
r93656 r94475 598 598 $v = "0.0.0"; 599 599 $plugin = false; 600 foreach ($this->end['p'] as $ prefixe=> $end) {600 foreach ($this->end['p'] as $endp => $end) { 601 601 if (isset($end['procure'][$prefixe]) 602 602 and spip_version_compare($end['procure'][$prefixe], $v, ">") 603 603 ) { 604 604 $v = $end['procure'][$prefixe]; 605 $plugin = $this->end['p'][$ prefixe];605 $plugin = $this->end['p'][$endp]; 606 606 } 607 607 } -
_core_/plugins/svp/paquet.xml
r93435 r94475 2 2 prefix="svp" 3 3 categorie="maintenance" 4 version="0.88. 4"4 version="0.88.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.