From 560ec65c201db511423538ea83cd4b4abe43c876 Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Thu, 10 Feb 2022 01:56:42 +0100 Subject: [PATCH 1/2] Changed master branch to main, updated changelog and readme --- .github/workflows/main.yml | 4 ++-- README.md | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bf9848..d778c23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/README.md b/README.md index 6c1418f..570d2c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # php-mf2 -[![Build Status](https://travis-ci.org/microformats/php-mf2.png?branch=master)](http://travis-ci.org/microformats/php-mf2) +[![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) php-mf2 is a pure, generic [microformats-2](http://microformats.org/wiki/microformats-2) parser. It makes HTML as easy to consume as JSON. @@ -362,11 +362,13 @@ Breaking change: bumped minimum PHP version from 5.4 to 5.6 (#220) Other changes: -* #195 Fix backcompat parsing for geo property -* #182 Fix parsing for iframe.u-*\[src] -* #214 parse an img element for src and alt -* #206 Add optional ID for h-* elements -* #198 reduce instances where photo is implied +* [#195](https://github.com/microformats/php-mf2/issues/195) Fix backcompat parsing for geo property +* [#182](https://github.com/microformats/php-mf2/issues/182) Fix parsing for iframe.u-*\[src] +* [#214](https://github.com/microformats/php-mf2/issues/214) parse an img element for src and alt +* [#206](https://github.com/microformats/php-mf2/issues/206) Add optional ID for h-* elements +* [#198](https://github.com/microformats/php-mf2/issues/198) reduce instances where photo is implied +* Internal: switched from Travis to Github Actions for CI +* Internal: renamed master branch to main #### v0.4.6 From 6ff02f8df942a34ce91dcedd3a2a466ea773177f Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Thu, 10 Feb 2022 02:00:32 +0100 Subject: [PATCH 2/2] Link in changelog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570d2c9..e0f0700 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen #### v0.5.0 -Breaking change: bumped minimum PHP version from 5.4 to 5.6 (#220) +Breaking change: bumped minimum PHP version from 5.4 to 5.6 ([#220](https://github.com/microformats/php-mf2/issues/220)) Other changes: