Plugin Directory

Changeset 2766593


Ignore:
Timestamp:
08/04/2022 06:54:29 PM (4 years ago)
Author:
magent
Message:

Bug fixes and prep for SVN release

Location:
vampire-character/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vampire-character/trunk/inc/install.php

    r2765402 r2766593  
    88global $vtm_character_version;
    99global $vtm_character_db_version;
    10 $vtm_character_version = "2.11";
     10$vtm_character_version = "2.12";
    1111$vtm_character_db_version = "83";
    1212
  • vampire-character/trunk/inc/xpfunctions.php

    r2765402 r2766593  
    17371737           
    17381738            // start column / new column
     1739            if ($xpdata->grp == '') {
     1740                $rowoutput[$xpdata->grp]['title'] = "<table>\n";
     1741            }
    17391742            if (isset($xpdata->grp)) {
    17401743                if ($grp != $xpdata->grp) {
  • vampire-character/trunk/readme.txt

    r2765403 r2766593  
    44Requires at least: 5.2.4
    55Tested up to: 6.0.1
    6 Stable tag: 2.11
     6Stable tag: 2.12
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    135135
    136136== Changelog ==
     137
     138= 2.12 =
     139
     140* Bug fix: Fixed formatting of combo disciplines on XP spend page
    137141
    138142= 2.11 =
  • vampire-character/trunk/vampire-character.php

    r2765402 r2766593  
    44        Description: Management of Characters and Players
    55        Author: Jane Houston
    6         Version: 2.11
     6        Version: 2.12
    77        Author URI: http://www.mieow.co.uk
    88    */
    99
    10     /*  Copyright 2020 Jane Houston
     10    /*  Copyright 2022 Jane Houston
    1111
    1212        This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.