Skip to content

Releases: remp2020/crm-admin-module

5.1.0

Choose a tag to compare

@rootpd rootpd released this 23 Jun 07:36
  • Added fullscreen toggle button to CodeMirror editors: semi-transparent icon in the top-right corner of each editor, also togglable via F11; Esc exits fullscreen. remp/crm#3779

5.0.1

Choose a tag to compare

@rootpd rootpd released this 07 Apr 07:59
  • Added handling of non-unique snippets.identifier when adding new or updating existing snippet. remp/crm#3754

4.4.0

Choose a tag to compare

@rootpd rootpd released this 12 Dec 08:38
  • Added dark mode support to admin panel. remp/crm#3620
    • Added dark/light mode toggle button in admin navbar. Theme preference is persisted in localStorage.
    • Implemented comprehensive dark mode CSS with Bootstrap 3 overrides for all UI components.
    • Added dark mode support for Select2, jQuery UI, Google Charts, and DateTimePicker plugins.
  • Added ability to set flatpickr date format in admin js, through flatpickr_dateformat html attribute. remp/crm#3526
  • Added global AJAX form button handling to disable/enable submit buttons during AJAX form submissions. remp/crm#3611
  • Fixed snippet sorting validation to prevent server error on empty input. remp/crm#3577

4.3.0

Choose a tag to compare

@rootpd rootpd released this 22 Sep 06:24
  • Added submit button disabling when the form is submitted. remp/respekt#450

4.0.0

Choose a tag to compare

@rootpd rootpd released this 03 Apr 10:12
  • Fixed admin filter form issue not allowing to use 0 as value for filter. remp/crm#3418

3.3.0

Choose a tag to compare

@rootpd rootpd released this 12 Jul 11:12
  • Added force refresh of cached config after changes made in Settings. remp/crm#2605

3.1.0

Choose a tag to compare

@rootpd rootpd released this 13 Mar 11:13
  • Added support for SQL syntax in CodeMirror code editor. remp/crm#2518
  • Added the sanitization of content pasted into Trumbowyg editor. remp/crm#2994
  • Added support for merging dropdown sections. remp/crm#3071

3.0.0

Choose a tag to compare

@rootpd rootpd released this 22 Jan 20:52
  • BREAKING: Fixed class namespaces to follow PSR4 specification. remp/crm#2228
    • Use package remp/crm-rector:^3.0 to automatically fix these renames.
  • Added flatpickr_maxdatetime option to flatpickr configuration to set maximum datetime selectable in flatpickr. remp/crm#2201
  • Added use statements for classes where we used FQN. remp/crm#2228

2.9.0

Choose a tag to compare

@markoph markoph released this 24 Aug 15:29
  • Fixed FontAwesome icon fa-star-half-o (missing in v6) to fa-star-half-stroke. remp/crm#2936

2.7.0

Choose a tag to compare

@rootpd rootpd released this 28 Jun 09:02
  • Added option to propagate flatpickr allowInvalidPreload config through flatpickr_allow_invalid_preload HTML attribute. remp/crm#2888