Add theme.json for current themes

This won't be used in 4.7 branch, but the website will soon use this
metadata.

See https://github.com/phpmyadmin/phpmyadmin/pull/13261

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař
2017-05-16 15:44:21 +02:00
parent 43a06b258a
commit bacf6df424
8 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
// Theme info
$theme_name = 'Fallen';
$theme_full_version = '0.5';
$theme_full_version = '0.6';
+7
View File
@@ -0,0 +1,7 @@
{
"name": "Fallen",
"version": "0.6",
"author": "Frans Allen",
"url": "https://www.fransallen.com/",
"supports": ["4.7"]
}
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$theme_name = 'metro';
$theme_full_version = '2.6';
$theme_full_version = '2.7';
+8
View File
@@ -0,0 +1,8 @@
{
"name": "pmahomme",
"version": "2.7",
"author": "hplhu",
"url": "https://www.phpmyadmin.net/",
"supports": ["4.7"]
}
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$theme_name = 'mhn';
$theme_full_version = '1.2';
$theme_full_version = '1.3';
+8
View File
@@ -0,0 +1,8 @@
{
"name": "mhn",
"version": "1.3",
"author": "Mohan Khadka",
"url": "http://www.mohankhadka.com.np/",
"supports": ["4.7"]
}
+1 -1
View File
@@ -11,4 +11,4 @@
*
*/
$theme_name = 'pmaterial';
$theme_full_version = '1.1';
$theme_full_version = '1.2';
+8
View File
@@ -0,0 +1,8 @@
{
"name": "pmaterial",
"version": "1.2",
"author": "Jees K. Denny",
"url": "https://www.phpmyadmin.net/",
"supports": ["4.7"]
}