Skip to content

Commit 2b3ef65

Browse files
authored
Merge pull request #74 from jolicode/chore/demo-upgrade
Upgrade the demo
2 parents 720ce51 + 13537c9 commit 2b3ef65

File tree

14 files changed

+1264
-1154
lines changed

14 files changed

+1264
-1154
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.2.1] - 2025-12-07
44

5-
- fix - event when the boolean `must_store_when_generating_url` option is set to `true`, the media is not stored when generating a URL using the twig `joli_media_url` filter
5+
- fix - even when the boolean `must_store_when_generating_url` option is set to `true`, the media is not stored when generating a URL using the twig `joli_media_url` filter
66

7-
## [0.2.0] - 2024-12-01
7+
## [0.2.0] - 2025-12-01
88

99
- feature - added pagination to admin bridges media lists
1010
- fix - Symfony 8.0 compatibility
1111

12-
## [0.1.4] - 2024-11-23
12+
## [0.1.4] - 2025-11-23
1313

1414
- fix - do not trigger an error when no library is defined
1515

16-
## [0.1.3] - 2024-11-23
16+
## [0.1.3] - 2025-11-23
1717

1818
- fix - `Request::get()` deprecation
1919
- fix - no exception when rendering a non resolved media
2020
- fix - view mode switch in EA bridge
2121
- fix - have the bundle work correctly when optional dependencies are not installed
2222

23-
## [0.1.2] - 2024-11-20
23+
## [0.1.2] - 2025-11-20
2424

2525
- feature - support for Symfony 8.0
2626
- feature - demo application to showcase the bundle features
@@ -62,3 +62,4 @@ This is the initial release of the bundle.
6262
[0.1.3]: https://github.com/jolicode/mediabundle/releases/tag/v0.1.3
6363
[0.1.4]: https://github.com/jolicode/mediabundle/releases/tag/v0.1.4
6464
[0.2.0]: https://github.com/jolicode/mediabundle/releases/tag/v0.2.0
65+
[0.2.1]: https://github.com/jolicode/mediabundle/releases/tag/v0.2.1

demo/application/composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"doctrine/doctrine-migrations-bundle": "^3.7",
11-
"easycorp/easyadmin-bundle": "^4.27.3",
11+
"easycorp/easyadmin-bundle": "^4.27.4",
1212
"fakerphp/faker": "^1.24.1",
1313
"imagine/imagine": "^1.5",
14-
"jolicode/media-bundle": "^0.1.2",
15-
"nikic/php-parser": "^5.6.2",
14+
"jolicode/media-bundle": "^0.2.0",
15+
"nikic/php-parser": "^5.7.0",
1616
"sonata-project/doctrine-orm-admin-bundle": "^4.19",
1717
"stof/doctrine-extensions-bundle": "^1.14",
18-
"symfony/console": "7.3.*",
19-
"symfony/dotenv": "7.3.*",
18+
"symfony/console": "7.4.*",
19+
"symfony/dotenv": "7.4.*",
2020
"symfony/flex": "^2.10",
21-
"symfony/framework-bundle": "7.3.*",
22-
"symfony/runtime": "7.3.*",
23-
"symfony/yaml": "7.3.*"
21+
"symfony/framework-bundle": "7.4.*",
22+
"symfony/runtime": "7.4.*",
23+
"symfony/yaml": "7.4.*"
2424
},
2525
"config": {
2626
"allow-plugins": {
@@ -69,13 +69,13 @@
6969
"extra": {
7070
"symfony": {
7171
"allow-contrib": false,
72-
"require": "7.3.*"
72+
"require": "7.4.*"
7373
}
7474
},
7575
"require-dev": {
76-
"doctrine/doctrine-fixtures-bundle": "^4.3",
77-
"symfony/debug-bundle": "7.3.*",
78-
"symfony/maker-bundle": "^1.64",
79-
"symfony/web-profiler-bundle": "7.3.*"
76+
"doctrine/doctrine-fixtures-bundle": "^4.3.1",
77+
"symfony/debug-bundle": "7.4.*",
78+
"symfony/maker-bundle": "^1.65.1",
79+
"symfony/web-profiler-bundle": "7.4.*"
8080
}
8181
}

0 commit comments

Comments
 (0)