Skip to content

Releases: mehrwert/TYPO3-phpMyAdmin

phpMyAdmin for TYPO3 – 5.0.0

12 Jul 21:57
Compare
Choose a tag to compare

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

21 Jun 10:34
phpmyadmin_5_0_0_beta2
Compare
Choose a tag to compare
Pre-release
  • [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

25 May 10:40
phpmyadmin_5_0_0_beta1
Compare
Choose a tag to compare
Pre-release
  • Change: Updated pMA to the latest stable 4.4.x release (4.4.7)
  • Add compatibility for TYPO3 6.2-LTS and 7.2
  • Development release for testing purposes

phpmyadmin-4 4-in-typo3-cms-7 2

phpMyAdmin for TYPO3 – 4.19.0

23 May 14:22
Compare
Choose a tag to compare
  • 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 class tx_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 your setUp() method.
  • Change: Remove obsolete configuration option »AjaxEnable« (no longer available in pMA)
  • Change: Switch documentation to reST