Skip to content

Commit

Permalink
Prepare v5.8.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 25, 2019
1 parent 1ee1cfc commit f2183a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This changelog references the relevant changes (bug and security fixes) done to `laravie/html`.

## 5.8.0

Released: 2019-02-26

### Changes

* Update support to Laravel Framework 5.8.
* Improve performance by prefixing all global functions calls with `\` to skip the look up and resolve process and go straight to the global function.

## 5.7.1

Released: 2019-02-19
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Forms & HTML

[![Build Status](https://travis-ci.org/laravie/html.svg?branch=master)](https://travis-ci.org/laravie/html)
[![Build Status](https://travis-ci.org/laravie/html.svg?branch=5.8)](https://travis-ci.org/laravie/html)
[![Total Downloads](https://poser.pugx.org/laravie/html/downloads)](https://packagist.org/packages/laravie/html)
[![Latest Stable Version](https://poser.pugx.org/laravie/html/v/stable.svg)](https://packagist.org/packages/laravie/html)
[![Latest Unstable Version](https://poser.pugx.org/laravie/html/v/unstable.svg)](https://packagist.org/packages/laravie/html)
Expand Down Expand Up @@ -30,7 +30,7 @@ Begin by installing this package through Composer. Edit your project's `composer

```json
"require": {
"laravie/html": "^5.1"
"laravie/html": "^5.5"
}
```

Expand Down

0 comments on commit f2183a4

Please sign in to comment.