Skip to content

Commit 4fb2eb5

Browse files
Updated README for v0.3.0
1 parent e67c6ca commit 4fb2eb5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Instead of having a hard-coded list of all the different microformats, it follow
1010

1111
There are two ways of installing php-mf2. I **highly recommend** installing php-mf2 using [Composer](http://getcomposer.org). The rest of the documentation assumes that you have done so.
1212

13-
To install using Composer, run `./composer.phar require mf2/mf2:~0.2`
13+
To install using Composer, run `./composer.phar require mf2/mf2:~0.3`
1414

1515
If you can’t or don’t want to use Composer, then php-mf2 can be installed the old way by downloading [`/Mf2/Parser.php`](https://raw.githubusercontent.com/indieweb/php-mf2/master/Mf2/Parser.php), adding it to your project and requiring it from files you want to call its functions from, like this:
1616

@@ -280,6 +280,18 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
280280

281281
### Changelog
282282

283+
#### v0.3.0
284+
285+
2016-03-14
286+
287+
* Requires PHP 5.4 at minimum (PHP 5.3 is EOL)
288+
* Licensed under CC0 rather than MIT
289+
* Merges Pull requests #70, #73, #74, #75, #77, #80, #82, #83, #85 and #86.
290+
* Variety of small bug fixes and features including improved whitespace support, removal of style and script contents from plaintext properties
291+
* All PHPUnit tests passing finally
292+
293+
Many thanks to @aaronpk, @diplix, @dissolve, @dymcx @gRegorLove, @jeena, @veganstraightedge and @voxpelli for all your hard work opening issues and sending and merging PRs!
294+
283295
#### v0.2.12
284296

285297
2015-07-12

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"bin": ["bin/fetch-mf2", "bin/parse-mf2"],
1313
"require": {
14-
"php": ">=5.3.0"
14+
"php": ">=5.4.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "3.7.*"

0 commit comments

Comments
 (0)