Skip to content

Commit

Permalink
Prepare for 4.9.11
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
  • Loading branch information
ibennetch committed Feb 7, 2023
1 parent 51301e4 commit f1047bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================

4.9.11 (2023-02-07)
- issue [security] Fix an XSS attack through the drag-and-drop upload feature

4.9.10 (2022-02-10)
- issue #17308 Fix broken pagination links in the navigation sidebar

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.9.10
Version 4.9.11

A web interface for MySQL and MariaDB.

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = '4.9.10'
version = '4.9.11'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion libraries/classes/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function __construct($source = null)
*/
public function checkSystem()
{
$this->set('PMA_VERSION', '4.9.10');
$this->set('PMA_VERSION', '4.9.11');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phpmyadmin",
"version": "4.9.10",
"version": "4.9.11",
"description": "A web interface for MySQL and MariaDB",
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
Expand Down

0 comments on commit f1047bc

Please sign in to comment.