Releases: mehrwert/TYPO3-phpMyAdmin
Releases · mehrwert/TYPO3-phpMyAdmin
phpMyAdmin for TYPO3 – 5.0.0
This release of EXT:phpMyAdmin for TYPO3 is a feature release with some major changes. It provides the latest stable 4.4.x release (4.4.11) of phpMyAdmin.
http://typo3.org/extensions/repository/view/phpmyadmin
New Features
- Compatibility for TYPO3 6.2-LTS up to TYPO3 7.3
- Support of mysql socket connections if configured in TYPO3
- New icon for better visual integration in 7.x
- Localization moved to XLIFF format
Changes
- Switch to mysqli for database connection
- Drop unsupported configuration pMA directives
- Code cleanup in backend module
phpMyAdmin for TYPO3 – 5.0.0 Beta 2
- [FEATURE] Updated pMA to the latest stable 4.4.x release (4.4.10)
- [CHANGE] Set TYPO3 compatibility for 6.2 to 7.3
- [!!!][CHANGE] Switch to mysqli for database connection
- [CHANGE] Drop unsupported configuration pMA directives
- [FEATURE] Support of mysql socket connections if configured in TYPO3
- [CHANGE] Code cleanup in backend module
- [CHANGE] Move localization to XLIFF
phpMyAdmin for TYPO3 – 5.0.0 Beta 1
phpMyAdmin for TYPO3 – 4.19.0
- Feature: Updated pMA to the latest stable 4.0.x release (4.0.10.10)
- Security: Includes several security fixes
- PMASA-2015-3: Vulnerability allowing man-in-the-middle attack on API call to GitHub.
- PMASA-2015-2: XSRF/CSRF vulnerability in phpMyAdmin setup.
- PMASA-2015-1: Risk of BREACH attack due to reflected parameter.
- Bugfix: Add extension configuration to disable transparent session ids to fix bugs in JSON output – see https://forge.typo3.org/issues/58263 - thanks to Stefan Froemken for providing this fix
- Feature: Add check for
$GLOBALS['PHP_UNIT_TEST_RUNNING']
in classtx_phpmyadmin_utilities
to disable session and cookie handling if PHP Unit Test are in progress. Set$GLOBALS['PHP_UNIT_TEST_RUNNING'] = TRUE;
in your Unit Test in yoursetUp()
method. - Change: Remove obsolete configuration option »AjaxEnable« (no longer available in pMA)
- Change: Switch documentation to reST