You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: Edit history keeps the ten most recent saves of each page plus the
Original. Every save the plugin holds is listed and can be restored. A page
with a longer log is trimmed to that the next time its history is opened or
the page is saved.
Changed: Every stylesheet and script the plugin adds now goes through the
WordPress enqueue API — the decorative and article styling layers, per-block
styles, and the Form Settings and SEO & Sharing screens, whose behaviour
moved into assets/admin-settings.js. Structured data is printed with
WordPress's own inline script tag function.
Changed: The paid plugin is mentioned in one place: a single plain item,
Visual Edit Pro, at the end of the Visual Edit Lite menu, opening one screen
of text with one link. The two Pro-marked items are gone, and nothing is
added to any other admin screen.
Removed: The part of the content exporter that could package a theme. Lite
exports content bundles only; theme export is not in this plugin.
Security: The public "load more" route answers only for a published page
without a password, and gives one answer for every refusal. A listing no
longer includes password-protected posts.
Security: A form field whose name starts with an underscore is ignored, so a
visitor cannot write one of the submission's internal meta keys.
Security: The legacy static import copies only files of a type WordPress
accepts as an upload, from inside the extracted folder. A double opt-in link
stops working after fourteen days, and exporting parked content, which can
include submissions and subscribers, requires an administrator.
Added: A Credits section, and a notice in the four editor files that derive
from Open Design (Apache License 2.0).