README.md in administrate-field-date_picker-0.2.0 vs README.md in administrate-field-date_picker-0.3.0
- old
+ new
@@ -5,15 +5,25 @@
A plugin to pick a date in [Administrate], with the help of [Flatpickr].
![Screenshot](https://raw.githubusercontent.com/zooppa/administrate-field-date_picker/master/screenshot.png)
+---
+
+### IMPORTANT NOTICE
+
+**This gem is not actively maintained anymore**.
+
+If you’re interested in taking over and steward the project moving forward, please get in touch.
+
+---
+
## Usage
Add it to your `Gemfile`:
```ruby
-gem 'administrate-field-date_picker', '~> 0.2.0'
+gem 'administrate-field-date_picker', '~> 0.3.0'
```
Run:
```bash