Skip to content

Commit

Permalink
Merge pull request #1701 from Catrobat/release/v3.10.0
Browse files Browse the repository at this point in the history
Release v3.10.0 into develop
  • Loading branch information
dmetzner authored Jun 4, 2021
2 parents 791e2fa + da80033 commit ed4b548
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

# Define the App Environment
APP_VERSION='3.9.0'
APP_VERSION='3.10.0'
APP_ENV=dev
APP_DEBUG=0
APP_NAME="PocketCode Share"
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [3.10.0]
- Backend for Studios added
- Achievements Events added
- Admin interface for cron job
- Admin interface for special updater
- Admin interface for static achievements data
- iTranslate API improved & extended
- update dependencies
- update translations
- increase and fix psalm issues to lvl 4
## [3.9.0]
- new API route: authentication/upgrade
- Removed deprecated unused API routes
Expand Down Expand Up @@ -329,7 +339,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Color of text in search field is adjusted for "Luna & Cat"

[DoctrineSource]: https://github.com/doctrine/DoctrineBundle/issues/351
[Unreleased]: https://github.com/Catrobat/Catroweb/compare/v3.9.0...HEAD
[Unreleased]: https://github.com/Catrobat/Catroweb/compare/v3.10.0...HEAD
[3.10.0]: https://github.com/Catrobat/Catroweb/compare/v3.9.0...v3.10.0
[3.9.0]: https://github.com/Catrobat/Catroweb/compare/v3.8.7...v3.9.0
[3.8.5]: https://github.com/Catrobat/Catroweb/compare/v3.8.6...v3.8.7
[3.8.5]: https://github.com/Catrobat/Catroweb/compare/v3.8.5...v3.8.6
Expand Down
Loading

0 comments on commit ed4b548

Please sign in to comment.