-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.php
108 lines (88 loc) · 5.67 KB
/
changelog.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html>
<head><?php
$pagetitle = "Changelog";
include 'head.php'; ?>
</head>
<body>
<?php
include 'navbar.php';
include 'banner.php';
?>
<div class="container grey">
<h1>Changelog</h1>
<p class="top-lead lead text-muted">This is an overview of recent changes or fixes to the website.</p>
<div class="row">
<div class="col-sm-12">
<h2>Issue?</h2>
<p>If you find any issues on the website or have suggestions and/or feedback, please contact me via email at [email protected] or through the FFG Forums <a href='https://community.fantasyflightgames.com/user/239371-atom4gevampire/'>here</a>.</p>
<h2>Recent updates</h2>
<h3>February 13th, 2016</h3>
<ul>
<li>Added Mists of Bilehall!</li>
</ul>
<h3>February 11th, 2016</h3>
<ul>
<li>Major Update, full changelog coming soon!</li>
</ul>
<h3>December 17th, 2015</h3>
<ul>
<li>Hero overview page stats now correctly shows a speed that is lower than the max speed when it is forced by an item, also a small text was added to indicate this is still work in progress</li>
<li>Missing special objective added for SoN - The Incident</li>
<li>Missing special objective added for SoN - Respected Citizen</li>
<li>Missing special objective added for SoN - Prison of Khinn</li>
<li>Fixed incorrect follow-up quests to HoB - Prison of Khinn</li>
</ul>
<h3>December 14th, 2015</h3>
<ul>
<li>Playing a rumor that is in play is no longer required before moving to the interlude (as ruled in official faq/errata).</li>
<li>Fixed a bug where Act 1 instead of Act 2 items were available for purchase when a rumor was played directly after the Interlude.</li>
<li>The 'Lone Knight' travel encounter can now be completed without selecting an item.</li>
<li>Universal cards that cost more than 1xp can now be purchased without having to purchase 1xp cards first.</li>
<li>Fixed an issue where the Finale selection of Labyrinth of Ruin was linked to Fire and Brimstone instead of Tipping the Scales.</li>
</ul>
<h3>August 27st, 2015</h3>
<ul>
<li>Multiple theming and UX improvements.</li>
<li>Added the hero images for Bonds of the Wild.</li>
<li>Added a new banner.</li>
</ul>
<h3>August 26st, 2015</h3>
<ul>
<li>Fixed an issue where the 'Start New..' button wasn't working on mobile.</li>
<li>Add a missing 'Open Group' to encounter 1 of the 'Hearts of the Wild' quest.</li>
<li>Fixed a bug that prevented the removal of group members.</li>
<li>Fixed a bug where a defeated Plot Deck Agent was not returned to the player after the quest it was defeated in was deleted.</li>
<li>Fixed a bug where a rumor quest could not be selected again after it was deleted. (Message me if your campaign has this issue, I will fix it.)</li>
<li>Fixed a bug that prevented blocked monsters to become available again after a quest they were blocked in was deleted.</li>
</ul>
<h3>August 21st, 2015</h3>
<ul>
<li>Fixed an issue which prevented selection of Serena's 'Silent Protector' as plot deck.</li>
<li>Made a separate tab for Heirs of Blood in the quest statistics.</li>
</ul>
<h3>August 15th, 2015</h3>
<ul>
<li>Added Heroes, Monsters, Rumors and Cards for Bonds of the Wild (but hero images are still missing at the moment).</li>
<li>Added changelog to the website</li>
</ul>
<h3>August 10th, 2015</h3>
<ul>
<li>Fixed a bug where an empty quest or rumor could be submitted.</li>
<li>Fixed a bug that occurred when an expansion was selected as story, and the same expansion was the only other expansion selected.</li>
<li>Fixed a bug that caused rumor cards featuring a quests not to be displayed in the 'Rumor Cards' box.</li>
</ul>
<h3>August 10th, 2015</h3>
<ul>
<li>Improvements were made to the homepage.</li>
<li>Improvements were made to the mobile version of some pages (Homepage, Campaign overview, group overview, hero details,..).</li>
<li>Fixed a bug that caused 'First Blood' to not be shown in the statistics.</li>
<li>Fixed a bug that prevented submission of the edit skills/items form.</li>
<li>Fixed a bug that allowed Corrupt Citizen cards to be return during the edit skills step.</li>
<li>Improvements to error reporting of the login page.</li>
<li>Added more hero and class statistics.</li>
</ul>
</div>
<div>
</div>
</body>
</html>