Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v5.0.0 (March 2026)
- No changes

v4.19.0 (November 2025)
- No changes

Expand Down
4 changes: 2 additions & 2 deletions lib/dradis/plugins/html_export/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def self.gem_version
end

module VERSION
MAJOR = 4
MINOR = 19
MAJOR = 5
MINOR = 0
TINY = 0
PRE = nil

Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/thorfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def export
# The options we'll end up passing to the Processor class
opts = {}

report_path = options.output || Rails.root
report_path = options.output || Rails.root.join('tmp')
unless report_path.to_s =~ /\.html\z/
date = DateTime.now.strftime("%Y-%m-%d")
base_filename = "dradis-report_#{date}.html"
Expand Down