mirror of
https://github.com/flarum/core.git
synced 2025-08-14 12:24:33 +02:00
Compare commits
3 Commits
dw/docs-ur
...
as/v1.2.1-
Author | SHA1 | Date | |
---|---|---|---|
|
dd5c516156 | ||
|
085c44ec63 | ||
|
60600f4d2b |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## [1.2.0](https://github.com/flarum/core/compare/v1.1.1...v1.2.0)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -21,7 +21,7 @@ class Application
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.3.0-dev';
|
const VERSION = '1.2.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The IoC container for the Flarum application.
|
* The IoC container for the Flarum application.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h2>Install Flarum</h2>
|
<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">
|
<form method="post">
|
||||||
<div id="error" style="display:none"></div>
|
<div id="error" style="display:none"></div>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h2>Hold Up!</h2>
|
<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">
|
<div class="Problems">
|
||||||
<?php foreach ($problems as $problem) { ?>
|
<?php foreach ($problems as $problem) { ?>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h2>Update Flarum</h2>
|
<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">
|
<form method="post">
|
||||||
<div id="error" style="display:none"></div>
|
<div id="error" style="display:none"></div>
|
||||||
|
Reference in New Issue
Block a user