- Update webcomponent deps
  - Refactor datime display in webcomponent
  - Force flyer download
  - Restore range events on calendar
  - Fix limit/max events for mariadb #183
  - Fix endtime selection
  - Fix microdata address

# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#   (use "git restore --staged <file>..." to unstage)
# 	modified:   CHANGELOG
# 	modified:   docs/changelog.md
# 	modified:   package.json
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
# 	gancio_plugins/
# 	yunohost/
#
# diff --git a/CHANGELOG b/CHANGELOG
# index 954e339..0a7c66d 100644
# --- a/CHANGELOG
# +++ b/CHANGELOG
# @@ -1,5 +1,14 @@
#  All notable changes to this project will be documented in this file.
#
# +### 1.5.4 - 6 set '22
# +  - Update webcomponent deps
# +  - Refactor datime display in webcomponent
# +  - Force flyer download
# +  - Restore range events on calendar
# +  - Fix limit/max events for mariadb #183
# +  - Fix endtime selection
# +  - Fix microdata address
# +
#  ### 1.5.3 - 30 aug '22
#    - Fix end time selection when it's in the next day
#
# diff --git a/docs/changelog.md b/docs/changelog.md
# index 59d95e1..d441d93 100644
# --- a/docs/changelog.md
# +++ b/docs/changelog.md
# @@ -8,6 +8,16 @@ nav_order: 10
#
#  All notable changes to this project will be documented in this file.
#
# +### 1.5.4 - 6 set '22
# +  - Update webcomponent deps
# +  - Refactor datime display in webcomponent
# +  - Force flyer download
# +  - Restore range events on calendar
# +  - Fix limit/max events for mariadb #183
# +  - Fix endtime selection
# +  - Fix microdata address
# +
# +
#  ### 1.5.3 - 30 aug '22
#    - Fix end time selection when it's in the next day
#
# diff --git a/package.json b/package.json
# index 40ed9eb..776596b 100644
# --- a/package.json
# +++ b/package.json
# @@ -1,6 +1,6 @@
#  {
#    "name": "gancio",
# -  "version": "1.5.3",
# +  "version": "1.5.4",
#    "description": "A shared agenda for local communities",
#    "author": "lesion",
#    "scripts": {
This commit is contained in:
lesion 2022-09-06 21:58:06 +02:00
parent c28f4969c4
commit e0d3b107a5
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 20 additions and 1 deletions

View file

@ -1,5 +1,14 @@
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.5.4 - 6 set '22
- Update webcomponent deps
- Refactor datime display in webcomponent
- Force flyer download
- Restore range events on calendar
- Fix limit/max events for mariadb #183
- Fix endtime selection
- Fix microdata address
### 1.5.3 - 30 aug '22 ### 1.5.3 - 30 aug '22
- Fix end time selection when it's in the next day - Fix end time selection when it's in the next day

View file

@ -8,6 +8,16 @@ 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.5.4 - 6 set '22
- Update webcomponent deps
- Refactor datime display in webcomponent
- Force flyer download
- Restore range events on calendar
- Fix limit/max events for mariadb #183
- Fix endtime selection
- Fix microdata address
### 1.5.3 - 30 aug '22 ### 1.5.3 - 30 aug '22
- Fix end time selection when it's in the next day - Fix end time selection when it's in the next day

View file

@ -1,6 +1,6 @@
{ {
"name": "gancio", "name": "gancio",
"version": "1.5.3", "version": "1.5.4",
"description": "A shared agenda for local communities", "description": "A shared agenda for local communities",
"author": "lesion", "author": "lesion",
"scripts": { "scripts": {