Donwloading Editor 2.4 with Datatables

Donwloading Editor 2.4 with Datatables

carrarachristophecarrarachristophe Posts: 116Questions: 26Answers: 2

Hello,
I am trying to install Editor 2.4 but it appears that when downloading along with Datatables and the extensions from https://datatables.net/download, it installs Editor 2.3.2. instead.
Any idea on how I can fix that?
Thanks and regards,
Christophe

Answers

  • kthorngrenkthorngren Posts: 21,554Questions: 26Answers: 4,994

    I just tried it and the bundled package has Editor 2.4.0. Opening datatables.js in shows these included libraries:

     * Included libraries:
     *   DataTables 2.2.1, Editor 2.4.0, Buttons 3.2.0, Select 3.0.0
    

    How are you determining that Editor 2.3.2 is installed? What includes are listed in datatables.js?

    Kevin

  • carrarachristophecarrarachristophe Posts: 116Questions: 26Answers: 2

    Hi Kevin,
    Indeed this is what is mentionned in the comments.
    But If I am not wrong, the code relates to Editor 2.3.2.
    Here is what I find in datatables.min.js:

    /*! DataTables Editor v2.3.2
     *
     * © SpryMedia Ltd, all rights reserved.
     * License: editor.datatables.net/license
     */
    

    This is confirmed by the Version check of the debugger.
    ```

  • kthorngrenkthorngren Posts: 21,554Questions: 26Answers: 4,994

    Well, I guess that you are correct :smile:

    @allan will need to look at the Download Builder to fix the issue. In the mean time you can uncheck the Editor and download it directly from here. Allan will likely post back here once the issue is fixed so you can get the bundled package.

    Kevin

  • carrarachristophecarrarachristophe Posts: 116Questions: 26Answers: 2

    Weird, I get the same result.
    And the first line of Editor-PHP-2.4.0\js\dataTables.editor.js is
    /*! DataTables Editor v2.3.2

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    Hi,

    I've been looking into this, and the software is actually 2.4.0, but I forgot to update the header when I started the release process! I'll get a patch deployed shortly, but it is 2.4.0 that is currently available for download from the download builder (search for "autocomplete" in the code - that wasn't present before this release).

    Allan (off to eat some humble pie).

Sign In or Register to comment.