Skip to main content

v2.4.0

alburt
plumio maintainer

Version 2.4.0 of plumio is here!

This release includes:

Major highlights

  • Added App Configuration section in the settings page for app-wide settings. First setting available is Registration Enabled which allows you to control whether new users can register or not.
  • Added custom color themes. You can now choose from a set of predefined color themes in the settings page.
  • Added organization name field to the setup, register forms and a rename button in Organization panel settings.
  • Added rename username feature.
  • Added internal proxy for backend to solve Nginx proxy issue not being able to connect to the correct backend path.
    • Now a required BACKEND_INTERNAL_URL env variable is used for both frontend and backend to communicate with the backend API, which should simplify local development and deployment. Make sure to set it to the correct internal URL of the backend (e.g. http://localhost:3000 for local development - e.g. plumio.mydomain.com for Nginx proxy management).
  • Fixed a bug where app owner couldn't assign admin role to manually created users in Admin panel.