Skip to content

Commit

Permalink
Merge tag 'v2.3.0' into develop
Browse files Browse the repository at this point in the history
v2.3.0
  • Loading branch information
ambroisemaupate committed May 16, 2024
2 parents 3cc8b22 + 12259c9 commit b43fbc4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to Roadiz Doc will be documented in this file.

## [2.2.1](https://github.com/roadiz/docs/compare/v2.2.0...2.2.1) - 2024-02-27
## [2.3.0](https://github.com/roadiz/docs/compare/v2.2.1...v2.3.0) - 2024-05-16

### Features

- Upgrade `developer/troubleshooting.rst` - ([ebb5431](https://github.com/roadiz/docs/commit/ebb5431ce7ffcfe626e024bd6039f244e7dc67fd))
- Update new API platform resource config and WebResponse configuration - ([c5821b0](https://github.com/roadiz/docs/commit/c5821b0a96671dc3ef9d960a79aad5e42ffac643))

## [2.2.1](https://github.com/roadiz/docs/compare/v2.2.0...v2.2.1) - 2024-02-27

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ambroise Maupate, Julien Blanchet
Copyright (c) 2024 Ambroise Maupate, Julien Blanchet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2.1'
version = '2.3.0'
# The full version, including alpha/beta/rc tags.
release = '2.2.1'
release = '2.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 3 additions & 1 deletion src/developer/first-steps/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ For new projects **Roadiz** can be easily setup using ``create-project`` command
# fit your development environment (OS, UID).
# .env file will be tracked by Git
#
# Customize docker-compose.yml file to set your stack name
#
# Initialize your Docker environment
docker-compose build
docker-compose up -d --force-recreate
Expand Down Expand Up @@ -64,7 +66,7 @@ Install database
# Create and migrate Roadiz database schema
docker-compose exec -u www-data app bin/console doctrine:migrations:migrate
# Migrate any existing data types
docker-compose exec -u www-data app bin/console app:migrate
docker-compose exec -u www-data app bin/console app:install
# Install base Roadiz fixtures, default translation, roles and settings
docker-compose exec -u www-data app bin/console install
# Stop workers to force restart them
Expand Down

0 comments on commit b43fbc4

Please sign in to comment.