pressbooks / pressbooks-docraptor
Docraptor exporter for Pressbooks.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.0
- composer/installers: ^1.3
- docraptor/docraptor: ^1.1
- yahnis-elsts/plugin-update-checker: ^4.4
Requires (Dev)
- humanmade/coding-standards: ^0.2.1
- phpunit/phpunit: ~5.5
README
Version: 2.2.1
Stable tag: 2.2.1
Tags: ebooks, publishing
Requires PHP: 7.0
Requires at least: 4.9.4
Tested up to: 4.9.4
Pressbooks tested up to: 5.0.2
License: GPLv2
License URI: https://raw.githubusercontent.com/pressbooks/pressbooks-docraptor/master/LICENSE.md
This plugin implements a DocRaptor export module for Pressbooks.
Description
This plugin implements a DocRaptor export module for Pressbooks, acting as a drop-in replacement for Pressbooks' Prince exporter.
Installation
Requirements
- PHP >= 7.0
- Pressbooks >= 5.0.0
- WordPress >= 4.9.1
Installing
To install via Composer (recommended):
composer require pressbooks/pressbooks-docraptor
Or manually install the latest release.
Then, set the constant DOCRAPTOR_API_KEY
to your API key for authenticated usage:
define(\'DOCRAPTOR_API_KEY\', \'YOUR_API_KEY\');
Set the constant WP_ENV
to staging
or production
to disable test mode:
define(\'WP_ENV\', \'production\');
Upgrade Notice
2.2.1
DocRaptor for Pressbooks 2.2.1 requires Pressbooks 5.0 and PHP >= 7.0.
Changelog
2.2.1###
Patches
2.2
NOTICE: Version 2.2 requires Pressbooks 5.0 and PHP >= 7.0.
- [CORE ENHANCEMENT] Updated several dependencies to their latest versions.
2.1
- [CORE ENHANCEMENT] The DocRaptor for Pressbooks plugin is now self-updating — GitHub Updater is no longer required (see #19, #20, and #21).
2.0.1
- Only fetch DocRaptor log when required (#14).
2.0.0
- Human Made Coding standards, other improvements.
1.2.0
- Changed to network-only plugin.
- Added local development mode.
- Improved the retrieval of PDFs.
- Prepared for localization.
1.1.0
- Test mode is now used within development environments only.
1.0.0
- 🚀 INITIAL RELEASE! 🚀