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 73a489d commit 7248099Copy full SHA for 7248099
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## ActiveAdmin Scoped Collection Actions 1.0.0 (March 02, 2024) ##
2
+
3
+* compatibility with ActiveAdmin 3.x (@oskarpearson #43)
4
5
## ActiveAdmin Scoped Collection Actions 0.3.5 (November 22, 2017) ##
6
7
* compatibility with Decorators, fix is intended for old ActiveAdmin (@Zamyatin-AA #30)
lib/active_admin_scoped_collection_actions/version.rb
@@ -1,3 +1,3 @@
module ActiveAdminScopedCollectionActions
- VERSION = '0.4.1'.freeze
+ VERSION = '1.0.0'.freeze
end
0 commit comments