Skip to content

Releases: savedpixel/savedpixel-remote-backup

v1.3.0

09 Apr 22:10

Choose a tag to compare

  • Changed all option keys, constants, AJAX hooks, cron hooks, transients, and HTML element IDs from rb_/RB_ prefix to sprb_/SPRB_ prefix for WordPress.org 4-character uniqueness requirement.
  • Added automatic migration of existing rb_* option keys, cron events, and transients to sprb_* equivalents on upgrade.
  • Added pull-token authentication on the REST /status endpoint (unauthenticated requests now return 401).
  • Added == External services == section to readme.txt documenting the remote backup monitor pull-access feature.
  • Changed Author URI to https://byronjacobs.com.

v1.2.1

27 Mar 02:08

Choose a tag to compare

1.2.1 - 2026-03-27

  • Added dismissible in-progress backup modal support with inline progress continuation.
  • Changed inline backup progress to stay hidden until the modal is dismissed.
  • Changed dismissed inline progress layout to use a full-width bar with a single-line size summary.
  • Fixed progress spinner animation so modal and inline states visibly spin during active work.
  • Fixed dismiss button availability so it appears immediately when the backup modal opens.

v1.1.0

23 Mar 14:12

Choose a tag to compare

  • Added pull-token-authenticated REST endpoint for remote backup triggering.
  • Added support for remotely requested manual and fallback backup runs via existing async job machinery.
  • Added trigger metadata response so a monitor site can track requested runs to completion.

v1.0

13 Mar 00:25

Choose a tag to compare

Version 1.0 release. Includes the packaged plugin zip for manual installation.