diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ac747..2a80973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +### Changed +* Removed badges except the download since it seems to be only one working + +## [1.1.3] - 2022-10-13 ### Changed * Updated packagist badges +### Fixed +* Keep custom config when file upload is enabled by @shaffe-fr in https://github.com/waynestate/nova-ckeditor4-field/pull/66 + ## [1.1.2] - 2022-07-30 ### Changed * Require Laravel Nova v4.0 within the composer.json which will then allow Nova 4 Support to be tagged properly for the CKEditor 4 field which it now supports. diff --git a/README.md b/README.md index b96bc4d..222c545 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Laravel Nova CKEditor 4 Field - -[![Latest Stable Version](http://poser.pugx.org/waynestate/nova-ckeditor4-field/v)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![Daily Downloads](http://poser.pugx.org/waynestate/nova-ckeditor4-field/d/daily)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![License](http://poser.pugx.org/waynestate/nova-ckeditor4-field/license)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) [![PHP Version Require](http://poser.pugx.org/waynestate/nova-ckeditor4-field/require/php)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) + +[![Daily Downloads](http://poser.pugx.org/waynestate/nova-ckeditor4-field/d/daily)](https://packagist.org/packages/waynestate/nova-ckeditor4-field) This nova package allows you to use [CKEditor 4](https://ckeditor.com/ckeditor-4/) for text areas using Nova v4.