-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
26 lines (26 loc) · 851 Bytes
/
version.json
File metadata and controls
26 lines (26 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Cimaise",
"version": "1.4.0",
"description": "Professional Photography Portfolio CMS - A modern, minimalist content management system designed for photographers to showcase their work with elegant galleries, advanced image processing, and comprehensive SEO optimization.",
"author": "Fabio",
"license": "MIT",
"php_minimum": "8.0.0",
"database": {
"supported": [
"sqlite",
"mysql"
],
"default": "sqlite"
},
"features": [
"Multi-database support (SQLite/MySQL)",
"Responsive image processing (AVIF, WebP, JPEG)",
"Multiple gallery templates",
"Film photography metadata support",
"SEO optimization with structured data",
"Built-in analytics",
"Social sharing integration"
],
"release_date": "2026-05-29",
"repository": "https://github.com/fabiodalez-dev/cimaise"
}