Changeset 2766593
- Timestamp:
- 08/04/2022 06:54:29 PM (4 years ago)
- Location:
- vampire-character/trunk
- Files:
-
- 4 edited
-
inc/install.php (modified) (1 diff)
-
inc/xpfunctions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vampire-character.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vampire-character/trunk/inc/install.php
r2765402 r2766593 8 8 global $vtm_character_version; 9 9 global $vtm_character_db_version; 10 $vtm_character_version = "2.1 1";10 $vtm_character_version = "2.12"; 11 11 $vtm_character_db_version = "83"; 12 12 -
vampire-character/trunk/inc/xpfunctions.php
r2765402 r2766593 1737 1737 1738 1738 // start column / new column 1739 if ($xpdata->grp == '') { 1740 $rowoutput[$xpdata->grp]['title'] = "<table>\n"; 1741 } 1739 1742 if (isset($xpdata->grp)) { 1740 1743 if ($grp != $xpdata->grp) { -
vampire-character/trunk/readme.txt
r2765403 r2766593 4 4 Requires at least: 5.2.4 5 5 Tested up to: 6.0.1 6 Stable tag: 2.1 16 Stable tag: 2.12 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 135 135 136 136 == Changelog == 137 138 = 2.12 = 139 140 * Bug fix: Fixed formatting of combo disciplines on XP spend page 137 141 138 142 = 2.11 = -
vampire-character/trunk/vampire-character.php
r2765402 r2766593 4 4 Description: Management of Characters and Players 5 5 Author: Jane Houston 6 Version: 2.1 16 Version: 2.12 7 7 Author URI: http://www.mieow.co.uk 8 8 */ 9 9 10 /* Copyright 202 0Jane Houston10 /* Copyright 2022 Jane Houston 11 11 12 12 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.