Bladeren bron

Version 24.5.C

feature/rotating_product
Guillaume Bourgeois 6 maanden geleden
bovenliggende
commit
c5797c424e
2 gewijzigde bestanden met toevoegingen van 27 en 1 verwijderingen
  1. +1
    -1
      common/config/params.php
  2. +26
    -0
      common/versions/24.5.C.php

+ 1
- 1
common/config/params.php Bestand weergeven

@@ -37,7 +37,7 @@
*/

return [
'version' => '24.5.B',
'version' => '24.5.C',
'maintenanceMode' => false,
'siteName' => 'Souke',
'tinyMcePlugins' => 'preview searchreplace autolink autosave save directionality code visualblocks visualchars fullscreen image link lists wordcount help',

+ 26
- 0
common/versions/24.5.C.php Bestand weergeven

@@ -0,0 +1,26 @@
<?php

require_once dirname(__FILE__).'/_macros.php';

version(
'13/05/2024',
[
[
],
[
"[Administration] Distributions : optimisation du chargement des jours de distribution",
"[Administration] Documents : correctif bug nom produit non affiché et TVA en NaN",
"[Site] Inscription : ajout description infolettres",
]
],
[
[
],
[

]
],
$userCurrent
);

?>

Laden…
Annuleren
Opslaan