|
1 |
| -## Master (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.0...master) |
| 1 | +## 0-6-stable (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.3...0-6-stable) |
| 2 | + |
| 3 | +* Restore compatibility with Formtastic 2.0 by [@seanlinsley][] |
| 4 | +* Backport of [#3489][] by [@timoschilling][] |
| 5 | +* Backport of [#3659][] by [@timoschilling][] |
| 6 | + |
| 7 | +## 0.6.3 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.2...v0.6.3) |
| 8 | + |
| 9 | +* __Reinstitutes the 10k limit for CSV exports__ [#2847][] by [@seanlinsley][] |
| 10 | +* Blacklists Devise versions vulnerable to CVE-2013-0233 [#2744][] by [@jjarmoc][] |
| 11 | +* Autoloads the Comments model so it respects user's Kaminari config 77c97d27 by [@seanlinsley][] |
| 12 | +* Hides the blank slate link if user doesn't have permissions [#2588][] by [@seanlinsley][] |
| 13 | +* Fixes incorrect breadcrumb on edit pages [#2601][] by [@shekibobo][] |
| 14 | +* Resurrects `ResourceMismatchError` b1c28cdb by [@seanlinsley][] |
| 15 | +* Keeps filter conditions from being deleted fa0edec4 by [@seanlinsley][] |
| 16 | +* Translations by [@teoulas][], [@tricknotes][], [@givanse][], and [@pcreux][] :heart: |
| 17 | + |
| 18 | +## 0.6.2 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.1...v0.6.2) |
| 19 | + |
| 20 | +* Patches MetaSearch bug for attributes ending in "ne" d5db9ff4 by [@seanlinsley][] |
2 | 21 |
|
3 | 22 | ## 0.6.1 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.0...v0.6.1)
|
4 | 23 |
|
@@ -904,6 +923,8 @@ of the highlights. 250 commits. Enough said.
|
904 | 923 | [#2419]: https://github.com/gregbell/active_admin/issues/2419
|
905 | 924 | [#2420]: https://github.com/gregbell/active_admin/issues/2420
|
906 | 925 | [#2454]: https://github.com/gregbell/active_admin/issues/2454
|
| 926 | +[#3489]: https://github.com/gregbell/active_admin/issues/3489 |
| 927 | +[#3659]: https://github.com/gregbell/active_admin/issues/3659 |
907 | 928 | [@Bishop]: https://github.com/Bishop
|
908 | 929 | [@BoboFraggins]: https://github.com/BoboFraggins
|
909 | 930 | [@DMajrekar]: https://github.com/DMajrekar
|
@@ -992,6 +1013,7 @@ of the highlights. 250 commits. Enough said.
|
992 | 1013 | [@stereoscott]: https://github.com/stereoscott
|
993 | 1014 | [@sunny]: https://github.com/sunny
|
994 | 1015 | [@tank-bohr]: https://github.com/tank-bohr
|
| 1016 | +[@timoschilling]: https://github.com/timoschilling |
995 | 1017 | [@tinynumbers]: https://github.com/tinynumbers
|
996 | 1018 | [@tracedwax]: https://github.com/tracedwax
|
997 | 1019 | [@tricknotes]: https://github.com/tricknotes
|
|
0 commit comments