Skip to content

Releases: Nexmo/station

v0.1.4

11 Mar 15:43
7fb55e6
Compare
Choose a tag to compare
  • Display correctly AWS S3 bucket images from raw body content (raw blogpost.content) in Blogposts#SHOW

v0.1.3

01 Mar 16:57
fa94d32
Compare
Choose a tag to compare

ADD:

  • /BLOG responsive layout for small screen

FIX:

  • added force_ssl: true to net/http and addressable when checking if AWS S3 image exist

Net::HTTP.start(url.host, url.port, use_ssl: true) do |http|
if http.head(url.request_uri)['Content-Type'].start_with? 'image'
....

v0.1.2

01 Mar 16:16
bc241cc
Compare
Choose a tag to compare

FIX: reading_time gem not working properly in production

  • added guard clause

if reading.present?

v0.1.1

25 Feb 16:19
6d62c65
Compare
Choose a tag to compare

spec.add_runtime_dependency('readingtime', '0.3.1') added to station.gemspec to fix error in production

v0.1.0

24 Feb 16:42
6384a9d
Compare
Choose a tag to compare

BLOG MIGRATION

  • Blog content (markdown files, images, authors info etc) migrated from learn.vonage.com to developer.vonage.com/blog
  • Created a AWS S3 Bucket in .../s3/buckets/developer.vonage.com named BLOG/ to store all the blog media such as images etc

Extra:
removed Voyagers program link (/voyagers) from navigation bar

v0.0.142

11 Feb 18:16
b065c87
Compare
Choose a tag to compare
  • Added /api subdomain for Adobe Analytics tracking

v0.0.140

03 Feb 12:50
4af9823
Compare
Choose a tag to compare

FIX: Categories on API reference pages are missing the API level in adobe_analytics/index.js

v0.0.115

03 Mar 07:59
Compare
Choose a tag to compare
  • Small update to the payload sent to the Orbit workspace
  • Minor dependency updates

v0.0.114

01 Mar 13:08
Compare
Choose a tag to compare
  • Ruby v3.0 upgrade
  • Many dependency upgrades
  • Add ability to integrate new feedback into Orbit workspaces

v0.0.113

21 Jan 09:21
Compare
Choose a tag to compare
  • Fixes a bug in URL formation for improve this page links inside the Heroku production environment