Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Nov 25, 2023
2 parents 7dc3a0d + 37808c3 commit 95bd7b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

1.4.0 (2023-11-25)
------------------

- Added support for `laravel-lang/publisher` version 15


1.3.0 (2023-10-26)
------------------

Expand All @@ -10,22 +16,22 @@ CHANGELOG
1.2.1 (2023-05-10)
------------------

- Change key in misc, replace "required" by "required_field" ; see https://github.com/Laravel-Lang/publisher/issues/329
- Change key in misc, replace `required` by `required_field` ; see https://github.com/Laravel-Lang/publisher/issues/329


1.2.0 (2023-05-01)
------------------

- Moved glossary generator from project src to simple executable generate-glossary file
- Moved glossary generator from project src to a simpler executable `generate-glossary` file
- Removed useless command
- Update misc.info_required_fields strings
- Update `misc.info_required_fields` strings


1.1.0 (2023-04-03)
------------------

- Added GLOSSARY.md file
- Added GLOSSARY.md file generator
- Added `GLOSSARY.md` file
- Added `GLOSSARY.md` file generator


1.0.3 (2023-04-01)
Expand All @@ -37,13 +43,13 @@ CHANGELOG
1.0.2 (2023-03-30)
------------------

- Build locales with laravel-lang/status-generator
- Build locales with `laravel-lang/status-generator`


1.0.1 (2023-03-30)
------------------

- Moved "source" and "locales" directories to root package
- Moved `source` and `locales` directories to root package


1.0.0 (2023-03-30)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"laravel-lang/publisher": "^14.0"
"laravel-lang/publisher": "^14.1 || ^15.0"
},
"require-dev": {
"illuminate/filesystem": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"laravel-lang/status-generator": "^1.19",
"laravel-lang/status-generator": "^1.19 || ^2.0",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.0"
},
Expand Down

0 comments on commit 95bd7b1

Please sign in to comment.