version	date	title	change
r1.1	2026-09-16	Revision release — peer-review response	All species and taxonomic-class selectors are now rendered by the server instead of being built in JavaScript. Species lists are populated from the database in every module, so the selectors work with JavaScript disabled and no longer show an empty or stale list.
r1.1	2026-09-16	Revision release — peer-review response	The deprecated JavaScript option-list library was removed from all 43 pages that still loaded it. It rebuilt every dependent drop-down on page load from hard-coded arrays, which is why child selectors could empty themselves or disagree with the species actually selected.
r1.1	2026-09-16	Revision release — peer-review response	Proteomic Analysis: the species selector submitted a short code (for example "SPIST") while the underlying data tables are keyed by the full species name ("Stylophora_pistillata"), so those selections produced an empty table and a raw database error. The page now resolves either form through the species table, only queries a table that exists, and states plainly which dataset it is showing when the requested one is unavailable.
r1.1	2026-09-16	Revision release — peer-review response	The duplicate copy of the Proteomic Analysis page under /submit/ was replaced by a permanent redirect to the live tool. It was reachable but not linked, used a separate and equally stale code path, and discarded the user's input.
r1.1	2026-09-16	Revision release — peer-review response	Pfam and BUSCO result pages: the species parameter is now validated and escaped before being used in a query, and the pfam accession likewise. Both pages previously interpolated these values into SQL unescaped, which allowed an arbitrary-table read, and echoed them into the page unescaped, which allowed script injection. A malformed link on the Pfam table was also corrected.
r1.1	2026-09-16	Revision release — peer-review response	Gene-set enrichment result pages: the job identifier, species code and gene-set name are now validated against their real value ranges before any use. The job identifier is restricted to digits and the species and gene-set names to their permitted character sets, closing a path-traversal and an injection route reachable from a crafted result URL.
r1.1	2026-09-16	Revision release — peer-review response	Download handler hardened: the file parameter is reduced to a base name, resolved with realpath() and refused unless it lies inside the download directory. Requests for files that do not exist now return 404 instead of a silent zero-byte download, and large files are streamed rather than read into memory.
r1.1	2026-09-16	Revision release — peer-review response	New Data Coverage Matrix page: a species-by-data-type availability table covering all species and all 15 data types, with each populated cell linking directly to the corresponding module for that species. Downloadable as tab-separated text.
r1.1	2026-09-16	Revision release — peer-review response	New Functional Domain Search page and new per-species portal pages.
r1.1	2026-09-16	Revision release — peer-review response	New release and changelog page (release.php) with the database version number, last-update date, update schedule and this changelog, plus a machine-readable metadata interface (api.php) and a downloadable file manifest for scripted access. The version stamp now appears in the footer of every page.
r1.0	2026-05-28	Content release	Mitochondrial datasets added to the Mitogenomic Data module.
r1.0	2026-05-28	Content release	Pan-geneset analysis added.
r1.0	2026-05-28	Content release	Species description pages added.
r1.0	2026-05-28	Content release	Cnidarian phylogeny made available in the Species Tree module.
r1.0	2026-05-28	Content release	Phenotype datasets added.
r1.0	2026-05-28	Content release	Multi-omics pages brought online (genome, transcriptome, single-cell, proteome, epigenome, metagenome).
r1.0	2026-05-28	Content release	Dynamic expression view added to the network module.
r1.0	2026-05-28	Content release	Gene-set enrichment analysis made available.
r1.0	2026-05-28	Content release	BLAST search tool integrated.
r1.0	2026-05-28	Content release	Taxonomic browsing implemented across the catalogue.
r1.0	2026-05-28	Content release	Co-expression networks added.
r1.0	2026-05-28	Content release	Primer design tool added.
r1.0	2026-05-28	Content release	JBrowse genome browser deployed.
r0.9	2025-11-18	Initial public release	CnidoSite first released, with the cnidarian genome and fossil-record modules.
