File tree Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file.
55<!-- - END HEADER -->
66
7+ ## [ 0.14.0] ( https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.13.0...v0.14.0 ) (2024-05-19)
8+
9+
10+ ### Bug Fixes
11+
12+ * Recursive calc deobfuscate ([ 4f2abb] ( https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/4f2abbebd171167d46b21747ec18f7b25bd87714 ) )
13+
14+ ---
15+
716## [ 0.13.0] ( https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.12.0...v0.13.0 ) (2024-05-19)
817
918
Original file line number Diff line number Diff line change 44
55<h1 align =" center " >PHP Antimalware Scanner</h1 >
66
7- ![ Version] ( https://img.shields.io/badge/version-0.13 .0-brightgreen?style=for-the-badge )
7+ ![ Version] ( https://img.shields.io/badge/version-0.14 .0-brightgreen?style=for-the-badge )
88![ Requirements] ( https://img.shields.io/badge/php-%3E%3D%205.5-4F5D95?style=for-the-badge )
99![ Code Style] ( https://img.shields.io/badge/code%20style-PSR-blue?style=for-the-badge )
1010![ License] ( https://img.shields.io/github/license/marcocesarato/PHP-Antimalware-Scanner?style=for-the-badge )
Original file line number Diff line number Diff line change 8686 "post-merge" : " composer install"
8787 }
8888 },
89- "version" : " 0.13 .0"
89+ "version" : " 0.14 .0"
9090}
Original file line number Diff line number Diff line change 1- 0.13 .0
1+ 0.14 .0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class Scanner
6262 *
6363 * @var string
6464 */
65- public static $ version = '0.13 .0 ' ;
65+ public static $ version = '0.14 .0 ' ;
6666
6767 /**
6868 * Repo url.
You can’t perform that action at this time.
0 commit comments