Skip to content

Commit f2183a4

Browse files
committed
Prepare v5.8.0 release.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 1ee1cfc commit f2183a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## 5.8.0
6+
7+
Released: 2019-02-26
8+
9+
### Changes
10+
11+
* Update support to Laravel Framework 5.8.
12+
* Improve performance by prefixing all global functions calls with `\` to skip the look up and resolve process and go straight to the global function.
13+
514
## 5.7.1
615

716
Released: 2019-02-19

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Forms & HTML
22

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

3131
```json
3232
"require": {
33-
"laravie/html": "^5.1"
33+
"laravie/html": "^5.5"
3434
}
3535
```
3636

0 commit comments

Comments
 (0)