Skip to content

Commit c5136d7

Browse files
committed
Adds partial support for PDF embeds.
Changelog excerpt: - Added partial support for detecting objects and files embedded within pdf files (due to the nature of how this has been implemented, for the purpose of scanning these embedded objects and files, phpMussel will regard pdf as an archive format; this is intentional).
1 parent d1db0ab commit c5136d7

File tree

4 files changed

+417
-2
lines changed

4 files changed

+417
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
2121
### v3.0.3
2222

2323
[2020.10.18; Bug-fix; Maikuolan]: A small, minor scan optimisation mechanism found to be faulty, causing signatures to sometimes be skipped when not intended; Removed it. *Refer [#224](https://github.com/phpMussel/phpMussel/issues/224).*
24+
25+
### v3.1.0
26+
27+
[2020.11.20; Maikuolan]: Added partial support for detecting objects and files embedded within pdf files (due to the nature of how this has been implemented, for the purpose of scanning these embedded objects and files, phpMussel will regard pdf as an archive format; this is intentional).

src/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Loader
8383
/**
8484
* @var string phpMussel version number (SemVer).
8585
*/
86-
public $ScriptVersion = '3.0.2';
86+
public $ScriptVersion = '3.1.0';
8787

8888
/**
8989
* @var string phpMussel version identifier (complete notation).

0 commit comments

Comments
 (0)