[Bps-public-commit] rtx-calendar branch, master, updated. 1.02-2-gdec187e
? sunnavy
sunnavy at bestpractical.com
Sun Jul 19 10:16:33 EDT 2020
The branch, master has been updated
via dec187e72da4e9d3a05a1bcceb154c29d7bb594f (commit)
from b0c2363d169ae408e2186a438d2d07bcbb384daf (commit)
Summary of changes:
CHANGES | 3 +++
META.yml | 2 +-
lib/RTx/Calendar.pm | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit dec187e72da4e9d3a05a1bcceb154c29d7bb594f
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sun Jul 19 22:12:18 2020 +0800
Prep 1.03
diff --git a/CHANGES b/CHANGES
index 2886b0d..dc185ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1.03 2020-07-19
+ - Fix code menu logic
+
1.02 2020-07-17
- Clarify documentation on what the calendar displays and how
- Make it work with RT 5.0
diff --git a/META.yml b/META.yml
index 21d4c23..b85644a 100644
--- a/META.yml
+++ b/META.yml
@@ -26,6 +26,6 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '1.02'
+version: '1.03'
x_module_install_rtx_version: '0.42'
x_requires_rt: 4.2.0
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index e466f54..300912d 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.02";
+our $VERSION = "1.03";
RT->AddStyleSheets('calendar.css');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list