[Bps-public-commit] rtx-calendar branch multiple-days-events updated. 1.05-39-g22c5c0b

BPS Git Server git at git.bestpractical.com
Fri Sep 29 20:30:06 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtx-calendar".

The branch, multiple-days-events has been updated
       via  22c5c0bbf06a55141f82b13d6079bab6e36f21ae (commit)
      from  a1f147d4982a2590479ee98e24b5387d3af0613d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22c5c0bbf06a55141f82b13d6079bab6e36f21ae
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Fri Sep 29 16:26:07 2023 -0400

    RTx-Calendar 1.09

diff --git a/CHANGES b/CHANGES
index bcb6591..ef176b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.09 2023-09-29
+ - Add dark mode support
+ - Fix bug that reset filter settings when changing months
+
 1.08 2023-09-27
  - Add multi-day event support
 
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index b6b1d42..c5dc443 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
 use DateTime;
 use DateTime::Set;
 
-our $VERSION = "1.08";
+our $VERSION = "1.09";
 
 RT->AddStyleSheets('calendar.css');
 RT->AddJavaScript('calendar.js');

-----------------------------------------------------------------------

Summary of changes:
 CHANGES             | 4 ++++
 lib/RTx/Calendar.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
rtx-calendar


More information about the Bps-public-commit mailing list