Capabilities: publishing an article immediately now requires the
publish_posts capability, both at the REST route and where the post is
created. Users who can only write drafts always get drafts.
Articles are authored by the user who requested them (scheduled articles by
the user who created the schedule), instead of whoever happened to poll.
The route that turns a finished job into a post is now POST instead of GET.
0.6.4
Hardening: a finished rewrite is now written straight to the paragraph it
was started on, instead of going through the editor’s “current selection”.
A rewrite takes 30-60 seconds, and whatever you select in the meantime can
no longer affect where the result lands.
0.6.3
Fixed: article images went into the post at their original upload size with
no size information, so themes stretched them across the full width. They
now go in at the large size with proper WordPress image markup, so themes
lay them out correctly and browsers pick a smaller file on phones. The
full-size original is still stored in your media library.
0.6.2
Removed: the source-link field. Articles are now written only from the
topic and instructions you type in wp-admin.
0.6.1
Plugin Check compliance: stricter input sanitization on the scheduling
screen, translator comments, and a WordPress-native tag stripper.
0.6.0
New: Scheduling — recurring article generation with topic rotation
(daily / every 3 days / weekly), draft or auto-publish, pause/resume.
New: onboarding — signup call-to-action and Scribeling dashboard links.
0.3.0
New: writer voices — pick a saved writing persona per article.
0.2.0
Drafts now arrive as native Gutenberg blocks (paragraphs, headings,
images, lists) instead of one Classic blob.
New: rewrite any paragraph in place from the block editor toolbar
(✦ Scribeling AI), with quick presets and free instructions.
0.1.0
First release: full-article generation from wp-admin with stock images,
media-library sideloading, and featured image.