3.0.0
What's Changed
- MDI-1414: Install code-sniffer php compatibility checker by @kpicaza in #101
- MDI-1416 Rename method with PHP-reserved name by @seergiue in #100
- MDI-1415 Fix warning: Passing the and parameters in reverse order to implode by @antoniorova in #102
- MDI-1418 Fix error: can no longer be used in a plain function or method since PHP 7.1 by @antoniorova in #105
- MDI-1417 Ignore warning debug_backtrace() by @seergiue in #103
- MDI-1420 Remove continue in switch statement by @seergiue in #106
- MDI-1421 Delete classes that use extensions deleted since PHP 5.4 by @antoniorova in #107
- MDI-1424 Fix error remove $this on anonymous function by @seergiue in #108
- MDI-1426 Replace deprecated function split with explode by @seergiue in #109
- MDI-1427 Remove dl() function as it is deprecated by @seergiue in #110
- MDI-1430 removed/replaced deprecated OCI functions by @seergiue in #112
- MDI-1428 Deleted all functions that are using get_magic_quotes_gpc by @antoniorova in #115
- MDI-1429 Rename constructor class name to __construct by @seergiue in #111
- MDI-1434 Replaced $php_errormsg with error_get_last() by @seergiue in #113
- MDI-1431 Fix WARNING: INI directive 'magic_quotes_sybase' is deprected since PHP 5.3 by @antoniorova in #116
- MDI-1425 Fix warning: Function each() is deprecated since PHP 7.2 by @antoniorova in #114
- MDI-1419: Change create_function by anon function by @kpicaza in #104
- MDI-1442 Removed deprecated "is_dst" parameter by @seergiue in #121
- MDI-1432 Delete class using extension 'fbsql' because it is removed since PHP 5.3 by @antoniorova in #117
- MDI-1440 Removed deprecated get/set magic_quotes methods by @seergiue in #122
- MDI-1444 Removed deprecated session_register() function by @seergiue in #119
- MDI-1443 Removed global var variable by @seergiue in #120
- MDI-1441 Removed/replaced deprecated unset($this) by @seergiue in #118
- MDI-1435 Removed mysql deprecated files by @seergiue in #129
- MDI-1433: drop support for adodb-sybase by @kpicaza in #128
- MDI-1436: drop support for adodb.ibase by @kpicaza in #123
- MDI-1437: drop support for adodb.mssql by @kpicaza in #124
- MDI-1438: drop support for adodb.mysql by @kpicaza in #125
- MDI-1439: set addo cache dir default as if safe mode disabled by @kpicaza in #126
- MDI-1445: drop support for adodb-encrypt-mcrypt by @kpicaza in #127
- MDI-1466: support official adodb5 library by @kpicaza in #131
- Remove unused & deprecated google translate feature by @kpicaza in #132
- Fix: improve query fixer regex by Edu Fabra by @kpicaza in #134
- Remove Bash scripts folder by @kpicaza in #135
- Trigger deprecation warning when fixing query params by @kpicaza in #136
- Use maintained version of PHPThumb library by @kpicaza in #133
- Prepare release by @kpicaza in #137
New Contributors
- @seergiue made their first contribution in #100
- @antoniorova made their first contribution in #102
Full Changelog: v2.32.0...3.0.0