-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2cfc4b
commit 2faa506
Showing
2 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
# CHANGELOG | ||
|
||
### Version 1.6.0 | ||
### Unreleased Changes | ||
|
||
2019-11-21 | ||
[Compare changes](https://github.com/codevise/pageflow-text-page/compare/1-6-stable...master) | ||
|
||
[Compare changes](https://github.com/codevise/pageflow-text-page/compare/1-5-stable...v1.6.0) | ||
|
||
- Restrict theme-induced text max-width to left text layout | ||
([#31](https://github.com/codevise/pageflow-text-page/pull/31)) | ||
- Change file lookup to perma_id | ||
([#30](https://github.com/codevise/pageflow-text-page/pull/30)) | ||
- Fix Travis CI | ||
([#29](https://github.com/codevise/pageflow-text-page/pull/29)) | ||
None so far. | ||
|
||
See | ||
[1-5-stable branch](https://github.com/codevise/pageflow-text-page/blob/1-5-stable/CHANGELOG.md) | ||
[1-6-stable branch](https://github.com/codevise/pageflow-text-page/blob/1-6-stable/CHANGELOG.md) | ||
for previous changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Pageflow | ||
module TextPage | ||
VERSION = '1.6.0'.freeze | ||
VERSION = '1.7.0.dev'.freeze | ||
end | ||
end |