We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610167 commit 848a5caCopy full SHA for 848a5ca
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+## ActiveAdmin Scoped Collection Actions 0.3.3 (July 17, 2017) ##
2
+
3
+* Fixed compatibility with Rails 5.1
4
5
6
+## ActiveAdmin Scoped Collection Actions 0.3.2 (July 17, 2017) ##
7
8
+* Added I18n support.
9
10
+ translations for English and Spanish (@cpfarher #25).
11
12
+ *Christian Pfarher*
13
lib/active_admin_scoped_collection_actions/version.rb
@@ -1,3 +1,3 @@
module ActiveAdminScopedCollectionActions
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
end
0 commit comments