Skip to content

Commit 605414e

Browse files
Merge pull request #228 from barnabywalters/main
Update README.md, rename default branch to main
2 parents 904e8e6 + 6ff02f8 commit 605414e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

README.md

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

55
php-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

363363
Other 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

0 commit comments

Comments
 (0)