Skip to content

Commit cd7cbc3

Browse files
committed
merged with master
2 parents ffceb20 + 42632dc commit cd7cbc3

35 files changed

+8645
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ All Notable changes to `Backpack CRUD` will be documented in this file
2020
- Nothing
2121

2222

23-
## [3.0.9] - 2016-08-09
23+
## [3.0.10] - 2016-08-09
2424

2525
### Removed
2626
- PHP dependency, since it's already settled in Backpack\Base, which is a requirement;
2727

2828

29+
## [3.0.9] - 2016-08-06
30+
31+
### Added
32+
- base64_image field type, thanks to [deslittle](https://github.com/deslittle);
33+
34+
2935
## [3.0.8] - 2016-08-05
3036

3137
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Latest Version on Packagist](https://img.shields.io/packagist/v/backpack/crud.svg?style=flat-square)](https://packagist.org/packages/backpack/crud)
55
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
6-
[![Build Status](https://img.shields.io/travis/laravel-backpack/crud/master.svg?style=flat-square)](https://travis-ci.org/laravel-backpack/crud)
6+
[![Build Status](https://img.shields.io/travis/Laravel-Backpack/CRUD/master.svg?style=flat-square)](https://travis-ci.org/Laravel-Backpack/CRUD)
77
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/laravel-backpack/crud.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-backpack/crud/code-structure)
88
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-backpack/crud.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-backpack/crud)
99
[![Style CI](https://styleci.io/repos/53581270/shield)](https://styleci.io/repos/53581270)

0 commit comments

Comments
 (0)