Skip to content
March 2017 Update

This release updates server dependencies and adds the following changes:

* Fix the player not allowing to set the video mode to fullscreen.

* Fix the player showing constantly the title.

* Serve the player from www.youtube-nocookie.com instead of
  www.youtube.com for avoiding setting extra cookies before starting
  playback.

* Add unfeatured videos. They can be added from the CMS and they act the
  same, except they never get promoted in the front page.

* Let the operator set the publication date for a video in the CMS. If
  the publication date is set to the future, the video is considered
  `scheduled`. It is registered, but it is not visible. When the
  publishing date is reached, the video is automatically made visible on
  the site.

* Add opinions. They are displayed in the front page and let show what
  other people have said about the project including name, what they said,
  a photo and a link to their testimony if given.

* Replace the Rack application server with Puma. It is expected soon for
  www.makigas.es to use Puma instead of Passenger for serving upstream
  Rails requests through NGINX.

* Added sitemap generation (sitemap.xml, will be generated by
  Capistrano and Whenever will keep it updated by generating a new
  sitemap daily).