From 7b89a9a963e026c838d8ee73046d9e34dad6102c Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Mon, 4 Jan 2016 23:11:40 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=C2=A9=202016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENCE b/LICENCE index 102137d..de52a6b 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Samuel De Backer +Copyright (c) 2016 Samuel De Backer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 1840a730bb4b33eb07a9cc6e47164ccdb805b796 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Wed, 20 Jan 2016 12:11:57 +0100 Subject: [PATCH 2/4] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 41b3051..0cf442d 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,9 @@ # TranslatableBootForms +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) + +TypiCMS now use [Laravel-Translatable-Bootforms](https://github.com/Propaganistas/Laravel-Translatable-Bootforms) + TranslatableBootForms is a Laravel package built on top of [BootForms](https://github.com/adamwathan/bootforms) and [Laravel Translatable](https://github.com/dimsav/laravel-translatable), it enables form model binding on translated fields. ## Installing with Composer From 99899f734357c497b40451f86ad744d298dc1e41 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Thu, 21 Jan 2016 15:45:43 +0100 Subject: [PATCH 3/4] Update readme.md --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 0cf442d..ba02e07 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,5 @@ # TranslatableBootForms -[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) - TypiCMS now use [Laravel-Translatable-Bootforms](https://github.com/Propaganistas/Laravel-Translatable-Bootforms) TranslatableBootForms is a Laravel package built on top of [BootForms](https://github.com/adamwathan/bootforms) and [Laravel Translatable](https://github.com/dimsav/laravel-translatable), it enables form model binding on translated fields. From cb59b56ad5b3c576f5e06196789b8d488a312c3a Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Thu, 21 Jan 2016 15:46:42 +0100 Subject: [PATCH 4/4] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ba02e07..90370e1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # TranslatableBootForms -TypiCMS now use [Laravel-Translatable-Bootforms](https://github.com/Propaganistas/Laravel-Translatable-Bootforms) +Instead of this package, next version of TypiCMS will probably use [Laravel-Translatable-Bootforms](https://github.com/Propaganistas/Laravel-Translatable-Bootforms) TranslatableBootForms is a Laravel package built on top of [BootForms](https://github.com/adamwathan/bootforms) and [Laravel Translatable](https://github.com/dimsav/laravel-translatable), it enables form model binding on translated fields.