Skip to content

Commit df222e1

Browse files
authored
Merge pull request linode#175 from linode/release-1.1.19
Release 1.1.19
2 parents 665de37 + dc02897 commit df222e1

File tree

2 files changed

+68
-10
lines changed

2 files changed

+68
-10
lines changed

src/components/3_organisms/footer-nav.js

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ const FooterNav = () => (
3434
Support Experience
3535
</a>
3636
</li>
37+
<li>
38+
<a href="https://www.linode.com/predictable-pricing/">
39+
Predictable Pricing
40+
</a>
41+
</li>
3742
<li>
3843
<a href="https://linode.com/cloud-simplified/">
3944
Cloud Simplified
@@ -53,13 +58,18 @@ const FooterNav = () => (
5358
</a>
5459
</li>
5560
<li>
56-
<a href="https://linode.com/what-is-cloud-computing/">
57-
What is Cloud Computing
61+
<a href="https://linode.com/linode-vs-aws/">
62+
Linode vs. AWS
5863
</a>
5964
</li>
6065
<li>
6166
<a href="https://linode.com/open-cloud/">Open Cloud</a>
6267
</li>
68+
<li>
69+
<a href="https://linode.com/what-is-cloud-computing/">
70+
What is Cloud Computing
71+
</a>
72+
</li>
6373
</ul>
6474
</div>
6575
</div>
@@ -90,6 +100,11 @@ const FooterNav = () => (
90100
Dedicated CPU
91101
</a>
92102
</li>
103+
<li>
104+
<a href="https://linode.com/products/gpu/">
105+
GPU
106+
</a>
107+
</li>
93108
<li>
94109
<a href="https://linode.com/products/block-storage/">
95110
Block Storage
@@ -104,8 +119,8 @@ const FooterNav = () => (
104119
<a href="https://linode.com/products/backups/">Backups</a>
105120
</li>
106121
<li>
107-
<a href="https://linode.com/products/one-click-apps/">
108-
One-Click Apps
122+
<a href="https://linode.com/products/ddos/">
123+
DDoS Protection
109124
</a>
110125
</li>
111126
<li>
@@ -134,12 +149,24 @@ const FooterNav = () => (
134149
<a href="https://linode.com/solutions/">Solutions Overview</a>
135150
</li>
136151
</ul>
152+
<h4 className="footer-nav-header mb-4">Marketplace</h4>
153+
<ul className="list-reset text-sm footer-sublist">
154+
<li>
155+
<a href="https://linode.com/marketplace/">Browse Marketplace</a>
156+
</li>
157+
<li>
158+
<a href="https://linode.com/marketplace/app-partners/">Submit Marketplace App</a>
159+
</li>
160+
</ul>
137161
<div>
138162
<h4 className="footer-nav-header mb-4">Pricing</h4>
139163
<ul className="list-reset text-sm footer-sublist">
140164
<li>
141165
<a href="https://linode.com/pricing/">Pricing</a>
142166
</li>
167+
<li>
168+
<a href="https://linode.com/estimator/">Pricing Estimator</a>
169+
</li>
143170
</ul>
144171
</div>
145172
<div>
@@ -151,15 +178,18 @@ const FooterNav = () => (
151178
<li>
152179
<a href="https://linode.com/company/leadership/">Leadership</a>
153180
</li>
181+
<li>
182+
<a href="https://linode.com/partners/">Partners</a>
183+
</li>
154184
<li>
155185
<a href="https://linode.com/company/press/">Press</a>
156186
</li>
157187
<li>
158188
<a href="https://linode.com/company/careers/">Careers</a>
159189
</li>
160190
<li>
161-
<a href="https://linode.com/legal-security/">
162-
Legal &amp; Security
191+
<a href="https://linode.com/legal/">
192+
Legal
163193
</a>
164194
</li>
165195
</ul>
@@ -188,17 +218,26 @@ const FooterNav = () => (
188218
<a href="https://linode.com/resources/">Content Resources</a>
189219
</li>
190220
<li>
191-
<a href="https://linode.com/products/">Swag Store</a>
221+
<a href="https://linode.com/video-channel/">Linode Video Channel</a>
192222
</li>
193223
<li>
194224
<a href="https://linode.com/referral-program/">Referral Program</a>
195225
</li>
226+
<li>
227+
<a href="https://linode.com/products/">Swag Store</a>
228+
</li>
229+
<li>
230+
<a href="https://linode.com/products/cloud-manager/">Cloud Manager</a>
231+
</li>
196232
<li>
197233
<a href="https://linode.com/products/api/">API</a>
198234
</li>
199235
<li>
200236
<a href="https://linode.com/docs/">Documentation</a>
201237
</li>
238+
<li>
239+
<a href="https://linode.com/distributions/">Distributions</a>
240+
</li>
202241
<li>
203242
<a href="https://linode.com/cloud-computing-terms/">
204243
Cloud Computing Terms
@@ -210,9 +249,6 @@ const FooterNav = () => (
210249
<div className="sm-down-hidden">
211250
<h4 className="footer-nav-header">Contact</h4>
212251
<ul className="footer-sublist">
213-
<li>
214-
<a href="https://linode.com/company/contact/">Contact</a>
215-
</li>
216252
<li>
217253
<a href="https://linode.com/support/">Support</a>
218254
</li>
@@ -224,6 +260,9 @@ const FooterNav = () => (
224260
<li>
225261
<a href="https://status.linode.com">System Status</a>
226262
</li>
263+
<li>
264+
<a href="https://login.linode.com/login">Log in</a>
265+
</li>
227266
</ul>
228267
</div>
229268
<div className="footer-social-outer">
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Cloud Manager v1.4.0
3+
date: 2020-03-30T05:00:00.000Z
4+
version: 1.4.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
- Change "One-Click Apps" to "Marketplace"
11+
- Change message in the Events table empty state
12+
- Allow up to 10,000 USD payment with PayPal
13+
- Lazy load Images
14+
15+
### Fixed:
16+
- Improve skeleton loading screen in the Events table
17+
- Fix bug in Image select
18+
- Fix visual bug in OAuth Apps table header (dark mode)
19+
- Edit DNS Records containing "linode.com" substring

0 commit comments

Comments
 (0)