Revision history for RT-Extension-Memo

0.09 2025-12-08
 - Upgrade doc to RT 6
 - Add tests for merging with one ticket without Memo
 - Upgrade tests to use RT::Test:Selenium with RT 6, no more phantomJS
 - Fix merge with one ticket without Memo
 - Pass RT > 6 to javascript
 - Upgrade to htmx
 - Upgrade to CKEditor 5
 - Use Memo as widget for RT 6
 - Use Callback only for RT < 6
 - Upgrade Module::Install::RTx to RT 6
 - Upgrade to RT 6
 - Perl 5.26 and newer remove '.' from @inc by default. Re-add to Makefile.PL to enable installation on newer Perl releases.

0.08  2022-12-14
 - Update author's name

0.07 2022-12-13
 - Upgrade to RT 5

0.06 2019-12-09
 - Fix display with linefeeds for text/plain stored attribute
 - Fix tests of CKEDITOR since instances are frozen on 'unloaded' state with phantomjs

0.05 2018-09-03
 - Merge memo in merged ticket
 - Setup a max-height
 - Modify tests for Richtext as default
 - Setup Richtext as default
0.04 2017-11-30
 - Replace \n by <br /> *only* when MemoRichText config parameter is false
 - Add MemoRichTextHeight parameter
0.03 2017-10-20
 - Do not replace \n by <br />
 - Remove MemoWidth option to allow styling directly in CSS
0.02 2017-10-16
 - Fix forgotten RT.Config.WebPath in AJAX request
 - Proposed fix to license meta name as suggested below: https://metacpan.org/pod/Software::License::GPL_3
 - Fixed typo in abstract as reported by CPANTS.
0.01 2017-10-16
 - Initial commit