diff --git a/CHANGELOG b/CHANGELOG index c1d3126..fcd42f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ ====== phptidy Changelog ====== +Version 3.3 (2020-10-24) +- Adapt continue statements to PHP 7.3 +- Tested with PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 + Version 3.2 (2019-08-10) - Replace each() because of Deprecation in PHP 7.2 - Add tests for @see tags diff --git a/phptidy.php b/phptidy.php index a97fae6..496fcc8 100755 --- a/phptidy.php +++ b/phptidy.php @@ -7,7 +7,7 @@ * * PHP version >= 5 * - * @copyright 2003-2019 Magnus Rosenbaum + * @copyright 2003-2020 Magnus Rosenbaum * @license GPL v2 * * This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * @version 3.2 (2019-08-10) + * @version 3.3 (2020-10-24) * @author Magnus Rosenbaum * @package phptidy */