Skip to content

Commit

Permalink
Merge branch 'release/1.1.7' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 2, 2018
2 parents b10a778 + 74f9d2f commit e86a584
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Typogrify Changelog

## 1.1.7 - 2018.02.01
### Added
* Renamed the composer package name to `craft-typogrify`

## 1.1.6 - 2018.01.21
### Added
* Added the `typogrifyFeed` filter/function for RSS feeds
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install the plugin, follow these instructions.

2. Then tell Composer to require the plugin:

composer require nystudio107/craft3-typogrify
composer require nystudio107/craft-typogrify

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Typogrify.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nystudio107/craft3-typogrify",
"name": "nystudio107/craft-typogrify",
"description": "Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more",
"type": "craft-plugin",
"version": "1.1.6",
"version": "1.1.7",
"keywords": [
"craft",
"cms",
Expand All @@ -11,8 +11,8 @@
"typogrify"
],
"support": {
"docs": "https://github.com/nystudio107/craft3-typogrify/blob/master/README.md",
"issues": "https://github.com/nystudio107/craft3-typogrify/issues"
"docs": "https://github.com/nystudio107/craft-typogrify/blob/master/README.md",
"issues": "https://github.com/nystudio107/craft-typogrify/issues"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"schemaVersion": "1.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft3-typogrify/master/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-typogrify/master/CHANGELOG.md",
"components": {
"typogrify": "nystudio107\\typogrify\\services\\TypogrifyService"
},
Expand Down

0 comments on commit e86a584

Please sign in to comment.