Skip to content

Commit 1440d9f

Browse files
authored
chore: prep 2.0.0-rc.3 (#4698)
* chore: prep rc.3 * chore: bump composer reqs
1 parent 8f89c17 commit 1440d9f

24 files changed

Lines changed: 44 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v2.0.0-rc.3](https://github.com/flarum/framework/compare/v2.0.0-rc.2...v2.0.0-rc.3)
4+
5+
### Added
6+
7+
- (core) detect and surface a database driver/server mismatch (e.g. MariaDB vs MySQL) by @imorland [#4682]
8+
- (core) content negotiation for forum error handling by @dsevillamartin [#4677]
9+
10+
### Fixed
11+
12+
- (core) refresh the user count and list after user creation by @DavideIadeluca [#4687]
13+
- (core) lopsided post divider on mobile by @linkrobins [#4691]
14+
- (core) stub the full Queue Pause/Resume surface on `QueueFactory` by @imorland [#4683]
15+
- (mentions) align mentions in post with the rest of the text by @dsevillamartin [#4692]
16+
- (emoji) reserve a square box for `img.emoji` to avoid layout shift (CLS) by @imorland [#4685]
17+
18+
### Performance
19+
20+
- (core) fix N+1 `group_user` queries when serializing users by @imorland [#4696]
21+
322
## [v2.0.0-rc.2](https://github.com/flarum/framework/compare/v2.0.0-rc.1...v2.0.0-rc.2)
423

524
### Added

extensions/akismet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2",
22+
"flarum/core": "^2.0.0-rc.3",
2323
"flarum/approval": "^2.0"
2424
},
2525
"autoload": {

extensions/approval/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2",
22+
"flarum/core": "^2.0.0-rc.3",
2323
"flarum/flags": "^2.0"
2424
},
2525
"autoload": {

extensions/bbcode/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2"
22+
"flarum/core": "^2.0.0-rc.3"
2323
},
2424
"autoload": {
2525
"psr-4": {

extensions/embed/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2"
22+
"flarum/core": "^2.0.0-rc.3"
2323
},
2424
"autoload": {
2525
"psr-4": {

extensions/emoji/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2"
22+
"flarum/core": "^2.0.0-rc.3"
2323
},
2424
"extra": {
2525
"branch-alias": {

extensions/flags/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2"
22+
"flarum/core": "^2.0.0-rc.3"
2323
},
2424
"autoload": {
2525
"psr-4": {

extensions/gdpr/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"flarum/core": "^2.0.0-rc.2",
26+
"flarum/core": "^2.0.0-rc.3",
2727
"nelexa/zip": "^4.0.2"
2828
},
2929
"autoload": {
@@ -88,7 +88,7 @@
8888
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
8989
},
9090
"require-dev": {
91-
"flarum/testing": "^2.0.0-rc.2",
92-
"flarum/phpstan": "^2.0.0-rc.2"
91+
"flarum/testing": "^2.0.0-rc.3",
92+
"flarum/phpstan": "^2.0.0-rc.3"
9393
}
9494
}

extensions/lang-english/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"flarum/core": "^2.0.0-rc.2"
10+
"flarum/core": "^2.0.0-rc.3"
1111
},
1212
"extra": {
1313
"branch-alias": {

extensions/likes/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"flarum/core": "^2.0.0-rc.2"
22+
"flarum/core": "^2.0.0-rc.3"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)