Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v2.0.0-rc.3](https://github.com/flarum/framework/compare/v2.0.0-rc.2...v2.0.0-rc.3)

### Added

- (core) detect and surface a database driver/server mismatch (e.g. MariaDB vs MySQL) by @imorland [#4682]
- (core) content negotiation for forum error handling by @dsevillamartin [#4677]

### Fixed

- (core) refresh the user count and list after user creation by @DavideIadeluca [#4687]
- (core) lopsided post divider on mobile by @linkrobins [#4691]
- (core) stub the full Queue Pause/Resume surface on `QueueFactory` by @imorland [#4683]
- (mentions) align mentions in post with the rest of the text by @dsevillamartin [#4692]
- (emoji) reserve a square box for `img.emoji` to avoid layout shift (CLS) by @imorland [#4685]

### Performance

- (core) fix N+1 `group_user` queries when serializing users by @imorland [#4696]

## [v2.0.0-rc.2](https://github.com/flarum/framework/compare/v2.0.0-rc.1...v2.0.0-rc.2)

### Added
Expand Down
2 changes: 1 addition & 1 deletion extensions/akismet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2",
"flarum/core": "^2.0.0-rc.3",
"flarum/approval": "^2.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/approval/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2",
"flarum/core": "^2.0.0-rc.3",
"flarum/flags": "^2.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/bbcode/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/embed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/emoji/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/flags/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions extensions/gdpr/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2",
"flarum/core": "^2.0.0-rc.3",
"nelexa/zip": "^4.0.2"
},
"autoload": {
Expand Down Expand Up @@ -88,7 +88,7 @@
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
},
"require-dev": {
"flarum/testing": "^2.0.0-rc.2",
"flarum/phpstan": "^2.0.0-rc.2"
"flarum/testing": "^2.0.0-rc.3",
"flarum/phpstan": "^2.0.0-rc.3"
}
}
2 changes: 1 addition & 1 deletion extensions/lang-english/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "MIT",
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/likes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/lock/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/markdown/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/mentions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/messages/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/nicknames/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/package-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"source": "https://github.com/flarum/extension-manager"
},
"require": {
"flarum/core": "^2.0.0-rc.2",
"flarum/core": "^2.0.0-rc.3",
"composer/composer": "^2.7"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/pusher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2",
"flarum/core": "^2.0.0-rc.3",
"pusher/pusher-php-server": "^7.2"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/realtime/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"type": "flarum-extension",
"require": {
"flarum/core": "^2.0.0-rc.2",
"flarum/core": "^2.0.0-rc.3",
"plesk/ratchetphp": "v1.0.4",
"pusher/pusher-php-server": "^7.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/statistics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/sticky/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/subscriptions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/suspend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/tags/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-rc.2"
"flarum/core": "^2.0.0-rc.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion framework/core/src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Application extends IlluminateContainer implements LaravelApplication
*
* @var string
*/
public const VERSION = '2.0.0-rc.2';
public const VERSION = '2.0.0-rc.3';

protected bool $booted = false;

Expand Down
Loading