From 52bbf549d08ae1f41b634210dc22da175cb5840f Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 9 Apr 2023 23:49:13 +0200 Subject: [PATCH] preparing release --- CHANGELOG | 5 +++++ docs/changelog.md | 5 +++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e3784819..1f6b76e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ All notable changes to this project will be documented in this file. +### UNRELEASED + - show past events in tag and place pages + - fix import from URL for guest, #256 + - add support to online events (thanks @sedum) #26 + ### 1.6.8 - use new $time in admins table, fix #252 - fix some WPGancio issues diff --git a/docs/changelog.md b/docs/changelog.md index 7c013f0c..fc8df604 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,11 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### UNRELEASED + - show past events in tag and place pages + - fix import from URL for guest, #256 + - add support to online events (tha + ### 1.6.8 - use new $time in admins table, fix #252 - fix some WPGancio issues diff --git a/package.json b/package.json index c59900a2..5b71fa08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.6.8", + "version": "1.6.9", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {