Skip to content

Commit db787b9

Browse files
committed
Releasing v1.9.0
1 parent 83f4e9f commit db787b9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7+
### 1.9.0
8+
79
##### Changed
810

9-
* Select2: get input AR model from object when possible. It's not possible working with virtual attributes [#369](https://github.com/platanus/activeadmin_addons/pull/368)
11+
* Select2: get input AR model from object when possible. It's not possible working with virtual attributes [#369](https://github.com/platanus/activeadmin_addons/pull/369)
1012
##### Fixed
1113

12-
* Nested select: get association class from reflect_on_association AR method [#369](https://github.com/platanus/activeadmin_addons/pull/368)
14+
* Nested select: get association class from reflect_on_association AR method [#369](https://github.com/platanus/activeadmin_addons/pull/369)
1315
* Datepicker options not overriding default options properly [#368](https://github.com/platanus/activeadmin_addons/pull/368)
1416
* Invalid default datepicker type for pure Formtastic forms [#367](https://github.com/platanus/activeadmin_addons/pull/367)
15-
* Tag builder generating wrong path with nested resources.
17+
* Tag builder generating wrong path with nested resources. [#383](https://github.com/platanus/activeadmin_addons/pull/383)
1618

1719
### 1.8.3
1820

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (1.8.3)
11+
activeadmin_addons (1.9.0)
1212
active_material
1313
railties
1414
require_all

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "1.8.3"
2+
VERSION = "1.9.0"
33
end

0 commit comments

Comments
 (0)