fat_free_crm 0.24.3 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fat_free_crm might be problematic. Click here for more details.

Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +345 -7
  3. data/README.md +22 -19
  4. data/app/assets/stylesheets/advanced_search.css.scss +1 -1
  5. data/app/assets/stylesheets/base.scss +11 -7
  6. data/app/assets/stylesheets/common.scss +20 -17
  7. data/app/assets/stylesheets/header.scss +2 -2
  8. data/app/assets/stylesheets/rails.scss +2 -2
  9. data/app/controllers/comments_controller.rb +1 -1
  10. data/app/controllers/entities/contacts_controller.rb +3 -1
  11. data/app/controllers/entities/leads_controller.rb +3 -1
  12. data/app/controllers/home_controller.rb +1 -1
  13. data/app/controllers/users_controller.rb +1 -1
  14. data/app/helpers/application_helper.rb +42 -4
  15. data/app/helpers/contacts_helper.rb +28 -0
  16. data/app/mailers/subscription_mailer.rb +1 -1
  17. data/app/models/entities/account.rb +2 -0
  18. data/app/models/observers/opportunity_observer.rb +1 -1
  19. data/app/views/accounts/_contact_info.html.haml +14 -6
  20. data/app/views/accounts/_index_long.html.haml +1 -1
  21. data/app/views/accounts/_sidebar_show.html.haml +23 -5
  22. data/app/views/admin/users/_user.html.haml +6 -4
  23. data/app/views/comments/_comment.html.haml +3 -3
  24. data/app/views/contacts/_extra.html.haml +3 -3
  25. data/app/views/contacts/_index_full.html.haml +2 -2
  26. data/app/views/contacts/_index_long.html.haml +2 -2
  27. data/app/views/contacts/_section_general.html.haml +1 -1
  28. data/app/views/contacts/_sidebar_show.html.haml +3 -3
  29. data/app/views/contacts/_top_section.html.haml +2 -2
  30. data/app/views/contacts/_web.html.haml +1 -1
  31. data/app/views/home/_account.html.haml +1 -1
  32. data/app/views/layouts/application.html.haml +4 -0
  33. data/app/views/leads/_contact.html.haml +3 -3
  34. data/app/views/leads/_index_long.html.haml +2 -2
  35. data/app/views/leads/_opportunity.html.haml +2 -2
  36. data/app/views/leads/_sidebar_show.html.haml +2 -2
  37. data/app/views/leads/_status.html.haml +1 -1
  38. data/app/views/leads/_top_section.html.haml +1 -1
  39. data/app/views/opportunities/_top_section.html.haml +2 -2
  40. data/app/views/tasks/create.js.haml +1 -1
  41. data/app/views/users/_profile.html.haml +2 -2
  42. data/app/views/users/_user.html.haml +6 -5
  43. data/config/initializers/simple_form.rb +1 -1
  44. data/config/locales/fat_free_crm.cs.yml +3 -3
  45. data/config/locales/fat_free_crm.de.yml +3 -3
  46. data/config/locales/fat_free_crm.en-GB.yml +3 -3
  47. data/config/locales/fat_free_crm.en-US.yml +3 -3
  48. data/config/locales/fat_free_crm.es-CL.yml +3 -3
  49. data/config/locales/fat_free_crm.es.yml +3 -3
  50. data/config/locales/fat_free_crm.et.yml +3 -3
  51. data/config/locales/fat_free_crm.fr-CA.yml +3 -3
  52. data/config/locales/fat_free_crm.fr.yml +3 -3
  53. data/config/locales/fat_free_crm.it.yml +3 -3
  54. data/config/locales/fat_free_crm.ja.yml +3 -3
  55. data/config/locales/fat_free_crm.nl.yml +3 -3
  56. data/config/locales/fat_free_crm.pl.yml +3 -3
  57. data/config/locales/fat_free_crm.pt-BR.yml +3 -3
  58. data/config/locales/fat_free_crm.ru.yml +3 -3
  59. data/config/locales/fat_free_crm.sv-SE.yml +3 -3
  60. data/config/locales/fat_free_crm.th.yml +3 -3
  61. data/config/locales/fat_free_crm.zh-CN.yml +3 -3
  62. data/config/settings.default.yml +10 -2
  63. data/db/demo/accounts.yml +2 -0
  64. data/db/fat_free_crm_development.sqlite3 +0 -0
  65. data/db/{fat_free_crm_test.sqlite3-shm → fat_free_crm_development.sqlite3-shm} +0 -0
  66. data/db/fat_free_crm_development.sqlite3-wal +0 -0
  67. data/db/fat_free_crm_test.sqlite3 +0 -0
  68. data/db/migrate/20100928030623_create_addresses.rb +1 -1
  69. data/db/migrate/20250805093408_add_latitude_and_longitude_to_accounts.rb +8 -0
  70. data/db/schema.rb +12 -1
  71. data/lib/fat_free_crm/fields.rb +3 -0
  72. data/lib/fat_free_crm/mail_processor/dropbox.rb +1 -1
  73. data/lib/fat_free_crm/version.rb +2 -2
  74. metadata +10 -9
  75. data/db/fat_free_crm_test.sqlite3-wal +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12985fcc9a5bd872776d35ce530c83469607adbab241bc2750b1c7f3652c09f8
4
- data.tar.gz: 1571d711121e35ca2990fccc54a936cbe10b3c15e260972f9274daf75f555f83
3
+ metadata.gz: 2f2f7d077bdbf247654e265f12063aecc477308e6f20342ebf497ab1d8ffd2fd
4
+ data.tar.gz: 6d00ebc247a1c7bc40df2e28fbe4893d9a57816b053d39e2d43039295a42f2b4
5
5
  SHA512:
6
- metadata.gz: d932db7ffc1acf32f243e3d7dd59deef7e6cbcf1f206e18b88b804b8972ef2cd0832ef20fef631039b6a52246b15c09942271b0e805a826e866dd119556bd97b
7
- data.tar.gz: c751929fbf6656aebea0937e8482c9c284f9c3ca9186019461ba6074904182e3a6ffd0a604965732403b2c76bf04600f03e773e64ae318d890c48a6e596c49cf
6
+ metadata.gz: 1585e7dd8acf9c6c43882527cc53164a22346ed73b1f77629aa5e0a59f66fe13797b5a2f1c4dee9a5c3303dd6cd95fc61ce35eb0437674d4d0bdec84b5cfad76
7
+ data.tar.gz: 43956457732e8e30a7467f6ff4b996d309c113832b122d4c6214533810726b0960c11556c8d62971ae28be7b949ab1cc1c9dd31cc22d3635814c0bbbb8ccd9cf
data/CHANGELOG.md CHANGED
@@ -4,6 +4,344 @@ It does not matter how slowly you go as long as you do not stop.
4
4
  First they ignore you, then they laugh at you, then they fight you,
5
5
  then you win. –- Mahatma Gandhi
6
6
 
7
+ See the live details via https://github.com/fatfreecrm/fat_free_crm/releases
8
+
9
+ Jul 27, 2025 (0.24.1)
10
+ ======
11
+ ## What's Changed
12
+ * Add capybara-screenshot by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1501
13
+ * Rails 7.1: Fix .to_s(:format) usage by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1505
14
+
15
+
16
+ **Full Changelog**: https://github.com/fatfreecrm/fat_free_crm/compare/v0.24.0...v0.24.1
17
+
18
+ Jul 27, 2025 (0.24.0)
19
+ ======
20
+
21
+ ## What's Changed
22
+ * Fully target Ruby 3.4 by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1493
23
+ * Update to Rails 7.1 by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1494
24
+
25
+
26
+ **Full Changelog**: https://github.com/fatfreecrm/fat_free_crm/compare/v0.23.0...v0.24.0
27
+
28
+ Jul 27, 2025 (0.23.0)
29
+ ======
30
+
31
+ ## What's Changed
32
+
33
+ We've bumped a number of dependencies with security and other improvements; as well as a handful of small but useful bugfixes.
34
+
35
+ * Add features test to Github workflow by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1353
36
+ * Dev environment: Add basic Devcontainer pointed at sqlite by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1484
37
+ * Don't send comment email to suspended or inactive users. by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1363
38
+ * Fix campaigns specs comment textarea not getting value by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1352
39
+ * Fix DB migrations on other DBs that aren't postgres by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1483
40
+ * Fix Rails.application.secrets deprecation warning in Devise config by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1354
41
+ * Fix Selenium Chrome options by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1351
42
+ * Fix textarea autocomplete by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1339
43
+ * Fix version serialization by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1341
44
+ * Remove Test ENV condition by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1362
45
+ * Rubocop: Fix all current warnings and enable further areas by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1489
46
+ * Update ransack_ui and ransack by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1340
47
+
48
+ ## Dependency updates
49
+
50
+ * Bump activejob from 7.0.8.4 to 7.0.8.6 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1375
51
+ * Bump activemodel-serializers-xml from 1.0.2 to 1.0.3 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1359
52
+ * Bump acts_as_list from 1.2.2 to 1.2.4 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1387
53
+ * Bump bootsnap from 1.18.4 to 1.18.5 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1458
54
+ * Bump bootsnap from 1.18.5 to 1.18.6 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1459
55
+ * Bump brakeman from 6.2.1 to 6.2.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1378
56
+ * Bump brakeman from 6.2.2 to 7.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1411
57
+ * Bump brakeman from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1447
58
+ * Bump brakeman from 7.0.1 to 7.0.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1448
59
+ * Bump brakeman from 7.0.2 to 7.1.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1482
60
+ * Bump byebug from 11.1.3 to 12.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1442
61
+ * Bump capistrano from 3.19.1 to 3.19.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1393
62
+ * Bump capistrano-rails from 1.6.3 to 1.7.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1410
63
+ * Bump country_select from 10.0.0 to 10.0.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1413
64
+ * Bump country_select from 9.0.0 to 10.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1366
65
+ * Bump database_cleaner from 2.0.2 to 2.1.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1379
66
+ * Bump devise-i18n from 1.12.1 to 1.13.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1435
67
+ * Bump devise-i18n from 1.13.0 to 1.14.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1469
68
+ * Bump execjs from 2.9.1 to 2.10.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1377
69
+ * Bump factory_bot_rails from 6.4.3 to 6.4.4 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1381
70
+ * Bump factory_bot_rails from 6.4.4 to 6.5.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1468
71
+ * Bump ffaker from 2.23.0 to 2.24.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1418
72
+ * Bump font-awesome-rails from 4.7.0.8 to 4.7.0.9 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1391
73
+ * Bump guard from 2.18.1 to 2.19.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1384
74
+ * Bump guard from 2.19.0 to 2.19.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1412
75
+ * Bump headless from 2.3.1 to 3.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1456
76
+ * Bump image_processing from 1.13.0 to 1.14.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1423
77
+ * Bump jquery-ui-rails from `413265e` to 7.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1449
78
+ * Bump jquery-ui-rails from `413265e` to 8.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1455
79
+ * Bump jquery-ui-rails from `413265e` to 8.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1457
80
+ * Bump jquery-ui-rails from `413265e` to 8.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1461
81
+ * Bump jquery-ui-rails from `413265e` to 8.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1466
82
+ * Bump json from 2.10.1 to 2.10.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1437
83
+ * Bump mini_magick from 4.13.2 to 5.1.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1424
84
+ * Bump mini_magick from 5.1.2 to 5.2.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1429
85
+ * Bump mini_magick from 5.2.0 to 5.3.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1479
86
+ * Bump mini_racer from 0.14.1 to 0.16.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1347
87
+ * Bump mini_racer from 0.16.0 to 0.18.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1445
88
+ * Bump mini_racer from 0.18.1 to 0.19.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1476
89
+ * Bump net-imap from 0.5.1 to 0.5.6 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1422
90
+ * Bump net-imap from 0.5.6 to 0.5.7 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1452
91
+ * Bump nokogiri from 1.16.8 to 1.17.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1406
92
+ * Bump nokogiri from 1.17.2 to 1.18.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1408
93
+ * Bump nokogiri from 1.18.0 to 1.18.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1409
94
+ * Bump nokogiri from 1.18.1 to 1.18.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1415
95
+ * Bump nokogiri from 1.18.2 to 1.18.3 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1428
96
+ * Bump nokogiri from 1.18.3 to 1.18.4 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1439
97
+ * Bump nokogiri from 1.18.4 to 1.18.5 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1440
98
+ * Bump nokogiri from 1.18.5 to 1.18.6 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1441
99
+ * Bump nokogiri from 1.18.6 to 1.18.7 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1444
100
+ * Bump nokogiri from 1.18.7 to 1.18.8 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1450
101
+ * Bump nokogiri from 1.18.8 to 1.18.9 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1480
102
+ * Bump pg from 1.5.7 to 1.5.9 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1376
103
+ * Bump premailer from 1.26.0 to 1.27.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1338
104
+ * Bump puma from 6.4.2 to 6.4.3 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1360
105
+ * Bump puma from 6.4.3 to 6.5.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1390
106
+ * Bump puma from 6.5.0 to 6.6.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1417
107
+ * Bump rack from 2.2.10 to 2.2.11 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1425
108
+ * Bump rack from 2.2.11 to 2.2.13 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1436
109
+ * Bump rails from 7.0.8.6 to 7.0.8.7 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1402
110
+ * Bump rails-html-sanitizer from 1.6.0 to 1.6.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1395
111
+ * Bump rails-i18n from 7.0.9 to 7.0.10 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1383
112
+ * Bump ransack_ui from 2.0.0 to 2.0.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1356
113
+ * Bump rexml from 3.3.6 to 3.3.9 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1382
114
+ * Bump rspec-activemodel-mocks from 1.2.0 to 1.2.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1367
115
+ * Bump rspec-rails from 6.1.4 to 7.0.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1345
116
+ * Bump rspec-rails from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1346
117
+ * Bump rspec-rails from 7.0.1 to 7.1.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1389
118
+ * Bump rspec-rails from 7.1.0 to 7.1.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1421
119
+ * Bump rubocop from 1.65.1 to 1.66.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1344
120
+ * Bump rubocop from 1.66.0 to 1.66.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1348
121
+ * Bump rubocop from 1.66.1 to 1.67.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1380
122
+ * Bump rubocop from 1.67.0 to 1.68.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1386
123
+ * Bump rubocop from 1.68.0 to 1.69.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1392
124
+ * Bump rubocop from 1.69.0 to 1.69.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1396
125
+ * Bump rubocop from 1.69.1 to 1.69.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1405
126
+ * Bump rubocop from 1.69.2 to 1.70.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1414
127
+ * Bump rubocop from 1.70.0 to 1.71.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1420
128
+ * Bump rubocop from 1.71.2 to 1.72.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1426
129
+ * Bump rubocop from 1.72.1 to 1.72.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1427
130
+ * Bump rubocop from 1.72.2 to 1.73.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1430
131
+ * Bump rubocop from 1.73.0 to 1.73.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1431
132
+ * Bump rubocop from 1.73.1 to 1.73.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1433
133
+ * Bump rubocop from 1.73.2 to 1.75.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1443
134
+ * Bump rubocop from 1.75.1 to 1.75.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1446
135
+ * Bump rubocop from 1.75.2 to 1.75.4 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1453
136
+ * Bump rubocop from 1.75.4 to 1.75.5 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1454
137
+ * Bump rubocop from 1.75.5 to 1.75.6 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1460
138
+ * Bump rubocop from 1.75.6 to 1.75.7 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1462
139
+ * Bump rubocop from 1.75.7 to 1.76.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1465
140
+ * Bump rubocop from 1.76.1 to 1.76.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1470
141
+ * Bump rubocop from 1.76.2 to 1.77.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1471
142
+ * Bump rubocop from 1.77.0 to 1.78.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1477
143
+ * Bump rubocop from 1.78.0 to 1.79.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1486
144
+ * Bump thor from 1.3.1 to 1.3.2 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1342
145
+ * Bump thor from 1.3.2 to 1.4.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1481
146
+ * Bump uglifier from 4.2.0 to 4.2.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1364
147
+ * Bump webrick from 1.8.1 to 1.9.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1385
148
+ * Bump webrick from 1.9.0 to 1.9.1 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1394
149
+ * Bump zeus from 0.16.0 to 0.17.0 by @dependabot[bot] in https://github.com/fatfreecrm/fat_free_crm/pull/1350
150
+
151
+ **Full Changelog**: https://github.com/fatfreecrm/fat_free_crm/compare/v0.22.1...v0.23.0
152
+
153
+ Aug 26, 2024 (0.22.1)
154
+ ======
155
+
156
+ ## What's Changed
157
+ * Bump bootsnap from 1.17.0 to 1.17.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1223
158
+ * Bump rubocop from 1.59.0 to 1.60.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1224
159
+ * Bump rubocop from 1.60.0 to 1.60.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1225
160
+ * Bump rubocop from 1.60.1 to 1.60.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1226
161
+ * Bump rspec-rails from 6.1.0 to 6.1.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1227
162
+ * Bump capybara from 3.39.2 to 3.40.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1228
163
+ * Bump bootsnap from 1.17.1 to 1.18.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1229
164
+ * Bump bootsnap from 1.18.1 to 1.18.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1230
165
+ * Bump brakeman from 6.1.1 to 6.1.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1231
166
+ * Bump nokogiri from 1.16.0 to 1.16.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1232
167
+ * Bump country_select from 8.0.3 to 9.0.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1234
168
+ * Correct font-sizes for mobile views using dl layouts. by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1237
169
+ * Fix layout of custom field inputs. Now consistent with other form inputs by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1239
170
+ * Removed border around 'remember me' and used primary button colour for Login button by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1238
171
+ * Fix arrow rendering by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1236
172
+ * Bump pg from 1.5.4 to 1.5.5 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1233
173
+ * Fixed missing select2 box on address country input by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1242
174
+ * Handle edge case where application is unable to run tasks/migrations by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1191
175
+ * Fix load paths - this works for both Application and Engine mode. by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1240
176
+ * Fix case where entity is updated but the view doesn't refresh by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1241
177
+ * Fix ActionView::MissingTempateError when requesting entity views by JS by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1243
178
+ * Bump thor from 1.3.0 to 1.3.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1244
179
+ * Bump rack from 2.2.8 to 2.2.8.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1246
180
+ * Bump rubocop from 1.60.2 to 1.61.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1247
181
+ * Fix validation issues by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1245
182
+ * Bump pg from 1.5.5 to 1.5.6 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1250
183
+ * Fix changes in select2 since v3 -> v4 a while ago by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1251
184
+ * Bump premailer from 1.22.0 to 1.23.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1252
185
+ * Bump rubocop from 1.61.0 to 1.62.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1253
186
+ * Bump rubocop from 1.62.0 to 1.62.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1257
187
+ * Bump rails-i18n from 7.0.8 to 7.0.9 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1258
188
+ * Bump nokogiri from 1.16.2 to 1.16.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1259
189
+ * Bump rspec-rails from 6.1.1 to 6.1.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1260
190
+ * Bump mini_racer from 0.8.0 to 0.9.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1261
191
+ * Bump capistrano from 3.18.0 to 3.18.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1256
192
+ * Bump rubocop from 1.62.1 to 1.63.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1263
193
+ * Bump devise from 4.9.3 to 4.9.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1266
194
+ * Bump nokogiri from 1.16.3 to 1.16.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1265
195
+ * Bump rubocop from 1.63.0 to 1.63.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1264
196
+ * Bump rubocop from 1.63.1 to 1.63.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1267
197
+ * Bump rubocop from 1.63.2 to 1.63.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1269
198
+ * Bump mini_racer from 0.9.0 to 0.12.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1268
199
+ * Bump rubocop from 1.63.3 to 1.63.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1270
200
+ * Bump rubocop from 1.63.4 to 1.63.5 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1271
201
+ * Bump nokogiri from 1.16.4 to 1.16.5 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1272
202
+ * Bump rb-inotify from 0.10.1 to 0.11.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1274
203
+ * Bump cancancan from 3.5.0 to 3.6.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1276
204
+ * Bump cancancan from 3.6.0 to 3.6.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1279
205
+ * Bump devise-i18n from 1.12.0 to 1.12.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1278
206
+ * Bump simple_form from 5.3.0 to 5.3.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1277
207
+ * Bump rubocop from 1.63.5 to 1.64.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1280
208
+ * Bump acts_as_list from 1.1.0 to 1.2.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1282
209
+ * Bump timecop from 0.9.8 to 0.9.9 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1281
210
+ * Bump rails to 7.0.8.3 by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1284
211
+ * Bump actionpack from 7.0.8.3 to 7.0.8.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1286
212
+ * Ruby 3.3 (stacked PR) by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1221
213
+ * Bump acts_as_list from 1.2.0 to 1.2.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1287
214
+ * Bump sprockets-rails from 3.4.2 to 3.5.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1288
215
+ * Bump will_paginate from 4.0.0 to 4.0.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1290
216
+ * Bump mini_magick from 4.12.0 to 4.13.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1292
217
+ * Bump nokogiri from 1.16.5 to 1.16.6 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1291
218
+ * Bump sprockets-rails from 3.5.0 to 3.5.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1289
219
+ * Bump timecop from 0.9.9 to 0.9.10 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1293
220
+ * Bump mini_magick from 4.13.0 to 4.13.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1294
221
+ * Bump rspec-rails from 6.1.2 to 6.1.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1296
222
+ * Bump pry-rails from 0.3.9 to 0.3.11 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1295
223
+ * Bump capistrano from 3.18.1 to 3.19.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1297
224
+ * Bump capistrano from 3.19.0 to 3.19.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1299
225
+ * Bump mini_magick from 4.13.1 to 4.13.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1300
226
+ * Bump rubocop from 1.64.1 to 1.65.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1302
227
+ * Fix saving search list by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1305
228
+ * Bump image_processing from 1.12.2 to 1.13.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1307
229
+ * Bump acts_as_list from 1.2.1 to 1.2.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1304
230
+ * Bump rexml from 3.3.1 to 3.3.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1308
231
+ * Bump pg from 1.5.6 to 1.5.7 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1311
232
+ * Bump nokogiri from 1.16.6 to 1.16.7 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1309
233
+ * Bump mini_racer from 0.12.0 to 0.13.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1310
234
+ * Bump rubocop from 1.65.0 to 1.65.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1313
235
+ * Bump sprockets-rails from 3.5.1 to 3.5.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1312
236
+ * Bump bootsnap from 1.18.3 to 1.18.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1314
237
+ * Fix formatting base URL by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1316
238
+ * Bump capistrano-bundler from 2.1.0 to 2.1.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1321
239
+ * Bump mini_racer from 0.13.0 to 0.14.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1320
240
+ * Fix custom fields text new line not showing by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1317
241
+ * Bump mini_racer from 0.14.0 to 0.14.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1322
242
+ * Bump premailer from 1.23.0 to 1.24.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1323
243
+ * Bump rspec-rails from 6.1.3 to 6.1.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1324
244
+ * Fix delete confirmation with new Rails syntax by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1326
245
+ * Fix multiple custom field groups on new entity creation by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1325
246
+ * Fix custom fields checkbox list by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1318
247
+ * Use group view for custom fields by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1315
248
+ * Bump premailer from 1.24.0 to 1.25.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1327
249
+ * Bump rexml from 3.3.3 to 3.3.6 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1329
250
+ * Fix custom fields date pair and datetime pair not saving by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1319
251
+ * Fix Opportunities Campaign selection auto complete by @stanleylhs in https://github.com/fatfreecrm/fat_free_crm/pull/1328
252
+ * Settings attributes are unknown at runtime so must be arbitarily whitelisted by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1332
253
+ * Bump brakeman from 6.1.2 to 6.2.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1331
254
+ * Deleting a campaign shouldn't delete related leads and opportunities. by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1330
255
+ * Added a placeholder to ensure the 'x' button works on Select2 dropdown by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1333
256
+ * Bump premailer from 1.25.0 to 1.26.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1335
257
+ * Bump acts-as-taggable-on from 10.0.0 to 11.0.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1334
258
+ * Prep 0.22.1 by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1337
259
+
260
+
261
+ **Full Changelog**: https://github.com/fatfreecrm/fat_free_crm/compare/v0.22.0...v0.22.1
262
+
263
+ Jan 9, 2024 (0.22.0)
264
+ ======
265
+
266
+ Support for Rails 7 and Ruby 3.2.2
267
+
268
+ Thanks @romanbsd
269
+
270
+ ## What's Changed
271
+ * correct travis url, per notice on the travis-ci.org site by @hasandiwan in https://github.com/fatfreecrm/fat_free_crm/pull/1002
272
+ * Support for Postgres prepare statement #1122 by @ferrisoxide in https://github.com/fatfreecrm/fat_free_crm/pull/1137
273
+ * Bump timecop from 0.9.6 to 0.9.7 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1151
274
+ * Bump nokogiri from 1.15.3 to 1.15.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1149
275
+ * Bump selenium-webdriver from 4.9.0 to 4.10.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1148
276
+ * Bump mini_racer from 0.6.4 to 0.8.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1147
277
+ * Bump timecop from 0.9.7 to 0.9.8 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1152
278
+ * Bump rails-i18n from 7.0.7 to 7.0.8 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1153
279
+ * Bump ffaker from 2.21.0 to 2.22.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1156
280
+ * Bump puma from 6.3.0 to 6.3.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1154
281
+ * Bump rubocop from 1.56.0 to 1.56.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1155
282
+ * Bump pg from 1.5.3 to 1.5.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1158
283
+ * Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1159
284
+ * Bump rubocop from 1.56.1 to 1.56.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1160
285
+ * Bump execjs from 2.8.1 to 2.9.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1161
286
+ * Bump guard from 2.18.0 to 2.18.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1162
287
+ * Bump ffaker from 2.22.0 to 2.23.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1164
288
+ * Bump execjs from 2.9.0 to 2.9.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1163
289
+ * Bump rubocop from 1.56.3 to 1.56.4 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1168
290
+ * Bump puma from 6.3.1 to 6.4.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1165
291
+ * Bump devise-i18n from 1.11.0 to 1.12.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1170
292
+ * Bump country_select from 8.0.2 to 8.0.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1171
293
+ * Bump devise from 4.9.2 to 4.9.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1177
294
+ * Bump responders from 3.1.0 to 3.1.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1174
295
+ * Update gemspec to match Gemfile by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1173
296
+ * Bump rubocop from 1.56.4 to 1.57.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1176
297
+ * Bump simple_form from 5.2.0 to 5.3.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1175
298
+ * Bump zeus from 0.15.14 to 0.16.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1172
299
+ * Bump rubocop from 1.57.0 to 1.57.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1179
300
+ * Bump acts-as-taggable-on from 9.0.1 to 10.0.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1178
301
+ * Bump capistrano from 3.17.3 to 3.18.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1180
302
+ * Bump thor from 1.2.2 to 1.3.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1182
303
+ * Added controller hooks to make it easier to hook plugins into the FFCRM bootup sequence by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1181
304
+ * Fix db/demo/field_groups.yml to generate valid entries by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1184
305
+ * is_haml? is no longer available. Use ActionView::Base instead by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1185
306
+ * Bump haml from 5.2.2 to 6.2.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1186
307
+ * Enable FFCRM to export assets when run as an engine by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1193
308
+ * Whitelist HashWithIndifferentAccess for field serialization by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1192
309
+ * Fix custom field error by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1190
310
+ * Schedule emails to deliver asynchronously by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1188
311
+ * Replace usage of request.fullpath / request.referrer by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1189
312
+ * Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1187
313
+ * Bump dynamic_form from 1.2.0 to 1.3.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1195
314
+ * Bump bootsnap from 1.16.0 to 1.17.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1194
315
+ * Bump rubocop from 1.57.2 to 1.58.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1202
316
+ * Bump factory_bot_rails from 6.2.0 to 6.4.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1200
317
+ * Bump nokogiri from 1.15.4 to 1.15.5 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1197
318
+ * Bump rspec-rails from 6.0.3 to 6.1.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1199
319
+ * Adjust rubocop by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/958
320
+ * Safer setting check by @ferrisoxide in https://github.com/fatfreecrm/fat_free_crm/pull/1205
321
+ * Revert "Replace usage of request.fullpath / request.referrer with object entity approach." by @steveyken in https://github.com/fatfreecrm/fat_free_crm/pull/1203
322
+ * Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1209
323
+ * Bump haml from 6.2.3 to 6.3.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1208
324
+ * Bump rspec-activemodel-mocks from 1.1.0 to 1.2.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1207
325
+ * Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1210
326
+ * Bump brakeman from 6.0.1 to 6.1.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1211
327
+ * Bump nokogiri from 1.15.5 to 1.16.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1212
328
+ * Bump premailer from 1.21.0 to 1.22.0 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1213
329
+ * Bump factory_bot_rails from 6.4.2 to 6.4.3 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1215
330
+ * Bump dynamic_form from 1.3.0 to 1.3.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1214
331
+ * Bump puma from 6.4.0 to 6.4.1 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1216
332
+ * Bump puma from 6.4.1 to 6.4.2 by @dependabot in https://github.com/fatfreecrm/fat_free_crm/pull/1217
333
+ * Rails 7 by @romanbsd in https://github.com/fatfreecrm/fat_free_crm/pull/1196
334
+ * Bump jquery-ui by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1219
335
+ * Default to Ruby 3.2 by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1220
336
+ * Centralise detection of previous route by @CloCkWeRX in https://github.com/fatfreecrm/fat_free_crm/pull/1222
337
+
338
+ ## New Contributors
339
+ * @hasandiwan made their first contribution in https://github.com/fatfreecrm/fat_free_crm/pull/1002
340
+ * @romanbsd made their first contribution in https://github.com/fatfreecrm/fat_free_crm/pull/1196
341
+
342
+ **Full Changelog**: https://github.com/fatfreecrm/fat_free_crm/compare/v0.21.0...v0.22.0
343
+
344
+
7
345
  Thu Aug 10, 2023 (0.21.0)
8
346
  ======
9
347
 
@@ -248,7 +586,7 @@ Sat Apr 21, 2018 (0.18.0)
248
586
  #665 Support for Ruby 2.3 has been dropped, with test coverage for 2.4 and 2.5 enabled.
249
587
 
250
588
  #### Swap to FactoryBot
251
- If you consume fat free crm as an engine and re-use any factories, you'll need to [upgrade to FactoryBot](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md).
589
+ If you consume fat free crm as an engine and reuse any factories, you'll need to [upgrade to FactoryBot](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md).
252
590
 
253
591
  #### Removed methods
254
592
  `Lead.update_with_permissions` is removed, use user_ids and group_ids inside attributes instead and call lead.update_with_account_and_lead_counters
@@ -366,7 +704,7 @@ Be aware of https://github.com/rails/sprockets/issues/426 if you were using FFCR
366
704
 
367
705
  Thu Feb 23, 2017 (0.15.0-beta.2)
368
706
  ---------------------------------------------------------------------
369
- This release is aimed at minor updates and ruby 2.4 compatability via
707
+ This release is aimed at minor updates and ruby 2.4 compatibility via
370
708
  the relevant rails updates.
371
709
 
372
710
  Other improvements include:
@@ -460,7 +798,7 @@ https://github.com/fatfreecrm/fat_free_crm/compare/v0.13.2...v0.13.3
460
798
  ---------------------------------------------------------------------
461
799
  - Lock down routes.
462
800
  - Remove stub hook
463
- - Remove unneccessary function
801
+ - Remove unnecessary function
464
802
  - Don't spam gmail by default
465
803
  - consider_all_requests_local should be off by default in production mode
466
804
  - Remove pysch by default (optimise for ruby 2 now)
@@ -694,7 +1032,7 @@ Thu, Aug 5, 2010
694
1032
 
695
1033
  Wed, Aug 4, 2010
696
1034
  ---------------------------------------------------------------------
697
- - Made dropbox email address comparision was case-insensitve (thanks, Ralf!)
1035
+ - Made dropbox email address comparison was case-insensitive (thanks, Ralf!)
698
1036
  - Removed duplicate association Opportunity#account (was: has_one + belongs_to) (thanks, Ralf!)
699
1037
  - Multiple fixes for Rails 2.3.8 upgrade (thanks, Ralf!)
700
1038
 
@@ -772,7 +1110,7 @@ Tue, Jun 8, 2010
772
1110
 
773
1111
  Fri, Jun 4, 2010
774
1112
  ---------------------------------------------------------------------
775
- - Initial prototype of seleting related asset from the asset's landing page.
1113
+ - Initial prototype of selecting related asset from the asset's landing page.
776
1114
  - Added discard action related specs.
777
1115
 
778
1116
  Fri, May 28, 2010
@@ -2340,7 +2678,7 @@ Sun, Dec 14, 2008
2340
2678
 
2341
2679
  Sat, Dec 13, 2008
2342
2680
  ---------------------------------------------------------------------
2343
- - Insalled [annotate_models] plugin and generated model annotations.
2681
+ - Installed [annotate_models] plugin and generated model annotations.
2344
2682
  - Generated campaign fixtures.
2345
2683
  - Updated [Campaign] model to include actual vs. targets.
2346
2684
  - Added permissions to [Campaign/New].
@@ -2359,7 +2697,7 @@ Wed, Dec 10, 2008
2359
2697
 
2360
2698
  Tue, Dec 9, 2008
2361
2699
  ---------------------------------------------------------------------
2362
- - Implemented [Campaing/New] with dates validation and status set.
2700
+ - Implemented [Campaign/New] with dates validation and status set.
2363
2701
 
2364
2702
  Mon, Dec 8, 2008
2365
2703
  ---------------------------------------------------------------------
data/README.md CHANGED
@@ -1,43 +1,43 @@
1
- # Fat Free CRM [![Code Climate][codeclimate-img-url]][codeclimate-url] [![Discord][discord-img-url]][discord-url]
1
+ # Fat Free CRM [![Discord][discord-img-url]][discord-url]
2
2
 
3
- [codeclimate-img-url]: https://codeclimate.com/github/fatfreecrm/fat_free_crm.svg
4
- [codeclimate-url]: https://codeclimate.com/github/fatfreecrm/fat_free_crm
5
3
  [discord-img-url]: https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true
6
4
  [discord-url]: https://discord.gg/JVrzD8RYyk
7
5
  ### An open source, Ruby on Rails [customer relationship management][crm-wiki] platform (CRM).
8
6
 
9
7
  [crm-wiki]: http://en.wikipedia.org/wiki/Customer_relationship_management
10
8
 
9
+ <img width="100%" alt="image" src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/dashboard.png" />
10
+
11
11
 
12
12
  Out of the box it features group collaboration, campaign and lead management,
13
13
  contact lists, and opportunity tracking.
14
14
 
15
15
  <table>
16
16
  <tr>
17
- <td align="center">
17
+ <td align="center" width="25%">
18
18
  <a href="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/contact_create.png" target="_blank" title="Create Contacts">
19
- <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/contact_create_t.png" alt="Create Contacts">
19
+ <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/contact_create.png" alt="Create Contacts">
20
20
  </a>
21
21
  <br />
22
22
  <em>Contacts</em>
23
23
  </td>
24
- <td align="center">
24
+ <td align="center" width="25%">
25
25
  <a href="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/contact_opportunity.png" target="_blank" title="Manage Opportunities">
26
- <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/contact_opportunity_t.png" alt="Manage Opportunities">
26
+ <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/contact_opportunity.png" alt="Manage Opportunities">
27
27
  </a>
28
28
  <br />
29
29
  <em>Opportunities</em>
30
30
  </td>
31
- <td align="center">
31
+ <td align="center" width="25%">
32
32
  <a href="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/account_edit.png" target="_blank" title="Edit Accounts">
33
- <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/account_edit_t.png" alt="Edit Accounts">
33
+ <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/account_edit.png" alt="Edit Accounts">
34
34
  </a>
35
35
  <br />
36
36
  <em>Accounts</em>
37
37
  </td>
38
- <td align="center">
38
+ <td align="center" width="25%">
39
39
  <a href="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/task_create.png" target="_blank" title="Create Tasks">
40
- <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/task_create_t.png" alt="Create Tasks">
40
+ <img src="https://github.com/fatfreecrm/fatfreecrm.github.com/raw/master/images/task_create.png" alt="Create Tasks">
41
41
  </a>
42
42
  <br />
43
43
  <em>Tasks</em>
@@ -45,9 +45,16 @@ contact lists, and opportunity tracking.
45
45
  </tr>
46
46
  </table>
47
47
 
48
+ Build out your data with *custom fields*, organise with *tags*, model your organisation's _groups_ and _teams_.
49
+
50
+ Extend the core with [plugins for webhooks handling and sending, merging records, time tracking and more](https://github.com/fatfreecrm/fat_free_crm/wiki/Available-Plugins).
51
+
52
+ Join a [large community](https://github.com/fatfreecrm/fat_free_crm/wiki/People-Using-Fat-Free-CRM) building on open source solutions.
53
+
54
+
48
55
  Pull requests and bug reports are always welcome!
49
56
 
50
- Visit our website at http://www.fatfreecrm.com/
57
+ Visit our website at http://www.fatfreecrm.com/ or check out the [documentation](https://www.rubydoc.info/github/fatfreecrm/fat_free_crm.git/master).
51
58
 
52
59
 
53
60
  ## System Requirements
@@ -73,7 +80,7 @@ Setting up a Heroku instance for Fat Free CRM
73
80
 
74
81
  ### [Setup Microsoft Windows](http://guides.fatfreecrm.com/Setup-Microsoft-Windows)
75
82
 
76
- Installing Fat Free CRM on Microsoft Windows
83
+ Installing Fat Free CRM on Microsoft Windows (Deprecated)
77
84
 
78
85
  ### [Running Fat Free CRM as a Rails Engine](http://guides.fatfreecrm.com/Running-as-a-Rails-Engine)
79
86
 
@@ -83,7 +90,7 @@ This is the best way to deploy Fat Free CRM if you need to add plugins or make a
83
90
 
84
91
  ## Upgrading from previous versions of Fat Free CRM
85
92
 
86
- Please read the [Changelog](https://github.com/fatfreecrm/fat_free_crm/blob/master/CHANGELOG.md) document for more detailed information on upgrading from previous versions.
93
+ Please read the [Release notes](https://github.com/fatfreecrm/fat_free_crm/releases) or [Changelog](https://github.com/fatfreecrm/fat_free_crm/blob/master/CHANGELOG.md) document for more detailed information on upgrading from previous versions.
87
94
 
88
95
 
89
96
  ## Resources
@@ -93,14 +100,10 @@ Please read the [Changelog](https://github.com/fatfreecrm/fat_free_crm/blob/mast
93
100
  | **Home Page**: | http://www.fatfreecrm.com |
94
101
  | **Guides**: | http://guides.fatfreecrm.com |
95
102
  | **Github Project Page**: | http://github.com/fatfreecrm/fat_free_crm |
96
- | **Feature Requests and Bugs**: | http://support.fatfreecrm.com/ |
97
- | **RDoc API**: | http://api.fatfreecrm.com |
103
+ | **Feature Requests and Bugs**: | http://github.com/fatfreecrm/fat_free_crm/issues |
98
104
  | **Ruby gem**: | https://rubygems.org/gems/fat_free_crm |
99
- | **Twitter Commit Updates**: | http://twitter.com/fatfreecrm |
100
105
  | **User's Google Group**: | http://groups.google.com/group/fat-free-crm-users |
101
106
  | **Developer's Google Group**: | http://groups.google.com/group/fat-free-crm-dev |
102
- | **IRC Channel**: | [#fatfreecrm](http://webchat.freenode.net/) on irc.freenode.net |
103
-
104
107
 
105
108
  ## For Developers
106
109
 
@@ -15,7 +15,7 @@
15
15
  background-color: #ddd;
16
16
  color: #222;
17
17
  font-weight: normal;
18
- font-size: 11px;
18
+ font-size: 0.9em;
19
19
  }
20
20
  a:hover {
21
21
  background-color: #ccc;
@@ -25,7 +25,7 @@ html, body {
25
25
 
26
26
  body, ol, ul, li, dt, tt, label, input, select, textarea {
27
27
  font: {
28
- size: 12px;
28
+ size: 11pt;
29
29
  family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" }; }
30
30
 
31
31
  body, h1, h2, h3, h4, h5, h6, ol, ul, li {
@@ -46,8 +46,8 @@ a {
46
46
  color: $color_link;
47
47
  }
48
48
  &:hover {
49
- background: $color_link_hover_background;
50
- color: $color_link_hover; }
49
+ text-decoration: underline;
50
+ }
51
51
  img {
52
52
  background-color: $color_link_image_background;
53
53
  border: none;
@@ -73,13 +73,17 @@ a.btn, a.btn-sm {
73
73
  // Smaller fonts.
74
74
  //------------------------------------------------------------------------------
75
75
  abbr {
76
- font-size: 9px; }
76
+ font-size: 0.7rem; }
77
77
 
78
78
  small {
79
- font-size: 10px; }
79
+ font-size: 0.8rem; }
80
80
 
81
81
  dt {
82
- font-size: 11px; }
82
+ font-size: 0.85rem; }
83
83
 
84
84
  tt {
85
- font-size: 12px; }
85
+ font-size: 0.9rem; }
86
+
87
+ @view-transition {
88
+ navigation: auto;
89
+ }