Skip to content

Commit 560ec65

Browse files
Changed master branch to main, updated changelog and readme
1 parent b9814db commit 560ec65

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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: 8 additions & 6 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

@@ -362,11 +362,13 @@ Breaking change: bumped minimum PHP version from 5.4 to 5.6 (#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)