ATTENTION: Update from beta1 to beta2 is not supported
But few change in the database have been made between the two versions, use this command to update an existing beta1 database manually:
UPDATE glpi_configs SET value='2.0.0_beta2' WHERE value='2.0.0_beta1';
What's Changed
- DOn't remove node_module by @minzords in #172
- Update base locales file by @minzords in #173
- fix static dashboard by @AntoineLemarchand in #174
- Translations update from Hosted Weblate by @weblate in #175
- Translations update from Hosted Weblate by @weblate in #176
- Translations update from Hosted Weblate by @weblate in #178
- Fix installer by @minzords in #179
- user forms by @AntoineLemarchand in #180
- fix(html.class.php): profile selector by @AntoineLemarchand in #181
- refactor(*): rename GLPI to ITSM-NG by @minzords in #182
- Update Locales by @minzords in #185
- gridstack usage cleanup by @AntoineLemarchand in #184
- Update all locale file by @minzords in #186
- fix(glpi.pot): fix error by @minzords in #187
- locales(*): update locale by @minzords in #188
- Update Locales, script in /tools amd remove unused script by @minzords in #189
- Various fix by @AntoineLemarchand in #190
- locales(): remove fuzzy-matching by @minzords in #191
- Translations update from Hosted Weblate by @weblate in #192
- Fix Search Button, add info/add button for contract,contact by @minzords in #193
- Translations update from Hosted Weblate by @weblate in #194
- Configuration form by @AntoineLemarchand in #195
- refactor(header_login.twig): rename glpi to ITSM by @minzords in #196
- update version number by @AntoineLemarchand in #197
New Contributors
Full Changelog: v2.0.0_beta1...v2.0.0_beta2