forked from dotclear/dotclear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease.json
47 lines (41 loc) · 1.12 KB
/
release.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"about": "Dotclear default release configuration",
"note": "This file is required by Dotclear application. Do not edit nor delete it.",
"release_version": "2.28-dev",
"release_name": "PHP 7 is dead, long life to PHP 8",
"release_update_url": "https://download.dotclear.org/versions.xml",
"release_update_canal": "stable",
"release_previous_versions": "https://download.dotclear.org/releases.xml",
"l10n_update_url": "https://services.dotclear.net/dc2.l10n/?version=%s",
"php_min": "8.1",
"mysql_min": "4.1",
"pgsql_min": "8.0",
"next_php": "8.1",
"default_theme": "berlin",
"default_tplset": "mustek",
"default_jquery": "3.7.0",
"distributed_plugins": [
"aboutConfig",
"akismet",
"antispam",
"attachments",
"blogroll",
"breadcrumb",
"dcCKEditor",
"dcLegacyEditor",
"dcProxyV1",
"dcProxyV2",
"fairTrackbacks",
"importExport",
"maintenance",
"pages",
"pings",
"simpleMenu",
"tags",
"themeEditor",
"Uninstaller",
"userPref",
"widgets"
],
"distributed_themes": ["berlin", "blowup", "blueSilence", "customCSS", "ductile"]
}