1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 19:34:18 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Alexander Skvortsov
dd5c516156 Release v1.2.1 2022-03-10 15:47:26 -05:00
Alexander Skvortsov
085c44ec63 chore: rebuild dist js 2022-03-10 15:44:30 -05:00
Alexander Skvortsov
60600f4d2b chore: bump rich text ICU Message formatter
This fixes https://discuss.flarum.org/d/29914-utf-encoding-error-in-title/6
2022-03-10 15:37:44 -05:00
5 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## [1.2.1](https://github.com/flarum/core/compare/v1.2.0...v1.2.1)
### Fixed
- Don't escape single quotes in discussion title meta tags (60600f4d2b8f0c5dac94c329041427a0a08fad42)
## [1.2.0](https://github.com/flarum/core/compare/v1.1.1...v1.2.0)
### Added

View File

@@ -21,7 +21,7 @@ class Application
*
* @var string
*/
const VERSION = '1.3.0-dev';
const VERSION = '1.2.1';
/**
* The IoC container for the Flarum application.

View File

@@ -1,6 +1,6 @@
<h2>Install Flarum</h2>
<p>Set up your forum by filling out your details below. If you have any trouble, get help on the <a href="https://docs.flarum.org/install" target="_blank">Flarum website</a>.</p>
<p>Set up your forum by filling out your details below. If you have any trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
<form method="post">
<div id="error" style="display:none"></div>

View File

@@ -1,6 +1,6 @@
<h2>Hold Up!</h2>
<p>These problems must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://docs.flarum.org/install" target="_blank">Flarum website</a>.</p>
<p>These problems must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
<div class="Problems">
<?php foreach ($problems as $problem) { ?>

View File

@@ -1,6 +1,6 @@
<h2>Update Flarum</h2>
<p>Enter your database password to update Flarum. Before you proceed, you should <strong>back up your database</strong>. If you have any trouble, get help on the <a href="https://docs.flarum.org/update" target="_blank">Flarum website</a>.</p>
<p>Enter your database password to update Flarum. Before you proceed, you should <strong>back up your database</strong>. If you have any trouble, get help on the <a href="http://flarum.org/docs/update.html" target="_blank">Flarum website</a>.</p>
<form method="post">
<div id="error" style="display:none"></div>