v.1.6.10
This commit is contained in:
parent
9f639c1c33
commit
3068c5b5fe
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### 1.6.9 - 13 apr '23
|
### 1.6.10 - 14 apr '23
|
||||||
- add support to online events (thanks @sedum) #26
|
- add support to online events (thanks @sedum) #26
|
||||||
- show past events in tag and place pages #259
|
- show past events in tag and place pages #259
|
||||||
- fix import from URL for guest, #256
|
- fix import from URL for guest, #256
|
||||||
|
|
|
@ -8,11 +8,12 @@ nav_order: 10
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### 1.6.9 - 13 apr '23
|
### 1.6.10 - 14 apr '23
|
||||||
- add support to online events (thanks @sedum) #26
|
- add support to online events (thanks @sedum) #26
|
||||||
- show past events in tag and place pages #259
|
- show past events in tag and place pages #259
|
||||||
- fix import from URL for guest, #256
|
- fix import from URL for guest, #256
|
||||||
- fix ics export timezone, #258
|
- fix ics export timezone, #258
|
||||||
|
- fix autocomplete address when geocoding, #216
|
||||||
|
|
||||||
### 1.6.8 - 30 mar '23
|
### 1.6.8 - 30 mar '23
|
||||||
- use new $time in admins table, fix #252
|
- use new $time in admins table, fix #252
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.6.9",
|
"version": "1.6.10",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue