[Bps-public-commit] rt-extension-dynamicwebpath branch master updated. 0.01-2-g789992e

BPS Git Server git at git.bestpractical.com
Thu Apr 27 13:55:58 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 "rt-extension-dynamicwebpath".

The branch, master has been updated
       via  789992ee6f845ad2651356c3fcf454ff84fe99c8 (commit)
      from  87b3b669dcb15d559db97ed951d234100e2162cd (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 789992ee6f845ad2651356c3fcf454ff84fe99c8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Apr 27 21:52:43 2023 +0800

    Prep 0.02

diff --git a/Changes b/Changes
index 1ea6278..ba83db6 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for RT-Extension-DynamicWebPath
 
+0.02 2023-04-27
+ - Automatically set configs defined for default WebPath ""
+
 0.01 2023-03-01
  - Initial version
diff --git a/META.yml b/META.yml
index d83634e..4c1c1c2 100644
--- a/META.yml
+++ b/META.yml
@@ -25,7 +25,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-dynamicwebpath
-version: '0.01'
+version: '0.02'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 4.4.0
 x_rt_too_new: 5.2.0
diff --git a/lib/RT/Extension/DynamicWebPath.pm b/lib/RT/Extension/DynamicWebPath.pm
index fc10c21..fa5b139 100644
--- a/lib/RT/Extension/DynamicWebPath.pm
+++ b/lib/RT/Extension/DynamicWebPath.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::DynamicWebPath;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 use RT::Config;
 $RT::Config::META{DynamicWebPath} = {
-----------------------------------------------------------------------

Summary of changes:
 Changes                            | 3 +++
 META.yml                           | 2 +-
 lib/RT/Extension/DynamicWebPath.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rt-extension-dynamicwebpath


More information about the Bps-public-commit mailing list