- Housekeeping
- Update mPDF to version 8.0.12
- Remove buildTOC, TOC is in the .ncx file. Only add chapters with content
- Housekeeping
- Add missing H1
- Set EPUB chapter autosplit to false
- Set FS_CHMOD_DIR if not defined
- Add license and copyright
- Upgrade mPDF tol v8.0.10 (PHP 8 support)
- Don't test symfony/polyfill-mbstring if PHP < 8
- Tested up to WP 5.7
- Revert to mPDF 8.0.6, 8.0.10 isn't compatible with PHP < 8.0
- Update mPDF to version 8.0.10 (supports PHP 8)
- Fix bug in _url_exists
- Housekeeping
- Update Admin Page Framework to v3.8.26
- Fix ePub validation errors
- Fix epub validation errors
- Add changes after fork
- Update soderlind/phpepub to version 4.0.8.5
- Require PHP 7.3
- Require PHP 7.3
- Update mPDF to version 8.0.6
- PHPePub supports PHP 7.3
- Prevents formats not selected in plugin settings from being saved
- Fixes query url of attachment to use site url instead of home (allows alternate site url to not break the plugin)
- Tested & found compatible with WP 4.7.
- Linted CSS files
- Removed "XX" that was prefixed to the archive title.
- FIX: Option to save, or not, to media library.
- ADD: Annotations for PDF. Converts foot- / endnotes to annotations. Enable in Read Offline->PDF
- ADD: "Don't include content" using a wrapper with
class="not-readoffline"
, eg:<span class="not-readoffline"> don't include this text in the PDF/ePub/mobi</span>
- ADD: Support for custom post type
- FIX: Bug in Table of Contents settings for ePub and mobi.
- Add
[pdf]
,[epub]
,[mobi]
and[print]
shortcodes.
- Add, for ePub and mobi table of contents, option to select all headers (h1-h6).
- Use
wp_safe_remote_get()
instead ogwp_remote_get()
- Fix load feature image for ePub.
- Tested & found compatible with WP 4.6.
- Remove notice that you should upgrade to PHP 5.6 (bur really, you should).
- Add RTL for PDF, ePub and print. PDF needs the Read Offline Fonts add-on plugin.
- Add support for all mPDF fonts via the Read Offline Fonts add-on plugin
- Update mPDF to version 6.1
- Add Table of Contents to ePub and mobi, default off. Set it in Read Offline->ePub and Read Offline->mobi
- Readded mobi cover page (kind of catch 22, you must have Table of Contents to get a cover page)
- Added missing folder
- Fix ePub and mobi bugs
- Add option in admin to select if you want to cache pdf, epub or mobi files in the Media Libray, default is "No"
- Update PHPePub to version 4.0.7
- Update phpMobi to latest version
- Remove HTMLPurifier
- Fixed HTML purification (previous version stripped html P-tags, sorry). html-purify is now only used when creating ePub
- A lot of changes since last commit, please see CHANGELOG.md at GitHub
- ePub: rewrote routine for embedding images
- ePub: Added option to add Featured Image as a coverpage
- ePub: Fixed bug with adding images
- Read Offline ePub validates using the EPUB Validator
- Read Offline now works with Pages
- Solved a bug that prevented a user from adding a custom css to PDF
- Solved a bug that prevented a user from adding a custom css to ePub
- Reduced mPDF library size by 90% (!!), incl removing fonts. Only DejaVu fonts are included. Will add font management (i.e. option to add fonts) in later version. Please tell me if this breaks the plugin.
- Added localization (that is, added missing
load_plugin_textdomain()
)
- New Feature: Read Offline->Print->Print Style = "The site theme style"
- Biugfixs
- PDF: Page numbering
- ePub: ePub-> Add cover page. Missing cover page gave error.
- Minor fixes.
- Complete rewrite. NOTE, I haven't added support for the
[readoffline]
shortcodes in this version, it will be added in 0.3.0 - Added more PDF features
- Paper formats
- Table of Contents
- Cover Page
- Header and Footer
- Use Theme or Custom CSS
- Add Watermark
- Add Protection
- Print: In addition to downloading a PDF, ePub or mobi, you can now print the page
- Add print header text
- Custom print style
- Updated libraries should give better UTF-8 support for PDF, ePub and mobi.
- Fixed a bug in permalinks that gave 404 for blogs in a subdirectory. Also removed code that gave error when downloading an ePub.
- Added Google Analytics read-offline event tracking. You can find these under Content » Events in your Google Analytics reports. Assumes you’re using the Asynchronous version of Google Analytics
- Fixed a small bug
- Added the option to add custom css to PDF
- In Settings->Read Offline, added the option to add custom css to ePub
- Added languages/read-offline.po for easy translation.
- Added permalink support (/read-offline/"postid"/"post-name"."type"). I've written a how-to add permalink to plugins guide at soderlind.no
- removed the obsolete download.php
- epub will now validate against http://www.epubconversion.com/ePub-validator-iBook.jsp
- Added language variable to the epub file, ISO 639-1 two letter tag based on the WordPress get_locale()
- Fix typo in download.php, was including "Epub.inc.php", correct is "EPub.inc.php".
- bugfix
- Added the Read Offline shortcode
- Added, in Settings->Read Offline, option to add Read Offline to top and/or bottom of post and page
- Filename based on the posts slug
- Added meta data
- Initial release