From 30466981573de16215a97743d84a92e8413162b2 Mon Sep 17 00:00:00 2001 From: Remi Collin Date: Wed, 22 Feb 2017 14:32:35 +0100 Subject: [PATCH] Update Readme --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9421361..c12cb79 100755 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Analogue ORM -[![Build Status](https://travis-ci.org/analogueorm/analogue.svg?branch=5.3)](https://travis-ci.org/analogueorm/analogue.svg?branch=5.3) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/analogueorm/analogue/badges/quality-score.png?b=5.3)](https://scrutinizer-ci.com/g/analogueorm/analogue/?branch=5.3) +[![Build Status](https://travis-ci.org/analogueorm/analogue.svg?branch=5.4)](https://travis-ci.org/analogueorm/analogue.svg?branch=5.4) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/analogueorm/analogue/badges/quality-score.png?b=5.4)](https://scrutinizer-ci.com/g/analogueorm/analogue/?branch=5.4) [![Latest Version](https://img.shields.io/github/release/analogueorm/analogue.svg?style=flat-square)](https://github.com/analogueorm/analogue/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) @@ -56,6 +56,10 @@ See [Configuration](https://github.com/analogueorm/analogue/wiki/Installation) f ##Changelog +####Version 5.4 +- Illuminate 5.4 Compatibility +- Add Abillity to map DB columns that name are not equals to the name of the attribute + ####Version 5.3 - Illuminate 5.3 Compatibility. - now fully support Single Table Inheritance