1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/docs/assets/versions.js

17 lines
161 B
JavaScript
Raw Normal View History

2022-07-04 11:59:34 +02:00
window.IMGPROXY_VERSIONS = [
2023-01-11 18:07:50 +02:00
"3.13",
2022-12-11 18:55:13 +02:00
"3.12",
2022-11-17 16:17:10 +02:00
"3.11",
2022-11-04 15:46:39 +02:00
"3.10",
2022-10-19 15:53:38 +02:00
"3.9",
2022-10-06 17:25:44 +02:00
"3.8",
2022-07-27 13:45:25 +02:00
"3.7",
2022-07-04 11:59:34 +02:00
"3.6",
"3.5",
"3.4",
"3.3",
"3.2",
"3.1",
"3.0"
];