v2.3.0
- Support for API key configuration via PHP constant. For example, you can add the following line to your
wp-config.php
file:define('ACPL_ALT_GENERATOR_OPENAI_API_KEY', 'your-api-key-here');
- Test with WordPress 6.6
Full Changelog: v2.2.1...v2.3.0