Skip to content

Commit 5cab67b

Browse files
authored
Merge pull request #1477 from Catrobat/develop
Patch release v3.8.3
2 parents a71b85a + 8308166 commit 5cab67b

33 files changed

+251
-228
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.8.3
17+
APP_VERSION=3.8.4
1818
APP_ENV=dev
1919
APP_DEBUG=0
2020
APP_NAME="PocketCode Share"

.github/workflows/code_quality.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Optional - improve performance by caching
7171
- id: npm-cache
72-
uses: actions/cache@v2.1.4
72+
uses: actions/cache@v2.1.5
7373
with:
7474
path: node_modules
7575
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Optional - improve performance by caching
108108
- id: npm-cache
109-
uses: actions/cache@v2.1.4
109+
uses: actions/cache@v2.1.5
110110
with:
111111
path: node_modules
112112
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -147,7 +147,7 @@ jobs:
147147

148148
# Optional - improve performance by caching
149149
- id: composer-cache
150-
uses: actions/cache@v2.1.4
150+
uses: actions/cache@v2.1.5
151151
with:
152152
path: |
153153
vendor
@@ -191,7 +191,7 @@ jobs:
191191

192192
# Optional - improve performance by caching
193193
- id: composer-cache
194-
uses: actions/cache@v2.1.4
194+
uses: actions/cache@v2.1.5
195195
with:
196196
path: |
197197
vendor
@@ -240,7 +240,7 @@ jobs:
240240

241241
# Optional - improve performance by caching
242242
- id: composer-cache
243-
uses: actions/cache@v2.1.4
243+
uses: actions/cache@v2.1.5
244244
with:
245245
path: |
246246
vendor
@@ -295,7 +295,7 @@ jobs:
295295

296296
# Optional - improve performance by caching
297297
- id: composer-cache
298-
uses: actions/cache@v2.1.4
298+
uses: actions/cache@v2.1.5
299299
with:
300300
path: |
301301
vendor
@@ -349,7 +349,7 @@ jobs:
349349

350350
# Optional - improve performance by caching
351351
- id: composer-cache
352-
uses: actions/cache@v2.1.4
352+
uses: actions/cache@v2.1.5
353353
with:
354354
path: |
355355
vendor
@@ -389,7 +389,7 @@ jobs:
389389

390390
# Optional - improve performance by caching
391391
- id: composer-cache
392-
uses: actions/cache@v2.1.4
392+
uses: actions/cache@v2.1.5
393393
with:
394394
path: |
395395
vendor
@@ -430,7 +430,7 @@ jobs:
430430

431431
# Optional - improve performance by caching
432432
- id: composer-cache
433-
uses: actions/cache@v2.1.4
433+
uses: actions/cache@v2.1.5
434434
with:
435435
path: |
436436
vendor

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"doctrine/doctrine-fixtures-bundle": "^3.3",
6262
"dvdoug/behat-code-coverage": "^5.0",
6363
"friendsofphp/php-cs-fixer": "^2.17",
64-
"phpstan/phpstan": "0.12.82",
64+
"phpstan/phpstan": "0.12.83",
6565
"phpstan/phpstan-doctrine": "0.12.33",
6666
"phpstan/phpstan-phpunit": "0.12.18",
67-
"phpstan/phpstan-symfony": "0.12.21",
67+
"phpstan/phpstan-symfony": "0.12.24",
6868
"phpunit/phpunit": "^9.5",
6969
"symfony/browser-kit": "^5.0",
7070
"symfony/maker-bundle": "*",

composer.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"devDependencies": {
2424
"@fortawesome/fontawesome-free": "^5.15.2",
2525
"@symfony/webpack-encore": "^1.1.2",
26-
"core-js": "^3.10.0",
27-
"eslint": "^7.23.0",
26+
"core-js": "^3.10.1",
27+
"eslint": "^7.24.0",
2828
"eslint-config-standard": "^16.0.2",
2929
"eslint-plugin-import": "^2.22.1",
3030
"eslint-plugin-node": "^11.1.0",
@@ -75,9 +75,9 @@
7575
"js-yaml": "^4.0.0",
7676
"lazysizes": "^5.3.2",
7777
"material-design-icons": "^3.0.1",
78-
"npm": "^7.8.0",
78+
"npm": "^7.9.0",
7979
"popper.js": "^1.16.1",
80-
"sweetalert2": "^10.15.7",
80+
"sweetalert2": "^10.16.0",
8181
"textfilljs": "^1.0.3-a",
8282
"vis": "^4.21.0"
8383
},

src/Api/ProjectsApi.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ public function projectsCategoriesGet(?string $max_version = null, ?string $flav
205205
$flavor = $this->getDefaultFlavorOnNull($flavor);
206206

207207
$response = [];
208-
$categories = ['recent', 'random', 'most_viewed', 'most_downloaded', 'example', 'scratch', 'recommended'];
208+
209+
//removed recommended on purpose
210+
$categories = ['recent', 'random', 'most_viewed', 'most_downloaded', 'example', 'scratch'];
209211
$user = $this->facade->getAuthenticationManager()->getAuthenticatedUser();
210212

211213
foreach ($categories as $category) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<a class="btn btn-sm btn-default" href="{{ admin.generateObjectUrl('acceptProgramReport', object) }}"><i
2-
class="glyphicon glyphicon-edit"></i> Accept </a>
2+
class="glyphicon glyphicon-edit"></i> Confirm report</a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<a class="btn btn-sm btn-default" href="{{ admin.generateObjectUrl('unreportProgram', object) }}"><i
2-
class="glyphicon glyphicon-edit"></i> Decline </a>
2+
class="glyphicon glyphicon-edit"></i> Reject report </a>

0 commit comments

Comments
 (0)