Skip to content

Commit 8aac06e

Browse files
committed
chore(release): 0.14.0
1 parent 4f2abbe commit 8aac06e

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686
"post-merge": "composer install"
8787
}
8888
},
89-
"version": "0.13.0"
89+
"version": "0.14.0"
9090
}

dist/scanner

89 Bytes
Binary file not shown.

dist/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

src/Scanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)