Skip to content

v1.0.0

Choose a tag to compare

@Finallf Finallf released this 20 Jun 01:05
· 39 commits to master since this release

1.0.0 (2026-06-20)

✨ Features

  • admin: 1:1 ReloadeD-theme panel UI (a34d188)
  • admin: show the ReloadeD logo in the panel header (d75413e)
  • backup: full backup archiver — db + uploads + manifest into one .zip (ad05c2e)
  • backup: resumable database dumper (PHP/wpdb) (4173b02)
  • backup: safety-snapshot retention + reset control (eb63fbd)
  • core: plugin scaffold — resumable job engine, admin UI, health-check (174a50a)
  • restore: apply restore — safety backup + resumable DB import (063b2d7)
  • restore: extract uploads — completes the same-domain restore (823f113)
  • restore: read-only preview — validate manifest, integrity, warnings (1f85dfc)
  • restore: serialized-safe search-replace for cross-domain restores (da2c593)
  • restore: upload a backup .zip from the admin (85d0fe7)
  • storage: secure backup store — token names + PHP-only download (7b9302c)
  • updater: GitHub self-updater + Updates card (1:1 with the theme) (ea20e47)

🐛 Bug Fixes

  • backup: escape dump values with mysqli_real_escape_string (ddb1b9f)
  • restore: harden the job loop and surface import failures (b576fc4)
  • restore: survive the full-database swap (cross-domain restore) (9db1329)
  • updater: pick the highest semver release, not [0] (16e0add)

♻️ Code Refactoring

  • clean dev scaffolding and rename to ReloadeD Backup (a890b9c)

📝 Documentation

  • contributor: contrib-readme-action has updated readme (bd35a26)
  • contributor: contrib-readme-action has updated readme (9513c6c)
  • rewrite the README in the ReloadeD style (b48ed24)