Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 0309b2f

Browse files
committed
Prepare for 1.1.2 release
1 parent cb552ca commit 0309b2f

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

Diff for: html/changelog.html

+16-1
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,31 @@ <h1>Changelog</h1>
3636
<header class="major">
3737
<h2>What's new in this release</h2>
3838
</header>
39-
<p>This release includes minor bug fixes.</p>
39+
<p>This release includes minor bug fixes and a new licenses page.</p>
4040
</div>
4141
</div>
42+
<ul class="actions special">
43+
<li><a href="licenses.html" class="button primary">View Licenses</a></li>
44+
</ul>
45+
</section>
46+
<section id="changelogPrompt" class="main special">
47+
<header class="minor">
48+
<h2>Don't want to see the changelog on updates?</h2>
49+
</header>
50+
<ul class="actions special">
51+
<li><a href="settings.html" class="button">Turn them off</a></li>
52+
</ul>
4253
</section>
4354

4455
<!-- First Section -->
4556
<section id="first" class="main">
4657
<header class="major">
4758
<h2>Version History</h2>
4859
</header>
60+
<aside class="version">
61+
<h4>Version 1.1.2</h4>
62+
<p>Removed Fontawesome and overlay.png reference. Added licenses page. Changed update popup to changelog instead of welcome page. Welcome page now only shows on first install, and when the button is pressed in the Chrome toolbar or menu.</p>
63+
</aside>
4964
<aside class="version">
5065
<h4>Version 1.1.1</h4>
5166
<p>Fixed analytics. Fixed appearance of notifications.</p>

Diff for: html/welcome.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,18 @@ <h2>Reporting a Problem</h2>
9595
<section>
9696
<h2>Version History</h2>
9797
<aside class="version">
98-
<h4>Version 1.1.1</h4>
99-
<p>Minor bug fixes.</p>
98+
<h4>Version 1.1.2</h4>
99+
<p>Minor bug fixes. Created licenses page.</p>
100100
</aside>
101-
102101
<ul class="actions">
103102
<li><a href="changelog.html" class="button">View Full Changelog</a></li>
104103
</ul>
105104
</section>
106105
<section>
107106
<h2>&nbsp;</h2>
108107
<aside class="version">
109-
<h4>Version 1.1.0</h4>
110-
<p>Introduced welcome page and changelog.</p>
108+
<h4>Version 1.1.1</h4>
109+
<p>Minor bug fixes.</p>
111110
</aside>
112111
</section>
113112
<p class="copyright"><a href="licenses.html">View extension and third-party licenses</a></p>

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Robinhood Mint Sync for Chrome",
55
"description": "Automatically add your Robinhood portfolio to Mint",
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"author": "George Walker",
88

99
"icons": {

0 commit comments

Comments
 (0)