Releases: SpinaCMS/Spina
Releases · SpinaCMS/Spina
v1.1.0
Changes
- Support for Rails 6
- Support for Sprockets 4
- Better image management using media folders
- Upgrade Trix
- Added documentation
- Bump gem dependencies
- Add support for alt texts and links to images in Trix
v1.0.3
Changes
Bugfixes
- Replace render nothing: true with head :ok
- Fixed sorting for navigations
v1.0.2
Changes
Bugfixes
- Add exception for ActiveStorage in routes
v1.0.1
Changes
Bugfixes
- Removed references to
logo
on Account model and style form - Added button to remove images from saved pages
v1.0.0
Changes
- Support for Rails 5.2
- Globalize was replaced with Mobility
- Carrierwave was dropped in favor of ActiveStorage
If you're coming from a previous version, use the spina-upgrade
gem to upgrade to 1.0 and Rails 5.2 with ActiveStorage.
v0.12.0
- Support for Rails 5.1
Upgrading from 0.11 to 0.12
Just run the new migrations.
rails spina:install:migrations
rails db:migrate
v0.11.1
Bump to 0.11.1
v.0.11.0
Support for Rails 5