Refinery CMS 3.0.1 Released
1 minutes and 30 seconds read.
Refinery CMS 3.0.1 is a bugfix version. You can read the changelog which has GitHub ticket numbers assigned for each entry in case you want to dive deeper.
The most important bug fixes are :
- Refinery::Page.default_parts did not generate a good format for slugs in page parts.
There is a database migration attached to this bug fix, so please run:
- rake railties:install:migrations
- rake db:migrate
- The 'refinerycms' command was broken due to the wrong version of refinerycms-acts-as-indexed being used.
- speakingurl-rails was broken after the release of the version of sprockets-rails (3.0.0), so we have updated this dependency to the latest version of speakingurl-rails (~> 8.0.0)
What's new?
- You can check an up-to-date list of Awesome Refinery CMS Extensions.
- If you use Spree e-commerce or Solidus e-commerce with Refinery CMS 3.0.x, we have developed shared authentication connectors for them:
Spree Refinery Authentication and
Solidus Refinery Authentication