From 9e9aaf7672dc4cfd89218d59ed7917c58e71eeec Mon Sep 17 00:00:00 2001 From: Luca Patera Date: Fri, 28 Aug 2020 02:06:52 +0200 Subject: [PATCH] Updated changelog + readme --- CHANGELOG.md | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a32f07..aaf2845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.4 - 2020-08-28 +### Added +- Added `larex:insert` command + +### Fixed +- Fixed `larex --watch` command not working +- Fixed exporting empty column value + ## v1.3.1 - 2020-08-11 ### Fixed - Missing language folders creation diff --git a/README.md b/README.md index e8e3f85..d33ad87 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ # Laravel Larex +![PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-blue) +![Laravel Version](https://img.shields.io/badge/laravel-%3E%3D%206.0-orange) [![Latest Stable Version](https://poser.pugx.org/lukasss93/laravel-larex/v/stable)](https://packagist.org/packages/lukasss93/laravel-larex) [![Total Downloads](https://poser.pugx.org/lukasss93/laravel-larex/downloads)](https://packagist.org/packages/lukasss93/laravel-larex) [![License](https://poser.pugx.org/lukasss93/laravel-larex/license)](https://packagist.org/packages/lukasss93/laravel-larex) @@ -49,6 +51,7 @@ This step *can be skipped* if package auto-discovery is enabled. * You can use `php artisan larex:sort` to sort the CSV file by group and key. * Be careful when using the `php artisan larex:export` command! It will overwrite all files named with the group names inside the CSV. * Be careful when using the **dot notation**! Only the **last** entry will override the value. +* You can use `php artisan larex:insert` to add new items via CLI too! ### Example 1. Run `php artisan larex:init` command