Skip to content

Commit

Permalink
New release - v5.0.0
Browse files Browse the repository at this point in the history
Formally support for PHP <= 5.5, update header comment in code file,
update changelog and readme.
  • Loading branch information
djmattyg007 committed Feb 24, 2017
1 parent d454e74 commit 024a7ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
CHANGELOG

v5.0.0 - 2017-02-25
-------------------

Fifth major release. Highlights:

- Remove dependency on IMAP PHP extension (a similar function from the
mb_string PHP extension is now in use)
- Start running tests automatically on Travis CI
- Drop official support for versions of PHP prior to 5.6, as we aren't running
tests with these versions

v4.0.0 - 2017-02-24
-------------------

Expand Down
11 changes: 4 additions & 7 deletions PlancakeEmailParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
/*************************************************************************************
* ===================================================================================*
* Software by: Danyuki Software Limited *
* This file is part of Plancake. *
* Maintained by: Matthew Gamble (djmattyg007) *
* *
* Copyright 2009-2010-2011 by: Danyuki Software Limited *
* Support, News, Updates at: http://www.plancake.com *
* Copyright 2009-2010-2011 by: Danyuki Software Limited *
* Copyright 2015-2017 by: Matthew Gamble *
* Licensed under the LGPL version 3 license. *
* Danyuki Software Limited is registered in England and Wales (Company No. 07554549) *
**************************************************************************************
Expand All @@ -16,7 +16,7 @@
* GNU Lesser General Public License v3.0 for more details. *
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
* *
**************************************************************************************
*
Expand All @@ -33,9 +33,6 @@
* Obviously it can't extract the bcc header because it doesn't appear in the content
* of the email.
*
* N.B.: As of v4, the IMAP PHP extension is now compulsory to ensure consistent results
* across all environments.
*
* For more info, check:
* https://github.com/djmattyg007/official-library-php-email-parser
*
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is a fork of the original Plancake email parser, with various pull
requests submitted to the original repository merged in, as well as other
additional features, some submitted directly to my fork.

In contrast to the original, this fork now has hard dependencies on the
mbstring and IMAP PHP extensions.
In contrast to the original, this fork has a hard dependency on the mb_string
PHP extension.

The original readme is below.

Expand Down

0 comments on commit 024a7ff

Please sign in to comment.