File tree Expand file tree Collapse file tree 5 files changed +234
-220
lines changed
Expand file tree Collapse file tree 5 files changed +234
-220
lines changed Original file line number Diff line number Diff line change 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'
1818APP_ENV = dev
1919APP_DEBUG = 0
2020APP_NAME = " PocketCode Share"
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments