You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release replaces [Chozen](https://harvesthq.github.io/chosen/) with [Select2](https://select2.org/) consistently across the app.
13
+
This may break plugins which rely on Chozen. To fix any issues please
14
+
migrate to Select2 or add Chozen to your plugins.
15
+
16
+
#### Counter caches
17
+
To improve performance, a number of [counter caches](http://guides.rubyonrails.org/association_basics.html#options-for-belongs-to-counter-cache) have been added.
18
+
19
+
Users with large amounts of records may find certain [database migrations](https://github.com/fatfreecrm/fat_free_crm/blob/master/db/migrate/20180102075234_add_account_counter_caches.rb) taking a large amount of time, as each record is cached upfront.
20
+
21
+
#### Other changes
22
+
-#691 Wording
23
+
-#688 Preparation for Devise
24
+
-#686 Bundle update
25
+
-#683 Rubocop: Refactoring
26
+
-#680 Alternative build setup
27
+
-#682 Rubocop: Hashrockets
28
+
-#693 Update Japanese translations
29
+
-#697 Minor security improvements
30
+
-#703#696 Replace Chozen with select2
9
31
-#678 Find an account by name when name is in params (fixes #397)
0 commit comments