Publify v8.3.0 Release Notes

  • ๐Ÿ’ฅ Breaking/large changes

    • ๐Ÿ‘‰ Make Publify multiblog-ready (mvz)
    • Replace custom Publify authentication system with Devise (mvz)
    • Replace custom Publify authorization system with CanCanCan (mvz)
    • โœ‚ Remove Profile model (mvz)
    • โœ‚ Remove long-deprecated view_root method for sidebars (mvz)
    • Provide registration mechanism for themes, allowing them to be stored anywhere (mvz)

    Other changes

    • โšก๏ธ Update Akismet API calls (drakontia)
    • โœ‚ Remove old Rails patches (mvz)
    • โšก๏ธ Update dependency on Rails to 4.2.5 (mvz)
    • ๐Ÿ›  Fix issues with missing translations and HTML escaping errors
    • Clean up helpers and partials (mvz)
    • โž• Add specs to check for double HTML escaping and fix errors (mvz)
    • Load JavaScript asynchronously (mvz)
    • โœ‚ Remove own copies of jQuery files (mvz)
    • ๐Ÿ›  Fixed rake db:seed error (sachiotomita)
    • โž• Add check for translation keys and fix errors (mvz)
    • ๐Ÿ’… Introduce RuboCop to automatically check style errors (mvz)
    • ๐Ÿ›  Fix many RuboCop offenses (mvz)
    • โšก๏ธ Update Travis config to stop testing on MRI 2.0.0, start testing on 2.3 (mvz)
    • Remove unused #reset_local_cache method (mvz)
    • ๐Ÿ‘ Load JavaScript asynchronously in supporting layouts (mvz)
    • ๐Ÿ›  Fix translations for labels in Devise views (mvz)
    • โšก๏ธ Update dependencies (mvz)
    • Clean up textfilter code (mvz)
    • โœ… Test and improve setup process (mvz)
    • โšก๏ธ Update translations for Dutch (mvz)
    • ๐Ÿ›  Fix syntax error in mailer template (ttibau)
    • ๐Ÿ— Ensure development dependencies don't break the build (mvz)
    • ๐Ÿ›  Fix spelling (mvz)
    • ๐Ÿ‘‰ Use only the parts from fog needed by Publify (mvz)
    • โฌ†๏ธ Upgrade to mysql2 0.4.x (ttibau)
    • โœ‚ Remove unused code (mvz)
    • Load JavaScript asynchronously only in production (priit)
    • โœ… Run tests as a sub-URL installation by default (mvz)
    • Ensure new sidebars have blog_id set (mvz)
    • ๐Ÿ›  Fix bug in article attachment saving (mvz)
    • ๐Ÿ›  Fix broken authors sidebar (mvz)