From ca11ad0596de0e0d6c4e3a5c3ac16d90ad823a9e Mon Sep 17 00:00:00 2001 From: ousid Date: Wed, 28 Sep 2022 10:54:05 +0000 Subject: [PATCH 1/4] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9450de1..8aacd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog All notable changes to `laravel-csv` will be documented in this file. + +## v1.0.1 - 2022-09-28 + +### What's Changed + +- Copy changes for README by @johnwesely in https://github.com/coderflexx/laravel-csv/pull/2 +- Fixed broken link by @askdkc in https://github.com/coderflexx/laravel-csv/pull/3 + +### New Contributors + +- @johnwesely made their first contribution in https://github.com/coderflexx/laravel-csv/pull/2 +- @askdkc made their first contribution in https://github.com/coderflexx/laravel-csv/pull/3 + +**Full Changelog**: https://github.com/coderflexx/laravel-csv/compare/v1.0.0...v1.0.1 From 07711f6a03261c8b9cd0e353f9b02538df714f02 Mon Sep 17 00:00:00 2001 From: askdkc Date: Thu, 29 Sep 2022 08:42:09 +0900 Subject: [PATCH 2/4] Bug Fix: package installation failure When installing this package to newly created laravel app with "composer require coderflex/laravel-csv" throws an Illuminate\Foundation\ComposerScripts::postAutoloadDump error. I guess removing Date: Thu, 29 Sep 2022 22:28:03 +0000 Subject: [PATCH 3/4] Fix styling --- config/laravel_csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/laravel_csv.php b/config/laravel_csv.php index 9f54b56..ba0eaa8 100644 --- a/config/laravel_csv.php +++ b/config/laravel_csv.php @@ -7,7 +7,7 @@ | Default Layout |-------------------------------------------------------------------------- | - | This package plans on supporting multiple CSS frameworks. + | This package plans on supporting multiple CSS frameworks. | Currently, 'tailwindcss' is the default and only supported framework. | */ @@ -19,7 +19,7 @@ |-------------------------------------------------------------------------- | | The default maximumum file size that can be imported by this - | package is 20MB. If you wish to increase/decrease this value, + | package is 20MB. If you wish to increase/decrease this value, | change the value in KB below. | */ From 64f3aa1a647e8f100c5fc2cda7bb0b669a09eeee Mon Sep 17 00:00:00 2001 From: ousid Date: Thu, 29 Sep 2022 23:32:26 +0100 Subject: [PATCH 4/4] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a121c18..74eb179 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@

-[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflex/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-csv/run-tests?label=tests)](https://github.com/coderflexx/laravel-csv/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-csv/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/coderflexx/laravel-csv/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) -[![Total Downloads](https://img.shields.io/packagist/dt/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) +[![Total Downloads](https://img.shields.io/packagist/dt/coderflex/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) - [Introduction](#introduction)