File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.1.2] - 2023-07-27
6+
57### Fixed
68
79- Enabled direct access to fields inside a FieldGroupContent model using a field name
172174
173175- Initial Beta Release
174176
175- [ Unreleased ] : https://github.com/ExpressionEngine/Coilpack/compare/1.1.1...HEAD
177+ [ Unreleased ] : https://github.com/ExpressionEngine/Coilpack/compare/1.1.2...HEAD
178+
179+ [ 1.1.2 ] : https://github.com/ExpressionEngine/Coilpack/compare/1.1.1...1.1.2
176180
177181[ 1.1.1 ] : https://github.com/ExpressionEngine/Coilpack/compare/1.1.0...1.1.1
178182
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ public function test_category_archive()
4545 $ this ->assertNotEmpty ($ categories );
4646 }
4747
48- // public function test_info()
49- // {
50- // $exp = app(\Expressionengine\Coilpack\View\Exp::class);
51- // $info = $exp->channel->info(['channel' => 'blog']);
52- // // dd($info);
53- // }
48+ // public function test_info()
49+ // {
50+ // $exp = app(\Expressionengine\Coilpack\View\Exp::class);
51+ // $info = $exp->channel->info(['channel' => 'blog']);
52+ // // dd($info);
53+ // }
5454}
You can’t perform that action at this time.
0 commit comments