Releases: ArsNovaSingers/ars-nova-media
Release list
v1.1.0 — recovered from the live server
Recovered source, not a reconstruction
This plugin had no repository. The running Live site (arsnovasingers.org) held the only copy of its source. On 2026-08-20 the code was read directly off that server through the ars-nova/v1 plugin-file endpoint and committed here verbatim.
To be plain about what this release is: this is the code as deployed on Live, byte for byte. Nothing was rewritten, reformatted, modernised, or reconstructed from memory or from documentation. The version recorded in the plugin header (1.1.0) is the version that was running.
What was transferred
| File | Bytes |
|---|---|
ars-nova-media.php |
14,992 |
README.md |
4,429 |
| Total | 19,421 |
How that was verified
Verification was not by eye. For each file the git blob hash (sha1("blob <len>\0" + content)) was computed locally from the server's response and compared against the hash GitHub returned for the blob it stored:
README.md→1f053b84e17d19f374c719e194a1846ede15c8c9ars-nova-media.php→8217d47736b9400b43056fc36d9fddcf4bd4477a
Both matched on the first attempt, and both file sizes match the sizes the server reported in its directory listing. As a final independent check, the pushed files were downloaded back from GitHub and diffed against the server copies — identical. No file needed a retry, and no corruption was found in either direction.
Not transferred
Nothing. The plugin directory on Live contains exactly these two files and no subdirectories. There were no binary assets — no images, fonts, archives, or compiled translation files — so nothing had to be skipped, and no file in this repository is a guess.
Caveat worth keeping
The live server remained the only copy until this commit existed. Anything changed on Live directly, rather than through this repository, will not be reflected here — future edits should start from this source.