dradis-projects 4.8.0 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2bcef2954732f6a107819be6462b9b375503a822559a231090edd01f514862c
4
- data.tar.gz: 1e9018effd346297a8903ac29a4c0bd6ee4041075c32acc3e7f8757da0d2ad50
3
+ metadata.gz: 1b7835a990963a1839fdd202a226846d24979d5ce56dc9991a0b33b08ca274a2
4
+ data.tar.gz: cb67cd3c48680a650e5ce2bff9a38abf23cc78cd6f7f00475b1043bd0a244184
5
5
  SHA512:
6
- metadata.gz: 1066f56c7938bb4b8d3f8d4cb2c3f38118a579d7a33a5b4e0b012df413887058863190fd6e5e324567d463ce2a894ddb5a5a8cfb17de15f759b75116f83bf107
7
- data.tar.gz: 061dd18d56a3e4a1b3c1d98d0a1df0d703afd974f95018e377b3c7c2d920f9791a5c51f7467bcb3c62051d3eb10c69146fdfd7c639a3e0c4191c20b61d4553b2
6
+ metadata.gz: 13d379353149b40944deabe88f5da8222a0174e6619f74748f60dc4e0242deb65e20ae977de65cc4b3cc79285a1fbe91168d624df78c604f39d1c2d0f8abc6e7
7
+ data.tar.gz: b9fe36e2bd9e28c9a242033a6bcb289f1058848e8912cc203711aebb20a518d4b8393cf5aebcd8721f2e66f72108d99ff1b7a2be1ce5edda8859e8777cfa35de
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.9.0 (June 2023)
2
+ - Update views for compatibility with Bootstrap 5
3
+
1
4
  v4.8.0 (April 2023)
2
5
  - Add exporting and uploading states
3
6
  - Update export button copy
@@ -4,14 +4,14 @@
4
4
 
5
5
  <h4 class="header-underline">Choose an export option</h4>
6
6
 
7
- <div class="custom-control custom-radio">
8
- <%= radio_button_tag :route, :package, true, :class => 'custom-control-input' %>
9
- <label class="custom-control-label" for='route_package'>Package</label>
7
+ <div class="form-check">
8
+ <%= radio_button_tag :route, :package, true, :class => 'form-check-input' %>
9
+ <label class="form-check-label" for='route_package'>Package</label>
10
10
  </div>
11
11
 
12
- <div class="custom-control custom-radio">
13
- <%= radio_button_tag :route, :template, false, :class => 'custom-control-input' %>
14
- <label class="custom-control-label" for='route_template'>Template</label>
12
+ <div class="form-check">
13
+ <%= radio_button_tag :route, :template, false, :class => 'form-check-input' %>
14
+ <label class="form-check-label" for='route_template'>Template</label>
15
15
  </div>
16
16
 
17
17
  <button id="export-button" class="btn btn-lg btn-primary mt-4">Export All Records</button>
@@ -1,3 +1,3 @@
1
1
  <li class='nav-item'>
2
- <a href='#projects' class='nav-link' data-toggle='tab' data-target='#plugin-projects'>Save and restore project information</a>
2
+ <a href='#plugin-projects' class='nav-link' data-bs-toggle='tab'>Project</a>
3
3
  </li>
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 8
11
+ MINOR = 9
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-projects
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.0
4
+ version: 4.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-12 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler