From 6681a31dd16c1f643ed23c6a7ef2829fb77fac73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Fagundes?= Date: Sun, 31 Jan 2016 22:15:44 -0200 Subject: [PATCH] update badges links and todo's --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23a8f34..ca06bcd 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![Coverage Status](https://coveralls.io/repos/fagundes/ZffBase/badge.svg?branch=develop&service=github)](https://coveralls.io/github/fagundes/ZffBase?branch=develop) [![Latest Stable Version](https://img.shields.io/packagist/v/fagundes/zff-base.svg)](https://packagist.org/packages/fagundes/zff-base) -[![Build Status](https://travis-ci.org/fagundes/ZffBase.svg?branch=0.1.4)](https://travis-ci.org/fagundes/ZffBase) -[![Coverage Status](https://coveralls.io/repos/fagundes/ZffBase/badge.svg?branch=0.1.4&service=github)](https://coveralls.io/github/fagundes/ZffBase?branch=0.1.4) +[![Build Status](https://travis-ci.org/fagundes/ZffBase.svg?branch=0.1.5)](https://travis-ci.org/fagundes/ZffBase) +[![Coverage Status](https://coveralls.io/repos/fagundes/ZffBase/badge.svg?branch=0.1.5&service=github)](https://coveralls.io/github/fagundes/ZffBase?branch=0.1.5) [![Total Downloads](https://poser.pugx.org/fagundes/zff-base/downloads)](https://packagist.org/packages/fagundes/zff-base) [![License](https://poser.pugx.org/fagundes/zff-base/license)](https://packagist.org/packages/fagundes/zff-base) @@ -43,11 +43,6 @@ If you want to help check the contribuing instructions [here](CONTRIBUTING.md). - [ ] setup and include tests cases (Partial) - [ ] review abstract factories (Partial) - [ ] create documentation with examples - - [x] move out Table Decorator to ZffTable - - [x] move out rename files from AbstractEntity to a Util trait - - [x] change ZFTable and DoctrineORMModule to optional dependency. - - [x] add Bootstrap 3/4 as optional dependency. - - [x] drop `Entity\AbstractEntityRepository`. ## Main classes available