Skip to content

Commit 870fa29

Browse files
authored
Merge pull request #37 from aaemnnosttv/release/0.12.1
0.12.1
2 parents 86be669 + 4ebb225 commit 870fa29

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## v0.12.1 (2018-08-06)
4+
5+
- Fix location of `UserNotFoundException`
6+
- Formatting tweaks
7+
38
## v0.12.0 (2018-03-02)
49

510
### Added

src/Silk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class Silk
99
*
1010
* @var string
1111
*/
12-
const VERSION = '0.12.0';
12+
const VERSION = '0.12.1';
1313
}

src/Support/Shortcode.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Silk\Support;
44

5-
use Silk\Support\Collection;
6-
75
abstract class Shortcode
86
{
97
/**
@@ -17,7 +15,7 @@ abstract class Shortcode
1715
* @var string
1816
*/
1917
protected $content;
20-
18+
2119
/**
2220
* The shortcode tag that was called
2321
* @var string
File renamed without changes.

0 commit comments

Comments
 (0)