Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-22 22:26:12 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-22 22:26:12 +0300
commit60cdd5013dad332dd045fca629bddf129d5c42bd (patch)
tree8e205ea1b4162403c1ebc650ea507514d50a3f3c /themes
parent9554df8f2c080435fa9e4ab54d6ca22d8fa5e1fb (diff)
Fix themes version support for phpMyAdmin 5.3
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'themes')
-rw-r--r--themes/bootstrap/theme.json4
-rw-r--r--themes/metro/theme.json4
-rw-r--r--themes/original/theme.json4
-rw-r--r--themes/pmahomme/theme.json4
4 files changed, 8 insertions, 8 deletions
diff --git a/themes/bootstrap/theme.json b/themes/bootstrap/theme.json
index 0c5341914f..8ab3593e72 100644
--- a/themes/bootstrap/theme.json
+++ b/themes/bootstrap/theme.json
@@ -1,8 +1,8 @@
{
"name": "Bootstrap",
- "version": "5.1",
+ "version": "5.3",
"description": "Bootstrap theme for phpMyAdmin",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
- "supports": ["5.1", "5.2"]
+ "supports": ["5.3"]
}
diff --git a/themes/metro/theme.json b/themes/metro/theme.json
index e59644abc7..0092229145 100644
--- a/themes/metro/theme.json
+++ b/themes/metro/theme.json
@@ -1,8 +1,8 @@
{
"name": "Metro",
- "version": "5.0",
+ "version": "5.3",
"description": "Metro theme for phpMyAdmin",
"author": "phpMyAdmin developers and hplhu",
"url": "https://www.phpmyadmin.net/",
- "supports": ["5.0", "5.1", "5.2"]
+ "supports": ["5.3"]
}
diff --git a/themes/original/theme.json b/themes/original/theme.json
index a2f6e5099e..f7f458d0b7 100644
--- a/themes/original/theme.json
+++ b/themes/original/theme.json
@@ -1,8 +1,8 @@
{
"name": "Original",
- "version": "5.0",
+ "version": "5.3",
"description": "Original phpMyAdmin theme",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
- "supports": ["5.0", "5.1", "5.2"]
+ "supports": ["5.3"]
}
diff --git a/themes/pmahomme/theme.json b/themes/pmahomme/theme.json
index e451e82d34..728c2cb9d5 100644
--- a/themes/pmahomme/theme.json
+++ b/themes/pmahomme/theme.json
@@ -1,8 +1,8 @@
{
"name": "pmahomme",
- "version": "5.0",
+ "version": "5.3",
"description": "Default phpMyAdmin theme",
"author": "phpMyAdmin developers",
"url": "https://www.phpmyadmin.net/",
- "supports": ["5.0", "5.1", "5.2"]
+ "supports": ["5.3"]
}