New in v1.2.0:
- "Optimize table (reclaim disk space)" maintenance action. InnoDB keeps
deleted rows' space inside the tablespace after pruning; this rebuilds
the table and shrinks the file on disk, reporting resulting size and
space reclaimed. Help text shows current size and internally
reclaimable space. - After a prune that removes 100k+ rows, a message points at the
optimize action. - "Last prune" and "Last optimize" status rows in the Tools page Engine
status panel (when they ran, before/after counts, size on disk, space
reclaimed). - "Table size on disk" status row, flagging internally reclaimable space
when present. - Admin page CSS: px pinning for code/help text per ZC 2.x admin
convention. - Installer: APT_OPTIMIZE_STATS status-tracking configuration key.
Upgrade from v1.1.0 via Plugin Manager (new configuration key seeded).
v1.1.0 directory replaced by v1.2.0 (v1.1.0 remains available via its
release tag).