Commit 7b552d9 1 parent a286d57 commit 7b552d9 Copy full SHA for 7b552d9
File tree 5 files changed +16
-12
lines changed
5 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" :" ColdBox Security" ,
3
- "version" :" 3.5.0 " ,
3
+ "version" :" 3.4.3 " ,
4
4
"location" :
" https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected] @.zip" ,
5
5
"author" :
" Ortus Solutions.com <[email protected] >" ,
6
6
"slug" :" cbsecurity" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ### Fixed
13
+
14
+ - Renamed ` renderView() ` to ` view ` to be ColdBox 7 compliant now.
15
+
12
16
## [ 3.4.2] - 2024-01-10
13
17
14
18
## [ 3.4.1] - 2023-08-09
Original file line number Diff line number Diff line change 76
76
</nav >
77
77
78
78
<div class =" container-fluid m-2 mt-4 mb-5" >
79
- #renderView () #
79
+ #view () #
80
80
</div >
81
81
82
82
<!--- Scripts --->
Original file line number Diff line number Diff line change 1
1
<cfoutput >
2
2
<h1 >Module Tester</h1 >
3
3
<div >
4
- #renderView () #
4
+ #view () #
5
5
</div >
6
- </cfoutput >
6
+ </cfoutput >
Original file line number Diff line number Diff line change 137
137
138
138
<div class =" tab-content w-100 ms-5 me-2" >
139
139
<div class =" tab-pane fade show active" id =" activity-pane" role =" tabpanel" aria-labelledby =" activity-tab" tabindex =" 0" >
140
- # renderView (
140
+ # view (
141
141
view = "home/tabs/activity",
142
142
module = "cbsecurity"
143
143
)#
144
144
</div >
145
145
<div class =" tab-pane fade show" id =" authentication-pane" role =" tabpanel" aria-labelledby =" authentication-tab" tabindex =" 0" >
146
- # renderView (
146
+ # view (
147
147
view = "home/tabs/authentication",
148
148
module = "cbsecurity"
149
149
)#
150
150
</div >
151
151
<div class =" tab-pane fade show" id =" basicAuth-pane" role =" tabpanel" aria-labelledby =" basicAuth-tab" tabindex =" 0" >
152
- # renderView (
152
+ # view (
153
153
view = "home/tabs/basicAuth",
154
154
module = "cbsecurity"
155
155
)#
156
156
</div >
157
157
<div class =" tab-pane fade show" id =" csrf-pane" role =" tabpanel" aria-labelledby =" csrf-tab" tabindex =" 0" >
158
- # renderView (
158
+ # view (
159
159
view = "home/tabs/csrf",
160
160
module = "cbsecurity"
161
161
)#
162
162
</div >
163
163
<div class =" tab-pane fade show" id =" firewall-pane" role =" tabpanel" aria-labelledby =" firewall-tab" tabindex =" 0" >
164
- # renderView (
164
+ # view (
165
165
view = "home/tabs/firewall",
166
166
module = "cbsecurity"
167
167
)#
168
168
</div >
169
169
<div class =" tab-pane fade show" id =" rules-pane" role =" tabpanel" aria-labelledby =" rules-tab" tabindex =" 0" >
170
- # renderView (
170
+ # view (
171
171
view = "home/tabs/rules",
172
172
module = "cbsecurity"
173
173
)#
174
174
</div >
175
175
<div class =" tab-pane fade show" id =" jwt-pane" role =" tabpanel" aria-labelledby =" jwt-tab" tabindex =" 0" >
176
- # renderView (
176
+ # view (
177
177
view = "home/tabs/jwt",
178
178
module = "cbsecurity"
179
179
)#
180
180
</div >
181
181
<div class =" tab-pane fade show" id =" security-headers-pane" role =" tabpanel" aria-labelledby =" security-headers-tab" tabindex =" 0" >
182
- # renderView (
182
+ # view (
183
183
view = "home/tabs/security-headers",
184
184
module = "cbsecurity"
185
185
)#
You can’t perform that action at this time.
0 commit comments