Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiCollin committed Feb 22, 2017
1 parent e0bf67f commit 3046698
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3046698

Please sign in to comment.