mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
v1.6.7
This commit is contained in:
parent
442f88f322
commit
780938ef91
4 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
||||||
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.6 - 22 mar '23
|
### 1.6.7 - 22 mar '23
|
||||||
- node is not Intl ready, fix #250
|
- node is not Intl ready, fix #250
|
||||||
- fix old smultidate events without an end_datetime!
|
- fix old smultidate events without an end_datetime!
|
||||||
|
- fix a small issue during setup
|
||||||
|
|
||||||
### 1.6.5 - 21 mar '23
|
### 1.6.5 - 21 mar '23
|
||||||
- optimize home page using lazy loading
|
- optimize home page using lazy loading
|
||||||
|
|
|
@ -8,10 +8,10 @@ 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.6 - 22 mar '23
|
### 1.6.7 - 22 mar '23
|
||||||
- node is not Intl ready, fix #250
|
- node is not Intl ready, fix #250
|
||||||
- fix old smultidate events without an end_datetime!
|
- fix old smultidate events without an end_datetime!
|
||||||
|
- fix a small issue during setup
|
||||||
|
|
||||||
### 1.6.5 - 21 mar '23
|
### 1.6.5 - 21 mar '23
|
||||||
- optimize home page using lazy loading
|
- optimize home page using lazy loading
|
||||||
|
|
|
@ -10,7 +10,7 @@ permalink: /
|
||||||
|
|
||||||
A shared agenda for local communities.
|
A shared agenda for local communities.
|
||||||
{: .fs-6 }
|
{: .fs-6 }
|
||||||
Last release **[1.6.6 - 22 Mar 2023](/changelog#166---22-mar-23)**
|
Last release **[1.6.7- 22 Mar 2023](/changelog#167---22-mar-23)**
|
||||||
|
|
||||||
[Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
[Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
||||||
[Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
[Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.6.6",
|
"version": "1.6.7",
|
||||||
"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