Skip to content

Commit

Permalink
Prepare 14.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Aug 13, 2019
1 parent dfa8d1f commit d32be0e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 20 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# CHANGELOG

### Unreleased Changes
### Version 14.4.0

[Compare changes](https://github.com/codevise/pageflow/compare/14-3-stable...master)
2019-08-13

None so far.
[Compare changes](https://github.com/codevise/pageflow/compare/14-3-stable...v14.4.0)

- Fix entry membership create error
([#1200](https://github.com/codevise/pageflow/pull/1200))
- Move meta data defaults to attribute reader
([#1198](https://github.com/codevise/pageflow/pull/1198))

See
[14-3-stable branch](https://github.com/codevise/pageflow/blob/14-3-stable/CHANGELOG.md)
Expand Down
4 changes: 4 additions & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ de:
attributes:
folder:
must_be_same_account: Ordner muss zu gleichem Konto gehören wie Beitrag
pageflow/membership:
attributes:
user:
required: Benutzer muss ausgewählt sein
models:
account:
one: Konto
Expand Down
4 changes: 4 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ en:
attributes:
folder:
must_be_same_account: Folder must belong to same account as story
pageflow/membership:
attributes:
user:
required: User must be selected
models:
account:
one: Account
Expand Down
8 changes: 0 additions & 8 deletions config/locales/new/membership.de.yml

This file was deleted.

8 changes: 0 additions & 8 deletions config/locales/new/membership.en.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/pageflow/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pageflow
VERSION = '14.4.0.dev'.freeze
VERSION = '14.4.0'.freeze
end

0 comments on commit d32be0e

Please sign in to comment.