mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
update changelog, releasing v1.6.8
This commit is contained in:
parent
df4ec69128
commit
9524fd52f3
5 changed files with 21 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.6.8
|
||||
- use new $time in admins table, fix #252
|
||||
- fix some WPGancio issues
|
||||
- new custom color feature!
|
||||
- update locales (durch, spanish, galician)
|
||||
- improve index, tag, place page layout
|
||||
- use luxon instead of dayjs server side, fix #254
|
||||
|
||||
### 1.6.7 - 22 mar '23
|
||||
- node is not Intl ready, fix #250
|
||||
- fix old smultidate events without an end_datetime!
|
||||
|
|
2
docs/.bundle/config
Normal file
2
docs/.bundle/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
BUNDLE_PATH: "vendor/bundle"
|
|
@ -8,6 +8,15 @@ nav_order: 10
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
### 1.6.8
|
||||
- use new $time in admins table, fix #252
|
||||
- fix some WPGancio issues
|
||||
- new custom color feature!
|
||||
- update locales (durch, spanish, galician)
|
||||
- improve index, tag, place page layout
|
||||
- use luxon instead of dayjs server side, fix #254
|
||||
|
||||
### 1.6.7 - 22 mar '23
|
||||
- node is not Intl ready, fix #250
|
||||
- fix old smultidate events without an end_datetime!
|
||||
|
|
|
@ -10,7 +10,7 @@ permalink: /
|
|||
|
||||
A shared agenda for local communities.
|
||||
{: .fs-6 }
|
||||
Last release **[1.6.7- 22 Mar 2023](/changelog#167---22-mar-23)**
|
||||
Last release **[1.6.8 - 30 Mar 2023](/changelog#168---30-mar-23)**
|
||||
|
||||
[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 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue