Skip to content

Commit

Permalink
chore: Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
28Smiles committed Jul 23, 2024
1 parent 0cc1ce1 commit ec52492
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.5.2] 2024-07-22 (dev)
## [2.5.2] 2024-07-23 (dev)
### Added
- New {ifprofile shortname is "value"}...{/ifprofile} tag.
- New {ifprofile shortname is ""}...{/ifprofile} tag.
- New {ifprofile shortname not "value"}...{/ifprofile} tag.
- New {ifprofile shortname not ""}...{/ifprofile} tag. Similar to {ifprofile_field_shortname} tag but can't be nested.
- New {ifprofile shortname contains "value"}...{/ifprofile} tag.
- New {ifprofile shortname in "value"}...{/ifprofile} tag.
- New {rawurlencode}...{/rawurlencode} tag.
- New {ifgrouping groupingid}...{/ifgrouping} tag.
- New {ifnotgrouping groupingid}...{/ifnotgrouping} tag.
- New {mygroupings} tag.
### Updated
- Added more documentation to README.md.
- Fixed links and updated table of contents in README.md.
- {categories0} tag now shows hidden categories if role has moodle/category:viewhiddencategories.
- {categories0menu} tag now shows hidden categories if role has moodle/category:viewhiddencategories.
- Fixed a couple of PHP 5.6 compatibility issues. Note that unit tests are still only compatible with PHP 7.1 and later.
- Fix-302: {qrcode} and {urlencode} not processed after replacement tags

## [2.5.1] 2024-05-01
### Updated
Expand Down

0 comments on commit ec52492

Please sign in to comment.