File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010 build :
Original file line number Diff line number Diff line change 11# php-mf2
22
3- [ ![ Build Status ] ( https://travis-ci .org/microformats/php- mf2.png?branch=master )] ( http://travis-ci. org/microformats/php-mf2 )
3+ [ ![ Latest Stable Version ] ( http://poser.pugx.org/mf2/mf2/v )] ( https://packagist .org/packages/ mf2/mf2 ) [ ![ Total Downloads ] ( http://poser.pugx.org/mf2/mf2/downloads )] ( https://packagist.org/packages/mf2/mf2 ) [ ![ Latest Unstable Version ] ( http://poser.pugx. org/mf2/mf2/v/unstable )] ( https://packagist.org/packages/mf2/mf2 ) [ ![ License ] ( http://poser.pugx.org/mf2/mf2/license )] ( https://packagist.org/packages/mf2/mf2 ) [ ![ PHP Version Require ] ( http://poser.pugx.org/mf2/mf2/require/php )] ( https://packagist.org/packages/mf2/mf2 ) < a href = " https://github.com/ microformats/php-mf2/actions/workflows/main.yml " >< img src = " https://github.com/microformats/php-mf2/actions/workflows/main.yml/badge.svg?branch=main " alt = " " /></ a >
44
55php-mf2 is a pure, generic [ microformats-2] ( http://microformats.org/wiki/microformats-2 ) parser. It makes HTML as easy to consume as JSON.
66
@@ -358,15 +358,17 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
358358
359359#### v0.5.0
360360
361- Breaking change: bumped minimum PHP version from 5.4 to 5.6 (#220 )
361+ Breaking change: bumped minimum PHP version from 5.4 to 5.6 ([ #220 ] ( https://github.com/microformats/php-mf2/issues/220 ) )
362362
363363Other changes:
364364
365- * #195 Fix backcompat parsing for geo property
366- * #182 Fix parsing for iframe.u-* \[ src]
367- * #214 parse an img element for src and alt
368- * #206 Add optional ID for h-* elements
369- * #198 reduce instances where photo is implied
365+ * [ #195 ] ( https://github.com/microformats/php-mf2/issues/195 ) Fix backcompat parsing for geo property
366+ * [ #182 ] ( https://github.com/microformats/php-mf2/issues/182 ) Fix parsing for iframe.u-* \[ src]
367+ * [ #214 ] ( https://github.com/microformats/php-mf2/issues/214 ) parse an img element for src and alt
368+ * [ #206 ] ( https://github.com/microformats/php-mf2/issues/206 ) Add optional ID for h-* elements
369+ * [ #198 ] ( https://github.com/microformats/php-mf2/issues/198 ) reduce instances where photo is implied
370+ * Internal: switched from Travis to Github Actions for CI
371+ * Internal: renamed master branch to main
370372
371373#### v0.4.6
372374
You can’t perform that action at this time.
0 commit comments