Skip to content

Commit ed4b548

Browse files
authored
Merge pull request #1701 from Catrobat/release/v3.10.0
Release v3.10.0 into develop
2 parents 791e2fa + da80033 commit ed4b548

File tree

5 files changed

+234
-220
lines changed

5 files changed

+234
-220
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
1515

1616
# Define the App Environment
17-
APP_VERSION='3.9.0'
17+
APP_VERSION='3.10.0'
1818
APP_ENV=dev
1919
APP_DEBUG=0
2020
APP_NAME="PocketCode Share"

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

331341
[DoctrineSource]: https://github.com/doctrine/DoctrineBundle/issues/351
332-
[Unreleased]: https://github.com/Catrobat/Catroweb/compare/v3.9.0...HEAD
342+
[Unreleased]: https://github.com/Catrobat/Catroweb/compare/v3.10.0...HEAD
343+
[3.10.0]: https://github.com/Catrobat/Catroweb/compare/v3.9.0...v3.10.0
333344
[3.9.0]: https://github.com/Catrobat/Catroweb/compare/v3.8.7...v3.9.0
334345
[3.8.5]: https://github.com/Catrobat/Catroweb/compare/v3.8.6...v3.8.7
335346
[3.8.5]: https://github.com/Catrobat/Catroweb/compare/v3.8.5...v3.8.6

0 commit comments

Comments
 (0)