Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 7.99 KB

CHANGELOG.md

File metadata and controls

80 lines (61 loc) · 7.99 KB

Changelog

v2.0.0 (2020-06-05)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Remove the I18n namespace from views #54
  • Drag & drop ordering + general views updates #53 (elia)
  • Use the same sidebar logic that Solidus uses #52 (elia)
  • Auto-generate slug when missing, require presence of a store, attach to the default store by default #48 (elia)
  • Some more streamlining of the setup process and readme #46 (elia)
  • Remove Deface hook for Pages in favor of MenuItem #45 (elia)
  • CircleCI test results #43 (elia)
  • General cleanup and updates #42 (elia)
  • Gem structure refresh #39 (elia)

Fixed bugs:

  • Could not find table 'spree_pages' #30
  • Meta tag added to pages are added as well as the store ones #13
  • Page not found if store isn't mounted at the root #12
  • Add html code in static_content #7
  • Add support for Solidus mounted on subpaths #55 (elia)
  • Fix meta tags #50 (elia)
  • Update the engine name to match migrations #49 (elia)
  • Avoid adding the menu item multiple times #47 (elia)
  • Limit sprockets to v3 until it's fixed on Solidus #44 (elia)

Closed issues:

  • Couldn't find Spree::Page #33
  • Spree::PagesHelper doesn't have render\_snippet method #25
  • admin menu item 'Pages' still appears after logout #9
  • Problem with solidus 2.1.0.beta1 and solidus_static_content #5
  • DB Migration not working #4
  • Migrations not running #3

Merged pull requests:

v1.0.0 (2016-09-22)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator