All notable changes to this project will be documented in this file.
- Release Date: August 15, 2023
- Version Code: 4
- Release type: Patch
- Stability: Stable
- PHP Version: 7.4 or higher
- PHP Extensions: PDO, JSON
- MySQL Version: 8.0 or higher
Version 3.0.1 is a patch release of S Database Explorer (SDE). It fixed some compatibility issues.
- Fixed bugs.
- Release Date: July 16, 2023
- Version Code: 3
- Release type: Major
- Stability: Stable
- PHP Version: 7.4 or higher
- PHP Extensions: PDO, JSON
- MySQL Version: 8.0 or higher
Version 3.0.0 is a major release of S Database Explorer (SDE). It is a complete rewrite of the library. It is now compatible with PHP 7.4 or higher. It uses PDO instead of MySQLi.
- Added support for PHP 7.4 or higher.
- Replaced MySQLi with PDO.
- Renamed 'custom query' method to
run()
. - Renamed 'last insert item' method to
last()
. - Renamed 'number of rows count' method to
count()
. - Added 'JSON output' method.
- Added 'sum' method.
- Added
CHANGELOG.md
file. - Added
composer
support.
Version 2.0.0 is a major release of S Database Explorer (SDE). It supports only MySQLi extension for security reasons.
- Release Date: December 7, 2017
- Version Code: 2
- Release type: Major
- Stability: Stable
- PHP Version: 5.6 or higher
- PHP Extensions: MySQLi
- MySQL Version: 5.7 or higher
- Removed MySQL support and kept only MySQLi support.
Version 1.0.0 is the initial release of S Database Explorer (SDE). It supports both MySQL and MySQLi extension.
- Release Date: August 14, 2015
- Version Code: 1
- Release type: Major
- Stability: Stable
- PHP Version: 5.5 or higher
- PHP Extensions: MySQL, MySQLi
- MySQL Version: 5.6 or higher
- Initial release.
- Not applicable.