From f5f8b396cf03d4a383aad5e7b338f8cb065abf66 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Thu, 28 Oct 2021 09:28:09 +0530 Subject: [PATCH] Enhancements to support Bootstrap v5.x --- CHANGE.md | 2 +- LICENSE.md | 2 +- README.md | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 5fb41fa..c48b975 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -3,7 +3,7 @@ Change Log: `yii2-widget-datepicker` ## Version 1.4.8 -**Date:** 22-Oct-2021 +**Date:** 28-Oct-2021 - Enhancements to support Bootstrap v5.x. diff --git a/LICENSE.md b/LICENSE.md index 74caff9..58b4a5e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2018, Kartik Visweswaran +Copyright (c) 2014 - 2021, Kartik Visweswaran Krajee.com All rights reserved. diff --git a/README.md b/README.md index f3eef50..85a22cc 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ yii2-widget-datepicker
- Donate - + title="Donate via Paypal" target="_blank">Donate +       + kartikv +
+ [![Stable Version](https://poser.pugx.org/kartik-v/yii2-widget-datepicker/v/stable)](https://packagist.org/packages/kartik-v/yii2-widget-datepicker) [![Untable Version](https://poser.pugx.org/kartik-v/yii2-widget-datepicker/v/unstable)](https://packagist.org/packages/kartik-v/yii2-widget-datepicker) [![License](https://poser.pugx.org/kartik-v/yii2-widget-datepicker/license)](https://packagist.org/packages/kartik-v/yii2-widget-datepicker) @@ -18,6 +20,8 @@ [![Monthly Downloads](https://poser.pugx.org/kartik-v/yii2-widget-datepicker/d/monthly)](https://packagist.org/packages/kartik-v/yii2-widget-datepicker) [![Daily Downloads](https://poser.pugx.org/kartik-v/yii2-widget-datepicker/d/daily)](https://packagist.org/packages/kartik-v/yii2-widget-datepicker) +
+ The DatePicker widget is a Yii 2 wrapper for the [Bootstrap DatePicker plugin](http://eternicode.github.io/bootstrap-datepicker) with various enhancements. The plugin is a fork of Stefan Petre's DatePicker (of eyecon.ro), with improvements by @eternicode. The widget is specially styled for Bootstrap 3 and Bootstrap 4 for Yii 2 Framework. The widget allows graceful degradation to a normal HTML text input, if the browser does not support JQuery. The widget supports these markups: * Simple Input Markup