Libredesk v2.3.1
Fixes admin pages firing duplicate API requests after the inbox was opened.
Upgrade notes
- Always take a database backup before upgrading.
- Follow the steps here.
Changelog
- 5cd691f Merge pull request #353 from abhinavxd/fix/duplicate-admin-api-requests
- 5c5c73b soft-refresh conversation list on inbox re-entry instead of refetching
- 97df3ba fix: remove inbox keep-alive that caused duplicate admin requests
- b42c46f Update contributing.md
- 59f9b4e Merge pull request #347 from abhinavxd/dependabot/npm_and_yarn/frontend/axios-1.16.0
- 817e15d add missing key to sample toml
- 3e7756a fix: correct config keys for socket and draft retention
- 3e9a52f build(deps): bump axios from 1.15.2 to 1.16.0 in /frontend
What's Changed
- build(deps): bump axios from 1.15.2 to 1.16.0 in /frontend by @dependabot[bot] in #347
- fix: remove inbox keep-alive that caused duplicate admin requests by @abhinavxd in #353
Full Changelog: v2.3.0...v2.3.1