File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 2.0.1] - 2025-06-09
6+
57### Fixed
68
79- Prolet and other ExpressionEngine Control Panel URLs were using old admin route
303305
304306- Initial Beta Release
305307
306- [ Unreleased ] : https://github.com/ExpressionEngine/Coilpack/compare/2.0.0...HEAD
308+ [ Unreleased ] : https://github.com/ExpressionEngine/Coilpack/compare/2.0.1...HEAD
309+
310+ [ 2.0.1 ] : https://github.com/ExpressionEngine/Coilpack/compare/2.0.0...2.0.1
307311
308312[ 2.0.0 ] : https://github.com/ExpressionEngine/Coilpack/compare/1.4.3...2.0.0
309313
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Response
99 * This code is taken from EE_Output::_display() with some modifications
1010 *
1111 * @param int $status
12- * @param array $headers
12+ * @param array $headers
1313 * @return Illuminate\Http\Response
1414 */
1515 public function fromOutput ($ status = 200 , $ headers = [])
You can’t perform that action at this time.
0 commit comments