Migration manual 1.3.0 to 1.4.0


  1. In the WEB-INF/param/cms-ribbon-default.xmlreplace occurrences of org.ametys.pdf2flash.editor.Insert by org.ametys.flipbook.editor.Insert

  2. In the WEB-INF/param/runtime.xmlreplace occurrences of:
    1. org.ametys.plugins.flipbook.PdfToImagesConvertor by org.ametys.plugins.flipbook.PdfToImagesConvertor
    2. org.ametys.plugins.document2flash.convertor.Pdfbox by org.ametys.plugins.flipbook.convertor.Pdfbox
    3. org.ametys.plugins.document2flash.convertor.CommandLine by org.ametys.plugins.flipbook.convertor.CommandLine


  3. In the database, update the right identifier to insert an interactive PDF
    UPDATE Rights_ProfileRights SET Right_Id='Runtime_Rights_Flipbook_Insert' WHERE Right_Id='Runtime_Rights_Pdf2Flash_Insert';

 

Back to top

Flipbook