Releases: itsmng/itsm-ng
v1.6.3
v1.6.2
What's Changed
- fix: deprecated functions by @AntoineLemarchand in #278
- fix: made members public by @AntoineLemarchand in #279
- release(1.6.2): 🔖 by @minzords in #280
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- translate(README.md) by @minzords in #154
- fix(central.class.php): render rss feed based on right by @AntoineLemarchand in #205
- Fix common ITIL task by @AntoineLemarchand in #212
- fix(problem.class.php): use parent function instead of problem by @AntoineLemarchand in #213
- release(): 1.6.1 by @minzords in #229
- oidc and link fix by @AntoineLemarchand in #230
- Document button now hidden when user cannot create ticket by @AntoineLemarchand in #234
- fix(oidc.class.php): redirect on oidc login by @AntoineLemarchand in #241
- fix github issues by @AntoineLemarchand in #249
- Oidc features by @AntoineLemarchand in #250
- OIDC account creation rule by @AntoineLemarchand in #276
- fix(): add proxy and cert column by @minzords in #274
Full Changelog: v1.6.0...v1.6.1
v2.0.0_rc3
What's Changed
- Styling cleanup + column selection in table by @AntoineLemarchand in #235
- Remove need for api for dashboard system by @AntoineLemarchand in #237
- fix(itsm_update_151_200.php): added back glpi_dashboards by @AntoineLemarchand in #238
- Fix home graph by @AntoineLemarchand in #240
- oidc logout link + minor fixes by @AntoineLemarchand in #242
- fix(dashboard.js): empty options when changing dashboard data by @AntoineLemarchand in #243
- [CI] Add install test by @minzords in #244
- Minor fixes by @AntoineLemarchand in #251
- Translations update from Hosted Weblate by @weblate in #252
- Styling and minor fixes by @AntoineLemarchand in #253
- Translations update from Hosted Weblate by @weblate in #254
- minor fixes by @AntoineLemarchand in #255
- Translations update from Hosted Weblate by @weblate in #256
- fix(build_itsm.sh) by @minzords in #257
- Styling update by @AntoineLemarchand in #258
- minor navbar changes and icon added by @Lcanet2 in #260
- style cleanup by @AntoineLemarchand in #259
- Tab system cleanup by @AntoineLemarchand in #261
- nav fixes by @Lcanet2 in #262
- notifications forms by @AntoineLemarchand in #263
- remove nav resize by @Lcanet2 in #264
- rules and transfer form by @AntoineLemarchand in #265
- minor styling by @AntoineLemarchand in #266
New Contributors
Full Changelog: v2.0.0_rc2...v2.0.0_rc3
v2.0.0_rc2
ATTENTION: Update from rc1 to rc2 is not supported
But few change in the database have been made between the two versions, use this command to update an existing rc1 database manually:
UPDATE glpi_configs SET value='2.0.0_rc2' WHERE value LIKE '%2.0.0_rc1%';
What's Changed
- Somes fix by @minzords in #219
- [LDAP] Remove some deprecated function by @minzords in #220
- Serverside table rendering by @AntoineLemarchand in #221
- fix search system by @AntoineLemarchand in #222
- fix(config.class.php): remove apcu by @minzords in #223
- Minor fixes by @AntoineLemarchand in #225
- feat(oidc.class.php): add username on form by @minzords in #226
- Minor fixes by @AntoineLemarchand in #227
- Security update & Clean old CI/CD by @minzords in #228
- minor fixes by @AntoineLemarchand in #232
- bump to rc2 by @AntoineLemarchand in #233
Full Changelog: v2.0.0_rc1...v2.0.0_rc2
v2.0.0_rc1
ATTENTION: Update from betaXX to rc1 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_rc1' WHERE value LIKE '%2.0.0_beta%';
What's Changed
- fix(RoboFile.php): do not minify css for now by @AntoineLemarchand in #209
- fix and networkport table by @AntoineLemarchand in #210
- Translations update from Hosted Weblate by @weblate in #204
- fix(application.class.php): fix error when cli console doesn't have a… by @minzords in #211
- Backport task problem to do 1.5 by @AntoineLemarchand in #214
- Fix minify by @minzords in #215
- Various fixes by @AntoineLemarchand in #216
- Minor twig fixes by @AntoineLemarchand in #217
- update(*): version bump to rc1 by @AntoineLemarchand in #218
Full Changelog: v2.0.0_beta3...v2.0.0_rc1
v2.0.0_beta3
ATTENTION: Update from betaXX to beta3 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_beta3' WHERE value LIKE '%2.0.0_beta%';
What's Changed
- Csrf by @AntoineLemarchand in #198
- Translations update from Hosted Weblate by @weblate in #199
- fix(*): fix deprecated dynamic property by @minzords in #200
- Form rework by @AntoineLemarchand in #202
- Translations update from Hosted Weblate by @weblate in #203
- Massive action + massive performance repair by @AntoineLemarchand in #206
- Update page by @AntoineLemarchand in #207
- Update page by @AntoineLemarchand in #208
Full Changelog: v2.0.0_beta2...v2.0.0_beta3
v2.0.0_beta2
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
v2.0.0-Beta1
New Contributors
- @RudyLaurent made their first contribution in #48
- @Steeex made their first contribution in #51
- @airoine made their first contribution in #53
Full Changelog: v1.5.0...v2.0.0
v1.6.0
What's Changed
- Update rack.class.php by @yllen in #78
- fix upgrade from GLPI by @yllen in #80
- Update action package dir by @charleneauger in #40
- fix(*) fix migration script by @minzords in #105
- Security update by @AntoineLemarchand in #101
- V1 update fix by @minzords in #111
- Update migration by @minzords in #114
- Fix unit test on CI by @minzords in #115
- fix(update.class.php): Fix update from glpi by @minzords in #116
New Contributors
Full Changelog: v1.5.1...v1.6.0