From 1548f0300ffbfaade13d276fc904475d0fa54222 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 2 Dec 2019 17:10:11 +0000 Subject: [PATCH] Koha 19.12 - Dobbie is a free elf... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit “Dobby has got a sock. Master threw it, and Dobby caught it, and Dobby — Dobby is free." Koha, the worlds first completely open library system. 🧦 Signed-off-by: Martin Renvoize --- Koha.pm | 2 +- docs/teams.yaml | 6 +++--- installer/data/mysql/updatedatabase.pl | 6 ++++++ koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc | 2 ++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Koha.pm b/Koha.pm index 4c6996dd58..bf67f87492 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "19.11.00.000"; +$VERSION = "19.12.00.000"; sub version { return $VERSION; diff --git a/docs/teams.yaml b/docs/teams.yaml index 6bf3d491e9..f89f370e71 100644 --- a/docs/teams.yaml +++ b/docs/teams.yaml @@ -779,8 +779,8 @@ team: name: Hayley Mapley maintainer_mentors: - version: 19.11 - - name: Martin Renvoize + name: Martin Renvoize - version: 19.05 - - name: Nick Clemens + name: Nick Clemens - version: 18.11 - - name: Chris Cormack + name: Chris Cormack diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 4a83a9169c..998a6016c0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -20232,6 +20232,12 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (19.11.00 release)\n"; } +$DBversion = '19.12.00.000'; +if( CheckVersion( $DBversion ) ) { + SetVersion( $DBversion ); + print "Upgrade to $DBversion done (Dobbie is a free elf...)\n"; +} + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. my $update_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/atomicupdate/'; diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc index 9fc4800130..d32bfcad61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -2,6 +2,7 @@ [%- SWITCH role.key -%] [%- CASE 'manager' -%]Release manager [%- CASE 'manager_assistant' -%]Release manager assistant + [%- CASE 'manager_mentor' -%]Release manager mentor [%- CASE 'qa_manager' -%]Quality assurance manager [%- CASE 'qa' -%]Quality assurance team [%- CASE 'documentation' -%]Documentation manager @@ -12,6 +13,7 @@ [%- CASE 'bugwrangler' -%]Bug wrangler [%- CASE 'maintainer' -%]Release maintainer [%- CASE 'maintainer_assistant' -%]Release maintainer assistant + [%- CASE 'maintainer_mentor' -%]Release maintainer mentor [%- CASE 'wiki' -%]Wiki curator [%- CASE 'ci' -%]Continuous integration manager [%- CASE 'packaging' -%]Packaging manager -- 2.39.5