Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit caefabc

Browse files
committed
Prepare for release v0.3.0
1 parent 84328a0 commit caefabc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
## Unreleased
55

6+
## [v0.3.0](https://github.com/andreskrey/readability.php/releases/tag/v0.3.0)
7+
68
- Merged PR #24. Fixes notice when trying to extract `og:image`
79
- Up to date to commit [eb221c5](https://github.com/mozilla/readability/commit/c3ff1a2d2c94c1db257b2c9aa88a4b8fbeb221c5) (2017-10-16), which includes the following changes:
810
- New tags added to the unlikelyCandidates regex

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Readability.php
22
[![Latest Stable Version](https://poser.pugx.org/andreskrey/readability.php/v/stable)](https://packagist.org/packages/andreskrey/readability.php) [![StyleCI](https://styleci.io/repos/71042668/shield?branch=master)](https://styleci.io/repos/71042668) [![Build Status](https://travis-ci.org/andreskrey/readability.php.svg?branch=master)](https://travis-ci.org/andreskrey/readability.php) [![Total Downloads](https://poser.pugx.org/andreskrey/readability.php/downloads)](https://packagist.org/packages/andreskrey/readability.php) [![Monthly Downloads](https://poser.pugx.org/andreskrey/readability.php/d/monthly)](https://packagist.org/packages/andreskrey/readability.php)
33

4-
PHP port of *Mozilla's* **[Readability.js](https://github.com/mozilla/readability)**. Parses html text (usually news and other articles) and tries to return title, byline and text content without nav bars, ads, footers, or anything that isn't the main body of the text. Analizes each text node, gives an score and orders them based on this calculation.
4+
PHP port of *Mozilla's* **[Readability.js](https://github.com/mozilla/readability)**. Parses html text (usually news and other articles) and returns title, byline and text content without nav bars, ads, footers, or anything that isn't the main body of the text. Analizes each text node, gives an score and orders them based on this calculation.
55

66
**Requires**: PHP 5.4+ & DOMDocument (libxml)
77

88
**Lead Developer**: Andres Rey
99

1010
## Status
1111

12-
Current status is stable. Not _suuuuper_ stable but stable enough.
12+
Current status is stable. Version 1.0 is around the corner.
1313

1414
## How to use it
1515

0 commit comments

Comments
 (0)