Author Topic: Update 1.4.2 released  (Read 5142 times)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Update 1.4.2 released
« on: January 02, 2020, 11:09:39 AM »
We proudly announce the second service release to update the brand new stable version 1.4.

It contains fixes and improvements reported since the release of version 1.4.1. See the full changelog in the release notes on the Github download page.

This release is considered stable and we recommend to update all productive installations of Roundcube with this version. Download it from roundcube.net.

Please do backup your data before updating!

Source: https://roundcube.net/news/2020/01/01/update-1.4.2-released
Get it Now: https://roundcube.net/download

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Update 1.4.2 released
« Reply #1 on: January 03, 2020, 07:08:37 PM »
I've never seen a "Custom-Skin" config option, I think you want the "skins_allowed" config option:
Code: [Select]
// Limit skins available for the user.
// Note: When not empty, it should include the default skin set in 'skin' option.
$config['skins_allowed'] = array();