Publify v8.2.0 Release Notes

  • ๐Ÿ’ฅ Breaking/large changes

    • โšก๏ธ Update rails, jquery-rails and web-console to avoid security vulnerabilities (mvz)
    • โšก๏ธ Update dependencies (mvz, fdv)
    • โšก๏ธ Update to Rails 4.2 (mvz)
    • Roll up migrations up to 113 according to our upgrade policy. You must now first upgrade to at least version 7 before upgrading to the latest version. (mvz)
    • 0๏ธโƒฃ Replace default theme bootstrap with bootstrap-2 (fdv)
    • โž• Add a Plain theme demonstrating the use of Publify's default templates (mvz)
    • ๐Ÿ‘‰ Use HTML instead of XHTML in views (fdv)

    Other changes

    • โช Restore hiding of automatic redirects from admin interface (mvz)
    • ๐Ÿ›  Fix broken stylesheet link in bootstrap2 theme (hmallett)
    • 0๏ธโƒฃ Create a fonts folder for themes, to replicate the Rails default (hmallet)
    • โšก๏ธ Update rubocop todo and use rubocop in travis (whithajess)
    • Autocorrect rubocop offenses (mvz)
    • ๐Ÿ‘Œ Support Ruby 2.2 (mvz)
    • Indicate dependency on external JS runtime (mvz)
    • ๐Ÿ’ป Several improvements to the Admin UI
    • โšก๏ธ Update pt-BR translations (ramirovjr)
    • โšก๏ธ Update nl translations (mvz)
    • โšก๏ธ Update fr translations (Stephanyan, giniouxe)
    • โšก๏ธ Update en translations (hmallett, stevenwilkin)
    • โšก๏ธ Update es-MX translations (hernamvel)
    • ๐Ÿ”„ Changed navbar to dropdown onhover (jacemonje)
    • ๐Ÿ‘Œ Improve Publify's default templates
    • ๐Ÿ›  Fix sidebar administration (mvz)
    • Various cleanups and improvements of code and specs
    • ๐Ÿ›  Fix several vulnerabilities reported by brakeman (mvz)
    • ๐Ÿ‘‰ Use more resourceful routes (hmallett)
    • ๐Ÿ›  Fix editing users in Admin (pacergh)
    • โž• Add foreign keys and indexes to the schema (hmallett)
    • โž• Add a CONTRIBUTING.md file to help contributors (randomecho)
    • โœ‚ Remove test dependency on feedvalidator (mvz)
    • โœ‚ Remove old API links from RSD view (mvz)
    • โœ‚ Remove outdated schemas rake task (stevenwilkin)
    • ๐Ÿ‘Œ Improve installation instructions (giniouxe)
    • Paginate article archives pages (giniouxe)
    • ๐Ÿ– Handle tags that contain colons (ook)
    • Ensure cache path exists (pvcarrera)
    • ๐Ÿ‘‰ Use protocol-relative URIs for Flickr images (flameeyes)
    • โšก๏ธ Update text filter help texts to use 'publify' (mvz)
    • โช Restore hiding/showing of optional comment fields (mvz)
    • ๐Ÿš… Use rails-timeago to provide time ago display (mvz)
    • โž• Adding new Publify favicon (fdv)
    • ๐Ÿ›  Fix typo (garethrees)
    • ๐Ÿ›  Various small bug fixes
    • ๐Ÿ›  Several theme fixes