https://github.com/code-lts/phpmyadmin-releases
phpMyAdmin releases into GIT
https://github.com/code-lts/phpmyadmin-releases
Last synced: 4 months ago
JSON representation
phpMyAdmin releases into GIT
- Host: GitHub
- URL: https://github.com/code-lts/phpmyadmin-releases
- Owner: code-lts
- License: mpl-2.0
- Created: 2020-10-11T20:26:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T11:23:03.000Z (over 2 years ago)
- Last Synced: 2025-01-16T11:26:27.512Z (5 months ago)
- Language: Shell
- Size: 172 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpMyAdmin releases
phpMyAdmin releases into GIT
## Tag spec
### By version
- `upstream/version/all-languages/{VERSION}` Each "all languages" phpMyAdmin version.
- `upstream/version/english/{VERSION}` Each "english" phpMyAdmin version.
- `upstream/version/source/{VERSION}` Each "source" phpMyAdmin version.## Branches spec
### Latest ones
- `upstream/latest-all-languages` Latest "all languages" phpMyAdmin version.
- `upstream/latest-english` Latest "english" phpMyAdmin version.
- `upstream/latest-source` Latest "source" phpMyAdmin version.### By series
- `upstream/series/latest-all-languages/{MAJOR}-{MINOR}` Latest "all languages" phpMyAdmin version for this series.
- `upstream/series/latest-english/{MAJOR}-{MINOR}` Latest "english" phpMyAdmin version for this series.
- `upstream/series/latest-source/{MAJOR}-{MINOR}` Latest "source" phpMyAdmin version for this series.