Releases: Nexmo/station
Releases · Nexmo/station
v0.1.4
- Display correctly AWS S3 bucket images from raw body content (
raw blogpost.content
) inBlogposts#SHOW
v0.1.3
ADD:
/BLOG
responsive layout for small screen
FIX:
- added
force_ssl: true
tonet/http
andaddressable
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
FIX: reading_time
gem not working properly in production
- added guard clause
if reading.present?
v0.1.1
spec.add_runtime_dependency('readingtime', '0.3.1')
added to station.gemspec to fix error in production
v0.1.0
BLOG MIGRATION
- Blog content (markdown files, images, authors info etc) migrated from
learn.vonage.com
todeveloper.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
- Added
/api
subdomain for Adobe Analytics tracking
v0.0.140
FIX: Categories on API reference pages are missing the API level in adobe_analytics/index.js
v0.0.115
- Small update to the payload sent to the Orbit workspace
- Minor dependency updates
v0.0.114
- Ruby v3.0 upgrade
- Many dependency upgrades
- Add ability to integrate new feedback into Orbit workspaces
v0.0.113
- Fixes a bug in URL formation for
improve this page
links inside the Heroku production environment