mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-15 11:09:24 +00:00
Release 3.0.2
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b7a532414c
commit
fae1153589
3 changed files with 18 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 3.0.2 - 2022-12-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix unfollowing group
|
||||
- Limit the size of the IP(v6) field in the user admin view
|
||||
- Fix terms and privacy view
|
||||
- Use the correct value of current locale
|
||||
- Fix editing group events as a group moderator
|
||||
- Consider timezone for start time also when end date is hidden
|
||||
- Fix loading group members in organizer picker
|
||||
- Fix changing email & password
|
||||
- Add missing icon
|
||||
- Fix instances filter
|
||||
- Fix logging from 3rd-party auth provider
|
||||
|
||||
## 3.0.1 - 2022-11-22
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobilizon",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Mobilizon.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "3.0.1"
|
||||
@version "3.0.2"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue