Changelog/Release Notes for 2.24

Hi,

We are currently using 2.23.

Is there a changelog / release notes available with what updates / fixes are in 2.24 so we can determine if we should upgrade at this time? I've customised fop2 a little so only wish to recustomise if there are updates that would help us.

Kind Regards

Comments

  • Hi

    Here is a list of changes from version 2.23

    [list:1kib8mzw]
    [*:1kib8mzw]Updated websockets support to work with latest google chrome[/*:m:1kib8mzw]
    [*:1kib8mzw]Improved queue member states using memberstate events, added busy-paused state[/*:m:1kib8mzw]
    [*:1kib8mzw]Clear dialtext after pressing ENTER and 2 seconds delay [/*:m:1kib8mzw]
    [*:1kib8mzw]Improved subaction menu display based on permissions[/*:m:1kib8mzw]
    [*:1kib8mzw]Visual style changes and improvements[/*:m:1kib8mzw]
    [*:1kib8mzw]Add sort feature to buttons in fop2admin[/*:m:1kib8mzw]
    [*:1kib8mzw]Add sort in the panel itself for right column sections using drag&drop[/*:m:1kib8mzw]
    [*:1kib8mzw]Add support for pickupchan (more reliable on multi tenant setups)[/*:m:1kib8mzw]
    [*:1kib8mzw]Update and add some language files (polish, russian, greek, croatian)[/*:m:1kib8mzw]
    [*:1kib8mzw]Use connectedline callerid if available (asterisk 1.8)[/*:m:1kib8mzw]
    [*:1kib8mzw]Allow symbols in database password in auto config scripts[/*:m:1kib8mzw]
    [*:1kib8mzw]Improved auto config scripts, more resilient to version upgrades[/*:m:1kib8mzw]
    [*:1kib8mzw]Bug fixes for multi server setups [/*:m:1kib8mzw]
    [*:1kib8mzw]Add tags to buttons, honored by the filter text box[/*:m:1kib8mzw]
    [*:1kib8mzw]Add noExtenInLabel option to not display the extension in buttons[/*:m:1kib8mzw]
    [*:1kib8mzw]Add extracss parameter to button definition to add custom css clases to any button[/*:m:1kib8mzw][/list:u:1kib8mzw]
  • Thanks for the details :D
  • How exactly does the "extracss" feature work?

    Say I add "extracss=thisbutton", after that, which style sheet do I add the new class to? and does it need to be ".thisbutton" format or "#thisbutton"? Will the extracss override things like background color, etc?
  • "cssclass" is for adding a css class to the button, so the definition should be

    .thisbutton

    the class will be added after every other class that change the button style, as css normally works (classes are 'additive'.

    Important note, it is "cssclass" and not "extracss".

    Best regards,
  • Got it. Going to impliment a per-department color. Looks like it works pretty well, too.
Sign In or Register to comment.