Releases: cat-in-136/redmine_hearts
Releases · cat-in-136/redmine_hearts
v1.0.2
Bug fix:
- mysql 5.7 raise an error when hearts#index or hearts#notifications called: "this is incompatible with sql_mode=only_full_group_by" #19 #18
- Likes of journal are displayed apart from other journal actions on Redmine 4
v1.0.1
- This plugin is now compatible with redmine 4.0.0 and 3.4.7.
- The major version has been bumped to 1 i.e. redmine_hearts is no longer alpha development stage but stable.
v0.6.0
- new feature
- #15 add page to show my items recently liked by other users
- bugfix
v0.5.0
New feature
- #13 #14 add heart count to issue query filter and news#index
v0.4.0
- New feature
- #1 "Hearts per project" (/project/:project_id/hearts/)
- Bug fix
- #11 Disallowed items are shown in heart#index (PRIVACY ISSUE)
v0.3.0
- Bugfix
- #9 The Like button for the issue is not displayed on the page.
- N+1 issue on hearts#index (performance enhancement)
- New feature
- UI/Appearance
- Hide heart labels of journals/replies for mobile
- Decorate the list on heart#index.
v0.2.0
- Performance enhancement: fix N+1 issue (#4, #7, #8)
- Fix #7 "wrong heart buttons on message#show"
- Update README
v0.1.0
- the first (alpha) release.