Skip to content

Releases: southbridgeio/redmine_recurring_tasks

v0.3.5

09 Oct 09:11
1b71a17
Compare
Choose a tag to compare
  • Add compatibility with Redmine 5.1

v0.3.4

28 Jan 10:20
5328b5d
Compare
Choose a tag to compare
  • Add Translation Into Brazilian Portuguese
  • Fix time zone issue

v0.3.2

21 May 05:50
Compare
Choose a tag to compare
  • Assign Time.now to copy start_date regardless of due_date presence

v0.3.1

27 Feb 13:39
3760bb6
Compare
Choose a tag to compare
  • Add copy status setting

v0.3.0

26 Dec 15:29
d74068e
Compare
Choose a tag to compare
  • Improve errors handling
  • Adapt for Redmine 4

v0.2.3

08 Aug 15:50
d39a9e1
Compare
Choose a tag to compare
  • Use Redmine 3.4-stable in travis with Ruby 2.3 and different time zones
  • Use only deep_cloneable to copy issues

v0.2.2

05 Apr 08:03
339b6e8
Compare
Choose a tag to compare
  • Fix schedule section on issue page
  • Fix time chek for DST
  • Fix constants loading issue

v0.2.1

19 Mar 16:17
7cdab7a
Compare
Choose a tag to compare
  • Copying issues only from active project
  • Plugin association removed from settings
  • Add warning in plugin settings page
  • Add Russian readme

v0.2.0

17 Feb 06:42
6d6876e
Compare
Choose a tag to compare
  • Fix UTC-related issues
  • Add setting for anonymous user usage

v0.1.0

03 Aug 13:46
Compare
Choose a tag to compare
  • Add logging errors via logger
  • Add ability to choose months and month days
  • Change model from WeeklySchedule to RecurringTask
  • Fix schedule checking method
  • Move schedule to issue details bottom