We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a045a commit 3a779aaCopy full SHA for 3a779aa
CHANGELOG.md
@@ -0,0 +1,22 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+## [1.1.0] - 2018-10-08
6
+### Added
7
8
+- User generated content (Campaigns and Googies) is translated (Using
9
+ Rails i18n and globalize)
10
+ - Switch the language in the back-office (ActiveAdmin) while editing
11
+ a resource and hit save
12
+ - Now all content (pages and user generated content) is translated!
13
14
+- Introduce Rubocop for linting
15
16
+### Changed
17
18
+- Integration tests run with Firefox headless instead of Chromium
19
+- Upgrade from CircleCI v1 to v2
20
+- Upgrade to Rails 5.1.6 (latest in 5.1.x branch) and remove
21
+ deprecation messages
22
+- Goody validates presence of :title, :description
0 commit comments