1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 03:44:32 +02:00
Commit Graph

66 Commits

Author SHA1 Message Date
Daniël Klabbers
33e11efb82 update changelog 2022-01-20 13:56:05 +01:00
Daniel Klabbers
718d73e4c6 Release v1.2 2022-01-20 12:55:30 +01:00
David Wheatley
7982dcd578 docs: add missing 1.1.1 changelog
This was present on the 1.1.1 branch, but not `master`.
2022-01-04 15:19:21 +00:00
Alexander Skvortsov
37a7d92e97 Release v1.1.0 2021-10-11 21:19:05 -04:00
Daniel Klabbers
b58175a83e changelog for v1.0.4 2021-06-28 12:22:48 +02:00
Daniel Klabbers
56ac2ad4c2 changelog entry for laravel filesystem issue 2021-06-22 23:15:25 +02:00
Daniel Klabbers
4a20912442 changelog so far for 1.0.3 2021-06-22 23:15:25 +02:00
David Wheatley
f14c6b1285 Update changelog 2021-06-06 02:44:32 +01:00
Daniel Klabbers
0bb0797245 v1.0.1 changelog and constant 2021-06-02 09:05:36 +02:00
Daniel Klabbers
322b1a083b changelog and version constraint fix for flarum/testing 2021-05-25 23:01:54 +02:00
Daniel Klabbers
86981e97cc Release v0.1.0-beta.16 2021-03-15 16:09:23 +01:00
Sami Mazouz
3148968de6 Beta 16 Changelog (#2687)
* Beta 16 Changelog

* Review tweaks

* Consistent letter casing

* IOS -> iOS

* Removed accidentally added F

* Csrf -> CSRF

Co-authored-by: David Wheatley <hi@davwheat.dev>
2021-03-15 14:55:47 +01:00
Daniël Klabbers
4fc2f1ae56 beta 15 changelog and version constant 2020-12-18 20:02:22 +01:00
Daniël Klabbers
84a35fc642 changelog for v0.1.0-beta.14.1 2020-11-02 11:51:24 +01:00
Daniël Klabbers
c716a8423e changelog v0.1.0-beta.14 and added core developer @askvortsov1 2020-10-20 16:24:43 +02:00
Franz Liedke
9bcfc4fafd Update beta.13 changelog 2020-05-08 11:35:46 +02:00
Daniël Klabbers
0bc58b603e Release v0.1.0-beta.13 2020-05-07 09:18:04 +02:00
Franz Liedke
a41fef8d25 Prepare changelog for beta.12 release 2020-02-26 21:10:52 +01:00
Daniël Klabbers
dbd343a163 Update CHANGELOG.md 2019-12-02 10:36:41 +01:00
Daniel Klabbers
6313513dd9 releasing beta 11.1 2019-12-02 09:28:48 +01:00
Daniel Klabbers
eadeb75afa preparing the changelog for beta 11, part 2 2019-11-26 13:23:09 +01:00
Daniel Klabbers
b4db0bac91 preparing the changelog for beta 11 2019-11-26 12:59:29 +01:00
David Sevilla Martín
44dba542b1 Prepare beta.10 release (#1885)
* Update Application version string to beta 10
* Add beta.10 changelog
2019-09-16 09:28:17 +02:00
David Sevilla Martín
02ab9eb905 Update Application version string to beta 9 (#1784) 2019-07-05 12:37:02 +02:00
David Sevilla Martín
28e5f5cdb2 Update CHANGELOG.md 2019-06-27 15:07:53 -04:00
Daniël Klabbers
f71db08467 added changelog item for mediumText fix in posts.content 2019-06-24 14:57:13 +02:00
Daniël Klabbers
6fe9ea3dee Update CHANGELOG.md
clarifying reason for change on the `like` fix
2019-06-13 09:13:31 +02:00
Franz Liedke
5a16992398 Update changelog 2019-06-13 01:03:39 +02:00
Daniël Klabbers
20207e1294 Update CHANGELOG.md
added fix for js compiler tmp path fix to changelog
2019-06-12 17:18:21 +02:00
Daniël Klabbers
8c3065680a Update CHANGELOG.md
fixed missing link markdown
2019-06-12 00:43:57 +02:00
Daniël Klabbers
6b3e2c6205 Update CHANGELOG.md
added missing changelog item for #1738
2019-06-12 00:43:09 +02:00
Daniël Klabbers
b939539149 Update CHANGELOG.md
referenced incorrect (parent) commit in changelog
2019-06-12 00:38:54 +02:00
Daniël Klabbers
c65b3e5cec patched constraint for components/font-awesome, fixes #1790 2019-06-11 20:22:35 +02:00
Franz Liedke
c740c7f593 Update changelog 2019-06-01 20:12:30 +02:00
Franz Liedke
eb4796ef69 Update changelog 2019-05-24 20:11:31 +02:00
Toby Zerner
bbc2deeca2 Update changelog 2019-03-24 12:26:02 +10:30
Franz Liedke
b36a58db10 Update changelog 2019-02-14 23:40:18 +01:00
Franz Liedke
57dd0bcbb5 Update changelog 2018-12-10 22:52:50 +01:00
Toby Zerner
6b6fce878a Add another commit 2018-12-07 09:13:44 +10:30
Franz Liedke
36a0231796 Release version 0.1.0-beta.8.1 2018-12-06 00:47:38 +01:00
Toby Zerner
eefac062a1 Update changelog 2018-12-03 08:51:27 +10:30
Toby Zerner
83cdea35ea Add changelog 2018-12-02 08:08:44 +10:30
Toby Zerner
0211e4539c Remove unmaintained changelog
We will look at reintroducing once out of beta.
2016-03-18 09:34:48 +10:30
Toby Zerner
1c094c175e Fix crash when loading notifications in some instances
Specifically, the crash would occur when the first notification had a subject without a discussion relationship (e.g. the Subscriptions extension's newPost notification, where the subject itself was a discussion). Instead of simply eager loading the nested subject.discussion relationship, we load discussions manually instead.
2015-12-03 15:10:05 +10:30
Toby Zerner
127b4a7607 Fuzzy-match global forum permissions
This means that the "Start a Discussion" button will still be enabled if the user is not allowed to start globally, but only in certain tags.

Also add some other stuff to the changelog.

closes #640
2015-12-03 15:08:28 +10:30
Toby Zerner
d4e52a6ad8 Various user interface tweaks 2015-12-03 15:02:52 +10:30
Toby Zerner
95472a5d65 Fix some issues with dropdown positioning 2015-12-03 14:51:55 +10:30
Toby Zerner
22331306c6 Update changelog 2015-11-26 10:43:48 +10:30
Toby Zerner
20a6229228 Release 0.1.0-beta.4 2015-11-05 16:29:13 +10:30
Toby Zerner
43c556f4a8 Release 0.1.0-beta.3 2015-11-03 10:01:52 +10:30