Skip to content
Snippets Groups Projects
Unverified Commit 0ac46aed authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Update changelog

parent d3d7f0b4
No related branches found
No related tags found
No related merge requests found
v2.3.4
======
* FEATURE: Element import, ability to map ontology and taxonomy
* BUG: Fix list mode
v2.3.1
======
......
parameters:
app.version: 2.3.3
\ No newline at end of file
app.version: 2.3.4
\ No newline at end of file
......@@ -27,6 +27,8 @@ class MigrationCommand extends GoGoAbstractCommand
public $commands = [
// v2.3.1
"app:elements:updateJson all"
// v2.3.4
"app:elements:updateJson all"
];
public $messages = [
......@@ -36,6 +38,8 @@ class MigrationCommand extends GoGoAbstractCommand
"Nouvelle option pour le menu (Personnalisation -> La Carte -> onglet Menu) : afficher à côté de chaque catégories le nombre d'élements disponible pour cette catégorie",
// v2.3.1
"Vous pouvez maintenant renseigner la licence qui protège vos données dans Personnalisation -> Configuration Générale"
// v2.3.4
"Amélioration du système d'import: vous pouvez maintenant faire correspondre les champs et les catégories avant d'importer"
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment