July 2022
Update Patch Release Notes
The following updates have been implemented in this release:
Updated the bulk project creation to use the ebook isbn as the print isbn if Print isbn is missing in the input spreadsheet.
Also, Kindle ISBN is used if both Print and Epub isbn are not supplied in the spreadsheet. Large print isbn is used if Print, Epub and Kindle isbn are not available. And finally Online PDF isbn is used if no other isbn is available in the spreadsheet.
The Master Presentation Templates will be updated by IGP during the update activity. If you have created any custom templates based on the IGP Master Templates, please check that these updates are applied in your templates if applicable.
DPI Form update - Under the ePub3 "Accessibility ARIA Processing", the checkboxes are selected by default.
Process Aria Roles. AND Process Aria States and Properties. [aria-label, aria-labelledby]
DPI Form - Commented the “Link Backmatter Section Notes (no move)” option for ePub3, ePub2 and Kindle
Print, Reader and Writer CSS – Added selector
- div.list-simple-rw
- div.list-simple-rw p
Mobi CSS - Replaced
.year-plan-content-align-center {text-align: center; 0.25em 0em 0.25em 0em;}
to
.year-plan-content-align-center {text-align: center; padding: 0.25em 0em 0.25em 0em;}
Mobi CSS – Added
div.list-simple { text-align: left; margin-top: 1em; margin-right: 0em; margin-bottom: 1em; margin-left: 0em; }
p.list-simple { text-indent: 0em; text-align: left; }
The wrong cover was picked up during the epub packaging if the cover folder had multiple cover files. This fix is for epub2 and epub3.
Text changing to odd characters. The XSL processing entity handling caused a issue with this following pattern. &228;ltä. The conversion processed this to: ####228<#228###. And converting back to real entities caused this replacement ####228<#228###. This is now fixed.
Manuscript Importing - When The "Repeat Heading" checkbox is selected in Table Properties of Word Manuscript, <thead> was not processing for table after applied "Table Heading" style to first table row in manuscript. One was default from MS office and other was through "Table Heading" manuscript style. This is now fixed.
Alt Text processing bug fix - A double straight quotes in the alt text value caused xml parsing error. Fixed this by converting the quotes to entity value
Notes section, in the list-notes-rw block pagebreak id was missing in the package for epub2. This is now fixed.
DP Writer >> Document Processor: When we do "Copy Document End Notes to Section End" without manual linking of production-note-rw to respective SECT-ID's in the Backmatter notes section, the production-note-rw gets deleted. So now we are going to retain the production-note-rw paragraph in Notes section.
Copyright and Dedication Text Block get missing after manuscript import process.
PDF Generation - Removing unwanted span class nohyph-rw from within a and img tag was removing all closing span tags. This caused well-formed error and caused PDF generation failure. This is now fixed.
Manuscript importer - When there are two placeholder images placed together. The caption of the second image appears for the first one also. Also the images appear in one media block. This is now fixed.