Skip to content

Releases: Tazzios/cblistmodule

v3.2.0

29 Jul 11:28
1519bda
Compare
Choose a tag to compare

v3.2.0 Jul 2024
New: J5 native compatible
Fix: remove calculated fields from filter options #16
Improve: Set default access level #14
Improve: PHP warning Passing null to parameter #15

v3.1.0

01 Jan 14:47
3f238f0
Compare
Choose a tag to compare

Add: field autorisation, also works for existing fields #12
Improved: removed a foreach for.
Improved: Order of the rules should have less influence on the result
Fix: Escape special chars for value #11
Fix: Fix cast array Update helper.php #10 (@magnushasselquist)

v3.0.4

07 Oct 12:55
Compare
Choose a tag to compare

Improve: PHP warnings when multifield options has changes #7 (@magnushasselquist)
Improve: PHP warnings when a list is not filtered #8 (@magnushasselquist)
Improve: Split the createcblist code to a seperate function for maintenance.
Improve: Removed tmpl folder because not used.

v3.0.3

15 Feb 17:33
Compare
Choose a tag to compare

Fix: #2 broke the image when there was no avatar (fix is for new modules only)
Improve: Checked J4 compactibility #3
Improve: Show label instead of value for multicheckbox, multiselect, select and radio field types #4

v3.0.2

22 Oct 08:22
Compare
Choose a tag to compare

Fix: Changed default setting to prevent bug #2

v3.0.1

24 Sep 13:31
Compare
Choose a tag to compare

Fix: User double shown if in multiple groups #1

V3.0

02 Jul 13:16
Compare
Choose a tag to compare

New: function to replace tags with own HTML codes one for if data is available en one for when it is not. This way you do not have to work with script code.
Improved: Only approved images are shown.
Improved: code rewrite sql improvement, prevent retrieving unnecessary requests.