Releases: MacFJA/livres
Releases · MacFJA/livres
1.2.0
Fixed
- New lines are preserved in the Book details view
- Superfluous space when displaying a Book with a series
- Cover cache not update on book edition
Added
- Add Opcache extension in dev
- New RediSearch client lib
- New SecurityChecker
- Display a button to launch a search when there are more than 5 results in search preview
- API endpoint for all data manipulation
Changed
- Upgrade Symfony version from
5.1
to5.2
- Update Flex recipes
- Upgrade to Composer v2 (remove unsupported composer plugin)
- Minimum PHP changed from
7.2.5
to7.3
- TLD in dev environment changed from
.docker
to.localhost
- Upgrade version of RediSearch server to
2.0.x
- Upgrade EasyAdmin from
^2.3
to^3.0
- Update front to use API
Removed
- Remove composer plugin not compatible with Composer v2
- Remove deprecated SensioLabs SecurityChecker
- Remove abandoned RediSearch PHP client
- Unused controllers
- Remove check on system ability to handle
.docker
TLD
1.1.1
1.1.0
Added
- Add more files in the cleanup (
make clean
) process - Add a demo database (
make demo
) - Translate the application (EN + FR)
Changed
- Downgrade ESLint to avoid unwanted
no-unused-vars
false-positive error - Change application page title from "Welcome!" to "Livres"
- Upgrade Symfony dependencies
Fixed
- CircleCI configuration
- Cleanup (
make clean
) not working if files aren't generated - Fix release date of version 1.0.0 being two days early
- Allow application building (
make build
) to work on a fresh install - Warning of missing
docker-compose-traefik.yml
when building application (make build
) - Fix a small typo in the README file
- Missing dev dependencies (tools) on fresh install