Skip to content

Commit 4c49764

Browse files
bryannielsengithub-actions[bot]
authored andcommitted
Prepare Release 1.1.2
1 parent 7229d2c commit 4c49764

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
@@ -172,7 +174,9 @@
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

tests/Tag/ChannelTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)