Skip to content

Commit 2d43888

Browse files
authored
Merge pull request activeadmin#5970 from activeadmin/release/2.6.0
Release 2.6.0
2 parents 1203062 + 7a2b785 commit 2d43888

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## Unreleased
44

5+
## 2.6.0 [](https://github.com/activeadmin/activeadmin/compare/v2.5.0..v2.6.0)
6+
57
### Enhacements
68

79
* Display multiple flash messages in separate elements. [#5929] by [@mirelon]
10+
* Make delete confirmation messages in French & Spanish gender-neutral. [#5946] by [@cprodhomme]
811

912
### Bug Fixes
1013

1114
* Export ModalDialog component to re-enable client side usage. [#5956] by [@sgara]
1215
* Use default ActionView options instead of default Formtastic options for DateRangeInput [#5957] by [@mirelon]
16+
* Fix i18n key in docs example to translate scopes. [#5943] by [@adler99]
1317

1418
## 2.5.0 [](https://github.com/activeadmin/activeadmin/compare/v2.4.0..v2.5.0)
1519

@@ -533,11 +537,14 @@ Please check [0-6-stable] for previous changes.
533537
[#5931]: https://github.com/activeadmin/activeadmin/pull/5931
534538
[#5938]: https://github.com/activeadmin/activeadmin/pull/5938
535539
[#5929]: https://github.com/activeadmin/activeadmin/pull/5929
540+
[#5943]: https://github.com/activeadmin/activeadmin/pull/5943
541+
[#5946]: https://github.com/activeadmin/activeadmin/pull/5946
536542
[#5956]: https://github.com/activeadmin/activeadmin/pull/5956
537543
[#5957]: https://github.com/activeadmin/activeadmin/pull/5957
538544

539545
[@5t111111]: https://github.com/5t111111
540546
[@aarek]: https://github.com/aarek
547+
[@adler99]: https://github.com/adler99
541548
[@ajw725]: https://github.com/ajw725
542549
[@alex-bogomolov]: https://github.com/alex-bogomolov
543550
[@amiel]: https://github.com/amiel
@@ -550,6 +557,7 @@ Please check [0-6-stable] for previous changes.
550557
[@chancancode]: https://github.com/chancancode
551558
[@chrp]: https://github.com/chrp
552559
[@chumakoff]: https://github.com/chumakoff
560+
[@cprodhomme]: https://github.com/cprodhomme
553561
[@craigmcnamara]: https://github.com/craigmcnamara
554562
[@DanielHeath]: https://github.com/DanielHeath
555563
[@deivid-rodriguez]: https://github.com/deivid-rodriguez

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeadmin (2.5.0)
4+
activeadmin (2.6.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_52/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.5.0)
4+
activeadmin (2.6.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_60_turbolinks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.5.0)
4+
activeadmin (2.6.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '2.5.0'
2+
VERSION = '2.6.0'
33
end

0 commit comments

Comments
 (0)