Skip to content

Commit

Permalink
phpMyAdmin 5.2.1
Browse files Browse the repository at this point in the history
- issue #17506 Fix error when configuring 2FA without XMLWriter or 
Imagick
- issue #17519 Fix Export pages not working in certain conditions
- issue #17121 Fix password_hash function incorrectly adding single 
quotes to password before hashing
- issue #17736 Add utf8mb3 as an alias of utf8 on the charset 
description page
- issue #17248 Support the UUID data type for MariaDB >= 10.7
- issue #16042 Fixes malformed downloads when using gzip compression 
type and FireFox browser
- Add `spellcheck="false"` to all password fields and some text fields 
to avoid spell-jacking data leaks
- Fixes for JavaScript errors when using Designer
- Fixes for PHP 8.2 compatibility
  • Loading branch information
mhzawadi committed Feb 10, 2023
1 parent 9895e04 commit ddf239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk update && \
&& rm -f /var/cache/apk/*;

# Calculate download URL
ENV VERSION 5.2.0
ENV VERSION 5.2.1
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
LABEL version=$VERSION

Expand Down

0 comments on commit ddf239a

Please sign in to comment.