Skip to content

Commit

Permalink
[SECURITY] Update pMA to the latest stable 5.2.x release (5.2.1) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeutel committed Aug 3, 2023
1 parent d17afca commit 1006914
Show file tree
Hide file tree
Showing 4,305 changed files with 395,295 additions and 337,330 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Classes/Backend/PmaModule.php
Expand Up @@ -65,7 +65,7 @@ public function main()
$MCONF['name'] = 'tools_txphpmyadmin';
$MCONF['script'] = '_DISPATCH';
$MCONF['access'] = 'admin';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-5.1.1-all-languages/';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-5.2.1-all-languages/';
$MCONF['PMA_script'] = 'index.php';

$this->MCONF = $MCONF;
Expand Down
7 changes: 7 additions & 0 deletions Documentation/Changelog/Index.rst
Expand Up @@ -8,6 +8,13 @@ Change Log

The following is an overview of the changes in this extension. For more details `read the online log <https://github.com/mehrwert/TYPO3-phpMyAdmin>`_.

2023-02-08 Andreas Beutel - Version 6.1.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [TASK] Update pMA to the latest stable 5.2.x release (5.2.1)
- [SECURITY] Includes moderate vendor security fix
- `PMASA-2023-1 <https://www.phpmyadmin.net/security/PMASA-2023-1/>`_: XSS vulnerability in drag-and-drop upload
- [TASK] Add .ddev configuration

2021-11-25 Andreas Beutel - Version 6.0.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [BUGFIX] Only set PHPMyAdmin cookie for BE Users - GH #57 (thanks to bmack for reporting and fixing this)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Expand Up @@ -4,7 +4,7 @@

project = phpMyAdmin for TYPO3
version = 6.0
release = 6.0.1
release = 6.1.0
t3author = mehrwert intermediale kommunikation GmbH
copyright = since 2002 by the authors

Expand Down
675 changes: 0 additions & 675 deletions Vendor/phpMyAdmin-5.1.1-all-languages/ChangeLog

This file was deleted.

52 changes: 0 additions & 52 deletions Vendor/phpMyAdmin-5.1.1-all-languages/README

This file was deleted.

1 change: 0 additions & 1 deletion Vendor/phpMyAdmin-5.1.1-all-languages/RELEASE-DATE-5.1.1

This file was deleted.

3 changes: 0 additions & 3 deletions Vendor/phpMyAdmin-5.1.1-all-languages/babel.config.json

This file was deleted.

122 changes: 0 additions & 122 deletions Vendor/phpMyAdmin-5.1.1-all-languages/composer.json

This file was deleted.

0 comments on commit 1006914

Please sign in to comment.