Skip to content

Commit

Permalink
describes migration requirements for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jduss4 committed Oct 18, 2018
1 parent ec4025a commit 3f44637
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orchid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Orchid
VERSION = '2.0.0'
VERSION = '2.1.0'

def self.api_bridge_version
'v0.0.3'
Expand Down
13 changes: 13 additions & 0 deletions migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Migration

## 2.0.0 to 2.1.0

This "minor" version changes configuration and addresses display bugs

__config/public.yml__

`title`, `subtitle`, and `shortname` have been moved to the locale files for language support. This is technically a breaking change for existing sites using 2.0.0 which relied on the default behavior for a single language to pull from the config instead of `locales/en.yml`, but as that is currently only one site, we are considering it a minor change.

__assets__

Recompile assets after updating to 2.1.0


## 1.1.1 to 2.0.0

This major version introduces multiple language support.
Expand Down

0 comments on commit 3f44637

Please sign in to comment.