=== Accessible Docs === Contributors: group107 Donate link: https://group107.com/ Tags: accessibility, pdf Requires at least: 6.6 Requires PHP: 7.4 Tested up to: 6.7 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin enhances accessibility by allowing users to send PDF files to convert into accessible formats. == Description == When a user clicks a link to a PDF file, a popup appears, offering the option to send the file to Accessible Docs for processing. Once the document is converted, the accessible version is emailed to the user. Features include: * Track and manage accessibility requests with filtering options by date range, status, file name, or user email. * Compatible with Polylang and WPML for multilingual support. * Customize plugin text translations and enable/disable specific languages. == External Services == This plugin connects to Accessible Docs API (https://api.accessibledocs.ai) to upload, check, and process PDF files into accessible formats. The following data is sent to the API: - User's email address - File identifier (attachment ID) - File download link (publicly accessible) The data is sent upon user request, only when the user submits a file for conversion. Service provider: Accessible Docs API - https://api.accessibledocs.ai - Terms of Use: https://accessibledocs.ai/terms-and-conditions/ - Privacy Policy: https://accessibledocs.ai/privacy-policy/ == Installation == 1. Upload the plugin files to the `/wp-content/plugins/accessible-docs` directory. 2. In the WordPress admin panel, activate **Accessible Docs** from the Plugins menu. 3. Navigate to **Accessible Docs** in the admin menu and enter your Accessible Docs account email and password. 4. Adjust settings under **Accessible Docs > Popup Settings** to enable or customize the popup text. == Changelog == = 1.0.0 = * Initial release