Skip to content

Commit

Permalink
Update readme + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jun 28, 2022
1 parent fabdf5b commit ccb2a4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Please check the [UPGRADING.md](UPGRADING.md) file before upgrading to a major version!

## [v4.1](https://github.com/Lukasss93/laravel-larex/releases/tag/v4.1) - 2022-06-28

### Added

- Added larex:lang:add command
- Added larex:lang:remove command

## [v4.0](https://github.com/Lukasss93/laravel-larex/releases/tag/v4.0) - 2022-02-04

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ php artisan vendor:publish --provider="Lukasss93\Larex\LarexServiceProvider" --t
CSV).
* You can use `php artisan larex:find` to search existing groups or keys in your CSV file.
* You can use `php artisan larex:remove` to remove existing strings in your CSV file.
* You can use `php artisan larex:lang:add` to add a new language column to your CSV file.
* You can use `php artisan larex:lang:remove` to remove a language column from your CSV file.

### 📝 Example

Expand Down

0 comments on commit ccb2a4c

Please sign in to comment.