Skip to content

Commit

Permalink
Merge branch 'release/1.0.4' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Oct 27, 2020
2 parents 5993643 + d40c697 commit c79bc4a
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 @@
# Units Changelog

## 1.0.4 - 2020-10-27
### Fixed
- Fixed Composer 2 compatibility

## 1.0.3 - 2018-05-16
### Changed
- Handle incoming numeric values from a converted Number field type
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": "nystudio107/craft-units",
"description": "Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use",
"type": "craft-plugin",
"version": "1.0.3",
"version": "1.0.4",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/units/UnitsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) 2018 nystudio107
*/

namespace nystudio107\units\assetbundles\Units;
namespace nystudio107\units\assetbundles\units;

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

0 comments on commit c79bc4a

Please sign in to comment.