Koha 19.12 - Dobbie is a free elf...
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Dec 2019 17:10:11 +0000 (17:10 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Dec 2019 17:13:15 +0000 (17:13 +0000)
    “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 <martin.renvoize@ptfs-europe.com>

Koha.pm
docs/teams.yaml
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc

diff --git a/Koha.pm b/Koha.pm
index 4c6996d..bf67f87 100644 (file)
--- 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;
index 6bf3d49..f89f370 100644 (file)
@@ -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
index 4a83a91..998a601 100755 (executable)
@@ -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/';
index 9fc4800..d32bfca 100644 (file)
@@ -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