Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reganlawton committed Apr 2, 2020
1 parent a7de16d commit 2a318b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Related Changelog

## 1.1.3 - 2020-04-02
### Fixed
- Composer deprecation notice ([#4](https://github.com/wrav/related/issues/4)).

## 1.1.2 - 2020-04-02
### Fixed
- Set the model as hidden till opened ([#5](https://github.com/wrav/related/issues/5)).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wrav/related",
"description": "A simple plugin that adds a widget within the Craft CP page sidebar, allowing you to quickly and easily access related entries.",
"type": "craft-plugin",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/related/RelatedAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) 2019 reganlawton
*/

namespace wrav\related\assetbundles\Related;
namespace wrav\related\assetbundles\related;

use Craft;
use craft\web\AssetBundle;
Expand Down

0 comments on commit 2a318b1

Please sign in to comment.