Changeset 1561369
- Timestamp:
- 12/24/2016 02:30:53 PM (9 years ago)
- Location:
- fenshop/trunk
- Files:
-
- 2 edited
-
FenShop.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fenshop/trunk/FenShop.php
r1556990 r1561369 4 4 * Plugin URI: http://fensoftheberge.com 5 5 * Description: Lien vers FenShop - Boutique gaming sur mesure / Link to FenShop - Full customizable gaming shop 6 * Version: 1.11 6 * Version: 1.11.1 7 7 * Author: fensoft 8 8 * Author URI: http://fensoftheberge.com … … 307 307 $lines = ""; 308 308 foreach ($fenshop_buyoutlist as $buyout) { 309 if ($buyout->disabled == "true") 310 continue; 309 311 $line = $matches[1][$id]; 310 312 if (preg_match_all("/[{]FenShop:buy:icon[}]/s", $line, $matches_line)) -
fenshop/trunk/readme.txt
r1556967 r1561369 45 45 == Changelog == 46 46 47 = 1.11.1 = 48 Cache le moyen de paiement si désactivé dans le shop 49 Hide payment mean if disabled in shop 50 47 51 = 1.11 = 48 52 Meilleur design par défaut pour achat crédit
Note: See TracChangeset
for help on using the changeset viewer.