Changelog
- Rename the plugin to Scriptorium AI Provider for Codex and the main plugin file to
scriptorium-ai-provider-for-codex.php. - Carry Connector Approval state across the plugin rename while preserving any prior administrator revocation.
- Deliver admin screen styles through
wp_add_inline_style()and connection-page config through script-module data instead of inline style/script tags. - Document that the plugin is an independent integration and is not affiliated with OpenAI.
- Harden release packaging around the renamed plugin slug and local-only file exclusions.
Upgrade Notice
Renaming the main plugin file means an in-place update deactivates the plugin because the previous file no longer exists. Reactivate it from the Plugins screen after updating; settings and connections are preserved. Fresh installs are unaffected.
Verification
- Composer manifest validation passed:
composer validate --strict. - Static analysis passed:
composer phpstan. - Project verification passed:
WP_PATH=/home/dev/wp-hperkins-com bash scripts/verify.sh. - Release package built from a clean detached
HEADworktree withDIST_DIR=/home/dev/plugin-builds bash scripts/package-release.sh. - Release zip inspected:
scriptorium-ai-provider-for-codex-0.1.5.zip, 55 files, no local notes/transcripts/dev dependencies. - Release-style Plugin Check passed with no errors:
WP_PATH=/home/dev/wp-hperkins-com bash scripts/plugin-check-release.sh.
Artifact
- SHA-256:
6be090aa51bc446dfeb93e88cb312820a135d08a9a4e5c60090c3f9a3b5e81b6
Full changes: v0.1.4...v0.1.5